View Full Version : Large Text in Internet Explorer
sarcasticsheep
23-04-07, 12:12
I have just noticed a problem with the text shown on pages and in the left hand category in IE, it is massive compared to when viewed through Firefox (which handles it perfectly).
I don't remember making any changes to the CSS lately which would have caused this strange problem, any help would be appreciated.
www.mobiledealsnow.com
sarcasticsheep
26-04-07, 14:19
I later resolved this issue myself, so mods please delete this thread if necessary ;-)
I later resolved this issue myself, so mods please delete this thread if necessary ;-)
Not that I am having the same issue, but would it be possible for you to post your fix for this.
It is my understanding that we are all taking part in a user developed database of problems and fixes within this community. One day, someone with less experience than yourself could have caused a similar error. your post could save someone else many headaches.
sarcasticsheep
03-05-07, 12:26
I customised the front page of the site and did not close a </h2> tag - that was the reason for my problem, Firefox showed the text correctly but IE would show it as <h2> :)
I customised the front page of the site and did not close a </h2> tag - that was the reason for my problem, Firefox showed the text correctly but IE would show it as <h2> :)
Ah, very easy mistake to make. I did almost the exact same thing (but with a span tag) and didnt notice for days.
When I finally saw it, my first reaction was the feed was buggered, but the common sense of my other half prevailed and we went looking for my mistakes.
I find using W3C's code validator helps to pick up missing close tags.
glad you got it sorted.