I have a page using CSS positioning. It works if the DocType is HTML 4.0.
However, all positioning does not work with the DocType html 4.01, strict or transitional.
Could anyone tell me why? Is 4.01 supposed to be better than 4.0?
Thanks in advance.
Seaport
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"[URL unfurl="true"]http://www.w3.org/TR/REC-html40/strict.dtd">[/URL]
However, all positioning does not work with the DocType html 4.01, strict or transitional.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
Could anyone tell me why? Is 4.01 supposed to be better than 4.0?
Thanks in advance.
Seaport