Quote:
|
<span style="color: red;">RSS</span>
|
Don't do that, it's not necessary.
First, I would highly recommend that you put your navigation into a proper unordered list where it belongs.
If you don't do that, try this:
Add a class to your css to change the color, like this:
a.rssLink {color: red;}
Then add that class to the link for the RSS:
Then you can do this:
In the html just do this:
<a class="rssLink" href="http://www.billymoses.com/rss.xml">RSS</a>
Should work.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|