Could someone please modify this code so that:
1. The image is a borderless clickable link (put blank url).
2. The text links are a custom color (put any random), bold and underlined.
Thanks!!
P.S. This is for a custom Gmail HTML signature in case you're curious.
<div style="border:1px dashed #aaaaaa; padding:0.5em; margin:0.5em; width:453px; height:82px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333;">
<img src="sig.gif" style="float:left; margin-right:10px;" />
<strong>Name Goes here</strong><br />
Phone # goes here<br />
<a href="mailto:emailaddy">emailaddy</a><br />
<a href="sitelinky">sitelinky</a>
</div>
1. The image is a borderless clickable link (put blank url).
2. The text links are a custom color (put any random), bold and underlined.
Thanks!!
P.S. This is for a custom Gmail HTML signature in case you're curious.
<div style="border:1px dashed #aaaaaa; padding:0.5em; margin:0.5em; width:453px; height:82px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333;">
<img src="sig.gif" style="float:left; margin-right:10px;" />
<strong>Name Goes here</strong><br />
Phone # goes here<br />
<a href="mailto:emailaddy">emailaddy</a><br />
<a href="sitelinky">sitelinky</a>
</div>