Industry guru Dave Taylor offers tech support on technical and business topics, including iPhone, iPod, Microsoft Windows, Sony PSP, cellphones, online advertising, CSS, Web design, business, Unix, Linux, SEO, Mac OS X, and shell script programming.     


Changing Link Colors on an HTML page

A reader writes:
"I was hoping you could tell me where I can find info to solve a problem I'm having with one of the pages. I want my hyperlinks to stay the same colour as the rest of the text and not change at all, and i'd like to avoid the underlining too."

Dave's Answer:
This is a common question and one that's addressed in Creating Cool HTML 4 Web Pages.

There are a couple of ways to solve this, ranging from the banal and old fashioned LINK and VLINK attributes to the BODY tag (as in <BODY LINK="black"> to have text links black if not visited) to the more advanced style sheets, where you can have structures like:

a { color: black; text-decoration:none; }
a:hover { text-decoration: underline; }
which would give you black links without underlines, with the underline only showing up at the 'hover', when the cursor is immediately over the link text.

I hope that helps!


Related HTML, JavaScript and Web Site Programming articles:
✔   How to Create Predefined Google Image Search Links?
Thanks for the Amazon URL [see Creating Amazon Search Links]. That worked beautifully. In fact, I sent you $5.00 for coffee in thanks....
✔   Can I embed a Facebook search box on my blog site?
I've seen your articles about how to add a Twitter or Google search box on a Web page, but I have a tougher...
✔   Can I use CSS for drop shadows on my blog?
I want to give my site a bit of a facelift and add some neat graphical elements. One of which is drop shadows....
✔   How can I embed interactive photo panoramas on my site/blog?
I read through your blog entry about how to take panoramic photos with iOS 6 and an iPhone 5 and got enthused. I've...
✔   How can I create a Twitter search URL shortcut?
I'd like to add a few Twitter search links to my Web site. Is that possible, or does Twitter prohibit this sort of...

Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
    Enter your name: and your email addr:  









Reader Comments To Date: 3

doug said, on December 4, 2003 1:30 PM:

thanks dude, i though it woulda been an easy fix, and that tag made it just that..
later

sarah guymer said, on February 20, 2007 8:56 AM:

hey how do you change the coIour of ure writeing on myspace

Andrew said, on September 21, 2009 3:26 PM:

Thanks for help

Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you, Dave, for all your helpful information by buying you a cup of coffee!

I do have a comment, now that you mention it!











I will never send you any unsolicited email. Ever.






Check This Out Too...

 
Look for Answers
Need Help? Ask Dave Taylor!


Follow Me on Pinterest

Find Me on Google+
ADT on G+
© 2002 - 2013 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site. Further, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site. My lawyer says "Thanks".
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.