<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:mtauber19@comcast.net">mtauber19@comcast.net</a> wrote:
<blockquote
cite="mid:1104542260.36591260968798867.JavaMail.root@sz0121a.westchester.pa.mail.comcast.net"
type="cite">
<style type="text/css">p { margin: 0; }</style>
<div style="font-family: Arial; font-size: 12pt; color: rgb(0, 0, 0);">I
am working on a facebook application using fpcgi. I need the first two
lines of the html document rendered by the fpcgi program to be<br>
<br>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"</a>><br>
<html xmlns=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/xhtml">"http://www.w3.org/1999/xhtml"</a>
xmlns:fb=<a class="moz-txt-link-rfc2396E" href="http://www.wzhu.devrs002.facebook.com/2008/fbml">"http://www.wzhu.devrs002.facebook.com/2008/fbml"</a>><br>
<br>
When I use the filepro command:<br>
<br>
html "1" :CR @pw{".htm" :TI "Title"<br>
<br>
The page that is rendered has the html tag rendered as<br>
<html><br>
<br>
I would appreciate any suggestions to resolve this.<br>
<br>
Thank You<br>
<br>
<br>
Marv Tauber<br>
</div>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
</pre>
</blockquote>
Use the free text command, I do that when I need to add java scripts<br>
<br>
html "1" :tx "<DOC! yada yada yada"<br>
html "1" :tx "<html yada yada yada>"<br>
<br>
and voila!<br>
<br>
<br>
<br>
</body>
</html>