I decided to throw in Noel's suggestion of using h1 instead of title1, etc. to make the CSS in a website I've been working on work in IE.
This worked, as titles now appear in both browsers.
...However, it has also caused a really weird glitch with extra spacing placed after each <h1>, </h1>, <h2>, </h2> (etc) tag.
Here is the site with the problem visible:
http://crumbsoftware.f2o.org/DHS/index.php
Here is the site without the problem (and with CSS formatting not working in IE).
http://crumbsoftware.f2o.org/DHS/index2.php
Ignore the "Thunderphobia in Canines" title in the 2nd link; it's still messed up because the title tag has been written into the summary for some reason. (Thus can't be changed by editing index.php).
Does anybody have suggestions for fixing this?
Edit:
It looks like I'm not passing the w3 validator test anymore, so maybe that's it... doesn't look connected, though.
This worked, as titles now appear in both browsers.
...However, it has also caused a really weird glitch with extra spacing placed after each <h1>, </h1>, <h2>, </h2> (etc) tag.
Here is the site with the problem visible:
http://crumbsoftware.f2o.org/DHS/index.php
Here is the site without the problem (and with CSS formatting not working in IE).
http://crumbsoftware.f2o.org/DHS/index2.php
Ignore the "Thunderphobia in Canines" title in the 2nd link; it's still messed up because the title tag has been written into the summary for some reason. (Thus can't be changed by editing index.php).
Does anybody have suggestions for fixing this?
Edit:
It looks like I'm not passing the w3 validator test anymore, so maybe that's it... doesn't look connected, though.