Dawn
04-22-2004, 07:45 PM
I am new to this and dont know if it is even possible, but I am trying to make a text link and I want to know if it can be done without the line under it? Any help would be appreciated.
Thanks
Thanks
|
View Full Version : Text Link Dawn 04-22-2004, 07:45 PM I am new to this and dont know if it is even possible, but I am trying to make a text link and I want to know if it can be done without the line under it? Any help would be appreciated. Thanks Cherchezlafemme 04-22-2004, 07:56 PM http://www.lissaexplains.com/css.shtml Dawn 04-22-2004, 08:16 PM I forgot to mention I guess that I dont know anything about css and its all in html for now Rosey 04-22-2004, 08:31 PM lissa's page is pretty easy to understand. CSS is a wonderful thing to learn, it really makes things easier Calidris 04-22-2004, 09:48 PM Rather than plod through those pages, here's the answer: <style type="text/css"> a { text-decoration: none; } </style> Put that anywhere on your page and it will work - although preferably it should be between the <head> and </head> tags at the top of your HTML file :) If you have don't like the underline that marks links then you could always just turn it off on your browser too. Dawn 04-23-2004, 12:21 AM Thank ya'll for your help, I decided to try my hand at the css thing and it worked pretty good for my text and background. |