link code

liunx

Guest
Can anyone tell me the code to make your links not underlined?<br />
<br />
ex.<br />
before: after:<br />
link link<br />
é¡•ã‚Žåš–?/div></div><hr />


<div class="post"><div class="posttop"><div class="username">jehraen</div><div class="date">03-11-2001, 12:16 PM</div></div><div class="posttext">Insert this between your header tags and your underlined links are gone :)<br />
<br />
<style><br />
a { text-decoration:none; }<br />
</style><!--content-->you should put in the hover code to to make links change color, when the mouse runs over them.<!--content-->thanx<!--content-->
 
Back
Top