SOLVED

Images - border not appearing

Go to solution
Anonymous
Not applicable

Images - border not appearing

Hi all,

Has anyone experienced adding a border to an image within an email but not seeing a border in the final email?

I'm adding a border, see it in preview, but when I send a test message there is no border visible.

Anyone know of a workaround?  Or how to add a border in the code?

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Dan_Stevens_
Level 10 - Champion Alumni

Re: Images - border not appearing

This approach is deprecated (as is hspace, vspace and align) and you should instead use CSS style attributes to apply your border.  For example:

<img src="http://pages.contractlogix.com/rs/793-PDR-116/images/onboarding-cover.JPG" alt="onboarding-cover.JPG" height="310" width="234" style="border:5px;" />

View solution in original post

3 REPLIES 3
Grégoire_Miche2
Level 10

Re: Images - border not appearing

HI Lisa,

It depends on the devices.

Paste your code, otherwise, it's hard ot help you.

-Greg

Anonymous
Not applicable

Re: Images - border not appearing

<img src="http://pages.contractlogix.com/rs/793-PDR-116/images/onboarding-cover.JPG" alt="onboarding-cover.JPG" height="310" width="234" align="right" hspace="10" vspace="10" border="5" constrain="true" imagepreview="false" />

Dan_Stevens_
Level 10 - Champion Alumni

Re: Images - border not appearing

This approach is deprecated (as is hspace, vspace and align) and you should instead use CSS style attributes to apply your border.  For example:

<img src="http://pages.contractlogix.com/rs/793-PDR-116/images/onboarding-cover.JPG" alt="onboarding-cover.JPG" height="310" width="234" style="border:5px;" />