Forum Moderators: open

Message Too Old, No Replies

Text links for Google Question?

         

jb123

8:04 pm on Mar 29, 2003 (gmt 0)

10+ Year Member



How do you take the underline out from the text link? Another we want to have a text link with the keywords but we don't want to have it underlined. I have read somewhere that there is a way to remove the underline for a text link but I can't remember it now. Thank you for your help!

themoron

8:39 pm on Mar 29, 2003 (gmt 0)



Just add this code into the header of your page

<style>
<!--
a{text-decoration:none}
//-->
</style>

and it will remove all underlines within. I dont know how to do individual links though.

Hope this helps

marcs

8:41 pm on Mar 29, 2003 (gmt 0)

10+ Year Member



To do an individual link :

<A HREF="page.html" style="text-decoration: none">

jb123

8:59 pm on Mar 29, 2003 (gmt 0)

10+ Year Member



Thank you for your help that answered it! Again that was nice of you you both to help me!

AthlonInside

4:36 am on Mar 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I bet this post will be moved! :)