<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>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" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><br><html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.wzhu.devrs002.facebook.com/2008/fbml"><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></body></html>