HELP! IE display errors
HELP! IE display errors
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?
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
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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
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?
<!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?
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )