Hey, I have about 20 links on my website page, but they are all blue. I want some to stay blue, but others to go white. When the change the link colour in the body style they all change. How can I set each link its own colour? Thanks, Jonathan
Try applying the ones you want white a class. E.g <a href="Url" class="white">Title</a> .white { color:#FFFFFF; }