Thread: doctype advise!
View Single Post
Old 2006-07-13, 01:03 PM   #8
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Quote:
Originally Posted by Maj. Stress
try adding a # in front of the hex color codes
Agreed. Also, I rechecked my standard DOCTYPE statement and it's not quite the same as the shortened version of what you were using.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
HTML 4.01 instead of XHTML 1.0

A good way to locate problems like this one is to run the page past a validator. Such as http://validator.w3.org/
Toby is offline   Reply With Quote