remove image border from email
iteego - June 19, 2009 - 12:33
| Project: | Forward |
| Version: | 6.x-1.7 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hello,
How can i remove the blue borders around linked images in the e-mail that is sent out?

#1
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>#2
thanks!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.