Date:  07/22/2002 11:43:32 AM Msg ID:  000761
From:  Ed McPeak Thread:  000761
Subject:  DOCTYPE Tag
I have the following line coded to be the first thing FoxWeb returns to the browser.  (It is coded just before the <html> tag).
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
However, when I view the source from the web browser, this line does not show up in the code listing.
 
Is this normal or do I have to do something special to get it to show up when I view the source.
 
I have stepped thru the code to ensure that it is being written to the beginning of the html_out string.