Hi,
According to this..
The 'Word' rendering for HTML emails in Outlook since 2007 is suppose to support padding in unordered lists, so why won't it work ?
I've placed it inline
But it doesn't do anything?
I've tried margin but with no effect either.
The only way so far I have found to add needed spacing around the list entries is by placing 2 x <br> at the end of each line?
Any ideas?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
According to this..
The 'Word' rendering for HTML emails in Outlook since 2007 is suppose to support padding in unordered lists, so why won't it work ?
I've placed it inline
Code:
<ul>
<li style="padding:5px 0;">A list item</li>
<li style="padding:5px 0;">Another list item</li>
</ul>
But it doesn't do anything?
I've tried margin but with no effect either.
The only way so far I have found to add needed spacing around the list entries is by placing 2 x <br> at the end of each line?
Any ideas?
Thanks,
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads