hi i sure this is easy ...but how do i change the Login button from a graphic to text...i have done the follwing but does not work..
======================
table width="534" border="0" align="left" cellpadding="0" cellspacing="10" background="greenBox_02.gif">
<tr>
<td><table width="100%" height="15" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#0066FF">
<tr>
<td height="15" background="greenBox_02.gif" class="actlarger">NETQUOTEVAR:LOGINLINK</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td><Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/></td>
</tr>
</table>
===============================
I'm sure i am doing something very basic wrong here
======================
table width="534" border="0" align="left" cellpadding="0" cellspacing="10" background="greenBox_02.gif">
<tr>
<td><table width="100%" height="15" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#0066FF">
<tr>
<td height="15" background="greenBox_02.gif" class="actlarger">NETQUOTEVAR:LOGINLINK</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td><Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/></td>
</tr>
</table>
===============================
I'm sure i am doing something very basic wrong here
Comment