PDA

Click to See Complete Forum and Search --> : text link with NO underline


TammyP
06-07-2004, 01:27 AM
Hello all,

How do you make a text link that is NOT underlined? I know how to link an image with no border, and I have seen text links that have no underline (that are actual text links, not images), but I do not know how to do it. I'm sure it's one of those easy things I never took time to learn

Thanks! /emoticons/icon_cool.gif

Ryan8720
06-07-2004, 07:28 AM
You use CSS.

a.mylink {text-decoration: none;}

<a href='mypage.html' class='mylink'>Click Here</a>

or use a {text-decoration: none;} to make all the links have no underline.

http://edgewebdesign.org/ryan2.gif (http://www.edgewebdesign.org)

C:\DOS
C:\DOS\RUN
RUN DOS RUN

06-07-2004, 04:14 PM
Ryan to the rescue. Now did you want some icecream with that?

Big Perm-dizzle
06-07-2004, 04:42 PM
good job Mr. 31 Favors

JUST LAUNCHED - www.hirethisdesigner.com (http://www.hirethisdesigner.com) - check it out

Ryan8720
06-07-2004, 06:01 PM
We actually have 42 flavors. And I'm probably gonna get a different job because BR sucks.

http://edgewebdesign.org/ryan2.gif (http://www.edgewebdesign.org)

C:\DOS
C:\DOS\RUN
RUN DOS RUN

YellowDart
06-07-2004, 09:17 PM
Ryan8720 said...
You use CSS.

a.mylink {text-decoration: none;}

<a href='mypage.html' class='mylink'>Click Here</a>

or use a {text-decoration: none;} to make all the links have no underline.

BAH! You beat me to it!!! =P

D-Frag
06-07-2004, 10:55 PM
man, i cant wait to learn CSS, im halway through my 'basic' html tutorial on W3S and im getting excited!!