Why is Outlook throwing out any padding code

0

I have a very odd issue. In my outlook, emails do not look right. If there is padding set inline css, my outlook does not see it. Why is this? I have checked my DPI settings and those are correct. Is there a personal setting that is overriding somewhere?

This is even in very simple one column across the top, two column in the next row.

ajcoder

Posted 2014-06-18T12:49:33.397

Reputation: 1

Outlook 07. Windows 7. I do believe it has to do with "personal settings" however, I can't pinpoint which ones.

Here is the standard code that I used to test. The padding is not showing up at all, but shows up on some computers.

Here is a sample of how the padding is set in the td cell. code

<td style="width:300px;padding:10px;" width="300" bgcolor="#0282F9" valign="top"><p>Table two td one - two column - one row 300px </p> <p>10px padding</p></td>`code` – ajcoder – 2014-06-19T13:49:54.377

Things I've tried:

-Changing DPI settings 100% _Reviewing Microsoft Word Web Settings – ajcoder – 2014-06-19T13:54:27.510

Welcome to Super User. We need a little more information. Is this a new problem? What version of Outlook and what OS are you using? – CharlieRB – 2014-06-18T12:53:34.263

No answers