Title: Message
Hey guys,
 
According to html standards, each HTML document requires a document type declaration.
For my CF application, I used  the following xhtml doctype
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
and suddenly the content looked somewhat different.. some div's appeared to be missing.
 
What is the use of such doctype other than just validating the html?
 
Why does it change the look and feel of my current website?
 
Does it affect the users on older browsers like IE 5.0 etc?
 
What doctype do you guys use and why?
 
Thanks for your help in advance.
 
 
Warm Regards,
Sameer S. Kekade.
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to