Forum Moderators: open
[htmlhelp.com...]
<!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">
If there is no doctype included then IE6 will default to the IE5.5 rendering engine (which does NOT interpret the CSS Box Model correctly).
I code following XHTML 1.0 Transitional and I use IE6 as one of my test browsers. To see how the page renders with the IE5.5 engine, I just remove the doctype and then display the page. After I am satisfied with the results, I paste the doctype back into place....
XHTML & CSS (CSS-P Look Ma! No tables!)