Nikolas
Wed 23 November 2005, 02:50 pm GMT +0200
Today I discovered a strange IE bug with css. Here is the problem :
I have this code :
The firefox displays it like it should be. IE is displaying a big break line after it. Like it had a <br /> tag after the </h1>. The strange is that if I erase the </h1> it will be shown fine, but this could propably considered as spam be the search engines.
Is there any css attribute that I can control the break line?
Any help will be appreciated :)
I have this code :
Code:
<table>
<tr><td><h1 class="a">Header title</h1></td></tr>
</table>
<tr><td><h1 class="a">Header title</h1></td></tr>
</table>
The firefox displays it like it should be. IE is displaying a big break line after it. Like it had a <br /> tag after the </h1>. The strange is that if I erase the </h1> it will be shown fine, but this could propably considered as spam be the search engines.
Is there any css attribute that I can control the break line?
Any help will be appreciated :)
