I usually do everything in CSS, and not familiar with inline styles for an e-mail newsletter table.
http://www.eckland.com/news_emma.html
I want to put a border at the top of the bottom address table. That’s it.
Thanks.
Robert JJ
I usually do everything in CSS, and not familiar with inline styles for an e-mail newsletter table.
http://www.eckland.com/news_emma.html
I want to put a border at the top of the bottom address table. That’s it.
Thanks.
Robert JJ
Replace
style="border: top 1px dashed #007998;"
with
style="border-top: 1px dashed #007998;"
Thanks Vic! That did the trick.
Robert JJ