Hello,

How can i remove the blue borders around linked images in the e-mail that is sent out?

Comments

seanr’s picture

Status: Active » Fixed

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>

pyxio’s picture

thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.