Page 1 of 1
HELP! IE display errors
Posted: Mon 27. Mar 2006, 02:30
by tbuley
I've validated and revalidated, cleaned up HTML with Tidy, and checked over and over but STILL can't seem to find the problems causing my display errors in IE.
http://www.pennindy.com Ideas anyone?
Posted: Mon 27. Mar 2006, 07:22
by flip-flop
Hi tbuley,
I am missing your doctype e.g:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
Gruß Knut
Posted: Wed 29. Mar 2006, 02:19
by tbuley
I get an automatic one from the PHPWMCS engine.. but it doesn't include a link to the transitional .dtd like below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
Instead, just generates:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Anyone know how I can fix?
Posted: Wed 29. Mar 2006, 02:26
by flip-flop