Thread: Doctype
View Single Post
Old 01-07-2009, 02:07 PM   #6 (permalink)
nasty.web
v7n Mentor
 
Join Date: 07-24-06
Posts: 691
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Quote:
Originally Posted by Muddy View Post
Thanks a ton for all the info H!
I tried putting this code in my pages (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">), but my site went from 54 errors to 184. Also, it changed the appearance drastically in that all the cells became much taller leaving lots of space around the cell contents.
Use
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Transitional doctype is a bit more forgiving than strict.
nasty.web is offline   Reply With Quote