I have the following code, but cannot seem to format the font that it displays.
Whole code with script in it.
<table width="999" height="74" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="340" background="images/homebotoomleft_14.gif"><table width="340" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30"> </td>
<td class="whitetextsml">address here
T +44(0)20 855555 F +44(0)20 855555 E
<script language="JavaScript">
var stb_domain = "igd.uk.com"
var stb_user = "office"
var stb_recipient = stb_user + "@" + stb_domain
var stb_url = "mailto:" + stb_recipient
document.write(stb_recipient.link(stb_url));
</script>
</td>
<td width="10"> </td>
</tr>
</table>
Thank you
Whole code with script in it.
<table width="999" height="74" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="340" background="images/homebotoomleft_14.gif"><table width="340" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="30"> </td>
<td class="whitetextsml">address here
T +44(0)20 855555 F +44(0)20 855555 E
<script language="JavaScript">
var stb_domain = "igd.uk.com"
var stb_user = "office"
var stb_recipient = stb_user + "@" + stb_domain
var stb_url = "mailto:" + stb_recipient
document.write(stb_recipient.link(stb_url));
</script>
</td>
<td width="10"> </td>
</tr>
</table>
Thank you