coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: TheMacOS.com on June 11, 2004, 08:10:19 PM

Title: cant change text color
Post by: TheMacOS.com on June 11, 2004, 08:10:19 PM
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.
Title: Re: cant change text color
Post by: Casper on June 11, 2004, 08:19:09 PM
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.
Title: Re: cant change text color
Post by: TheMacOS.com on June 11, 2004, 08:45:07 PM
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. :(
Title: Re: cant change text color
Post by: Casper on June 11, 2004, 10:06:00 PM
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>
Title: Re: cant change text color
Post by: TheMacOS.com on June 12, 2004, 11:40:40 AM
tried that code, it didnt like that.
Title: Re: cant change text color
Post by: Casper on June 12, 2004, 12:33:04 PM
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
Title: Re: cant change text color
Post by: TheMacOS.com on June 12, 2004, 12:42:07 PM
close, but it still looks weird. :/ messes the images up or something. ?  ???
Title: Re: cant change text color
Post by: Casper on June 12, 2004, 01:13:50 PM
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">