ollyno1uk2 Posted October 24, 2007 Posted October 24, 2007 I am confused with the stylesheet.css On my page http://www.jbosolutions.co.uk/links.php I want to change teh link colour so it stands out a little clearer. I do not want my other pages to be affected though. All the links are part of a table so, I thought all i had to do was add this A.links { color: #0000FF; } Then in the table properties of the link page add class="links" in the table tag. This did nothing at all So I guess I must be doing something incorrectly here. Any advice would be appreciated
Guest Posted October 24, 2007 Posted October 24, 2007 What I would do, is instead of using your stylesheet, find the code that has the link tags ( <a href=blahblah blah) and just before the end of the opening tag, add style="color:#0000FF">. That should change all of your links to a blue color. I am confused with the stylesheet.css On my page http://www.jbosolutions.co.uk/links.php I want to change teh link colour so it stands out a little clearer. I do not want my other pages to be affected though. All the links are part of a table so, I thought all i had to do was add this A.links { color: #0000FF; } Then in the table properties of the link page add class="links" in the table tag. This did nothing at all So I guess I must be doing something incorrectly here. Any advice would be appreciated
ollyno1uk2 Posted November 7, 2007 Author Posted November 7, 2007 Hi thanks a lot I was hoping to not add manual code by each link but if this is the only way then I will do so! Thanks for your help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.