My vertical spacing is not showing up.


Gmail converts this:

<td style=“height: 20px;”>td>

To this:

<td style=“min-height: 20px;”>td>

The min-height property does not have the same effect as the “height” property in TDs. This seems to have a universal effect in all browsers.  By adding a   or a
inside the empty cell, it resolves the problem.

<td style=“min-height: 20px;”> td>

  • 57 کاربر این را مفید یافتند
آیا این پاسخ به شما کمک کرد؟

مقالات مربوطه

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...