Results 1 to 9 of 9

Thread: How to change webpage link colour?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    It still didn't work.

    I tried both methods. I already put one style in there and I tried putting both codes inside this style, I also tried putting it in a seperate style tag and the colour of the main link is still white link the menu link.

    My code looks something like this:

    Code:
    <style type="text/css">  
        BODY { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
    a:hover{
    color:#C98A8E;
    }
    .Mint a:link {color:#515561}
    </style>
    and then I tried the div tag like Dr Unne said, and also putting the class inside the a href tag.
    Last edited by Sita Atis; 04-19-2004 at 04:41 PM.



    "Ouch"


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •