<a> Question

liunx

Guest
When I use the code below:<br />
<br />
<A href=http://www.webdeveloper.com/forum/archive/index.php/"https://xxxxxxx.com/"><br />
<br />
<FONT color="#006699" size="2">SubscriberLogOn</FONT></A><br />
<br />
The description "Subscriber Log on" is underlined.<br />
<br />
Is there any way to have the description not be underlined.<br />
<br />
Hope somebody can help.<br />
<br />
Clyde<!--content-->CSS.<style type="text/css"><br />
/*<![CDATA[*/<br />
.nounderline {<br />
text-decoration: none;<br />
}<br />
/*]]>*/<br />
</style><a href=http://www.webdeveloper.com/forum/archive/index.php/"#" class="nounderline">foo</a><!--content-->Thanks for your time.<!--content-->
 
Back
Top