Results 1 to 2 of 2
Related
-
I Can't Get Rid of the Underline Forum: HTML Forum
Replies: 6 -
How to Remove underline from hyperlink? Forum: CSS Forum
Replies: 5 -
How to Remove underline from hyperlink? Forum: HTML Forum
Replies: 0 -
underline, different colors, problems; please help! Forum: CSS Forum
Replies: 11 -
non-underline links? Forum: HTML Forum
Replies: 4
-
10-28-2008, 05:45 PM #1
help with hyperlinks-underline and color
Hi I happen to work with a company that does not allow the work "style" used in any the html code in listings etc.
I need to know how to remove the underline in a hyperlink using straight html without the word "style" and how to make the original word, before being clicked on, the color of my choice.
FYI I should mention that most of the hyperlinks are in list format and there are several on a page.
Thank you for assistants.
-
10-28-2008, 07:20 PM #2
Re: help with hyperlinks-underline and color
But can you use style tags on the head? If so, you can remove the underlines by CSS' text-decoration property:
Code:a{ text-decoration:none; }
Code:a{ text-decoration:none; color:#930; }
Checkout my porfolio.
Please click thebutton when a member helped you.
Take time to use Forum's Search function.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum