Hi
I'm designing a HTML page with CSS to send as a newsletter to our customers. I validated the page and it's XHTML 1.0 strict, but I have one lay-out problem. The top header of the page is one big graphic and is nested in an <a>-tag. In Firefox I see 2 or 3 pixels extra below the image, creating an unwanted whitespace. The code I use for the image header is:
Can I do anything about it? (I know I shouldn't use tables, but at this point I don't have the time to change that...).
A preview of the newsletter can be seen at:
Thanks
Steven
I'm designing a HTML page with CSS to send as a newsletter to our customers. I validated the page and it's XHTML 1.0 strict, but I have one lay-out problem. The top header of the page is one big graphic and is nested in an <a>-tag. In Firefox I see 2 or 3 pixels extra below the image, creating an unwanted whitespace. The code I use for the image header is:
Code:
<tr>
<td style="width: 600px; height: 89px; border: none;">
<a href="[URL unfurl="true"]http://www.biognost.be/research/"[/URL] rel="external" style="border: none;"><img src="[URL unfurl="true"]http://www.biognost.be/maps/researchHeaderNieuwsbrief.jpg"[/URL] alt="Biognost Research" style="width: 600px; height: 89px; border: none;" /></a>
</td>
</tr>
A preview of the newsletter can be seen at:
Thanks
Steven