failed w3c validation - troubles with IE

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
hulkie
Posts: 25
Joined: Fri 9. Feb 2007, 15:03
Location: Vienna, Austria

failed w3c validation - troubles with IE

Post by hulkie »

Hello friends of phpwcms,

i did a complete rework of my family homepage (runs 1.33) and whilst firefox displays it ok, in IE it looks crap (I dont mean png-troubles)! When I did the w3c validation I got 32 errors - a lot of them are missing '<' or '>' tags. When I check my templates, those alleged missing tags are there.

http://www.famhofer.at

could someone please have a look and shed some light on this and give me some hints how to resolve that problem? Many thanks in advance!

P.s.:It seems I am not the only one with that valitation problem - phpwcms-docu.de has 102 errors!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Download/install this extension for Firefox, revisit the page in your browser and click the Total Validator button to get results that are pretty helpful in understanding the issues:

http://www.totalvalidator.com/tool/extension.html
hulkie
Posts: 25
Joined: Fri 9. Feb 2007, 15:03
Location: Vienna, Austria

Post by hulkie »

Hello DeXXus,
thanks for advice - total vaildator is great!
I fixed some <tr height...>'s .. now it looks nearly acceptable in IE! Only one thing more I would like to fix.. headlines appear in IE much bigger than in firefox.. any idea what i can do about this?
thanks!!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

First I would clear up the issues that are preventing your .PNGs from loading up correctly by moving

Code: Select all

<div class="invisibleonload">
OUT of the HTML <head> and down into the <body> where it belongs.
Then perhaps IE6 will recognize the .HTC behaviors properly.

I also notice that IE7 has problems with the header.PNG container not being big enough to show the entire graphic.

THEN you can see about trying to equalize the font sizes (such as those <H1> and <H2> headings that you are talking about) by maybe explicitly assign a size or percentage.
hulkie
Posts: 25
Joined: Fri 9. Feb 2007, 15:03
Location: Vienna, Austria

Post by hulkie »

Hello DeXXus,
thanks for advice.. will try that. This div in the header is from fulvios multilanguage fix, but you are right.. this is not the right place. I think this multilanguage thing is causing a lot of troubles (also lightbox doesnt work)... thinking on replacing it wt a different solution.
thanks a lot for your help

christian
Post Reply