Hello,
How can i remove the blue borders around linked images in the e-mail that is sent out?
You can override the theme function and add this to the top just before the table tag:
<style type="text/css">a img {border:0;}</style>
thanks!
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
seanrYou can override the theme function and add this to the top just before the table tag:
<style type="text/css">a img {border:0;}</style>Comment #2
pyxio commentedthanks!