Why is there a small space under each of my images?


This space is actually caused by the Hotmail DOCTYPE.  Here are a few workarounds (these work in Hotmail and Yahoo Beta as well):

1.) Add style display:block to the image element
<img src=“test.jpg” style=“display:block”>

2.) Add align absbottom in the image element
<img src=“test.jpg” align=“absbottom”>

3.) Add align texttop to the image element
<img src=“test.jpg” align=” texttop â€>

4.) Add line-height 10px or lower in the containing TD
<td style=“line-height:10px”>

5.) Add font-size 6px or lower in the containing TD
<td style=“font-size:6px”>


  • 51 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

Gmail is converting my email addresses to links.

Yes, if you have an email address listed without a link, Gmail will add it for you.  For...

How do I create dynamic urls using field names?

To view all variable names you can use for fields within the system go to Forms - Fields Manager....

How do I get around the fact that Gmail does not support embedded CSS?

One way to get around this issue is to convert your embedded CSS into inline using our CSS...

I am trying to save but the save button isnt working

The most common reason for the save not saving is because on the top part of your page "Message...

I am using a small font and my line spacing is all screwed up.

This is because of the Gmail DOCTYPE, try putting your font inside a paragraph tag instead of...