http://www.themacos.com/gallery
in template.html, I added some text links at the top. but they are orange. I've tried changing the color, with no luck. why wont they change? very odd.
The links are defaulting to the link class specified in the css. You can specify them to a different class, or even add a new one in the css.
thanks for the quick reply. :)
I know little html. don't know a thing about css.
I tried editing the hex for the color in H3... in the css file. #000000 for black text. didn't work. guess I did something wrong. it's still orange. :(
Try changing this;
<font size="-1" color="white"><a href="http://www.themacos.com">Main Home</a> | <a href="http://www.themacos.com/gallery">Gallery Home</a> | <a href="http://www.themacos.com/forums">Forums Home</a></font>
To this;
<span class="catlink">"><a href="http://www.themacos.com">Main Home</a> | <a href="http://www.themacos.com/gallery">Gallery Home</a> | <a href="http://www.themacos.com/forums">Forums Home</a></span>
tried that code, it didnt like that.
Oops, just spotted I made an error in the code.
Try this
<span class="catlink"><a href="http://www.themacos.com">Main Home</a> | <a href="http://www.themacos.com/gallery">Gallery Home</a> | <a href="http://www.themacos.com/forums">Forums Home</a></span>
Quote
close, but it still looks weird. :/ messes the images up or something. ? ???
OK, remove the <span class="catlink">, and the <span>
Now find the '<div align="left">' just before the code, and change it to '<div class="catlink" align="left">