472,103 Members | 1,067 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,103 software developers and data experts.

Attaching stylesheet css that deals with hyperlinks

I'm creating a navigation bar that will have hyperlinked text on it. I
don't want the text to show the atypical underlines, but just look
like plain text. How do I create a style sheet to do this?

Thanks,

BZ
Jul 20 '05 #1
1 1629
Bill wrote:
I'm creating a navigation bar that will have hyperlinked text on
it. I don't want the text to show the atypical underlines, but just
look like plain text. How do I create a style sheet to do this?


in html, use something like the following
<a class="navigation">my link</a>

in your styles, include the declaration
a.navigation:link { text-decoration: none }

--
Brian
follow the directions in my address to email me

Jul 20 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by wjbell | last post: by
3 posts views Thread by Alex D | last post: by
1 post views Thread by wh | last post: by
2 posts views Thread by Alan Searle | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.