html linke underlined?

wats the code to make the underline and the color go away if u click on a link if just made in html. so the link must be in normal black letters without a underline<!--content-->Add this somewhere between the <head> and </head> tags:<br />
<br />
<style type="text/css"><!--<br />
a{<br />
color:#000000;<br />
text-decoration:none;<br />
}<br />
--></style><br />
<br />
May I ask what for you want to do this?<!--content-->because its ugly like that<!--content-->If you want to control all the elements of a link (visited, hover, etc) here纾
 
Back
Top