Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: cant change text color  (Read 3249 times)

0 Members and 1 Guest are viewing this topic.

TheMacOS.com

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
  • Mac geek since 1990
    • TheMacOS.com
cant change text color
« 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.

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: cant change text color
« Reply #1 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.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

TheMacOS.com

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
  • Mac geek since 1990
    • TheMacOS.com
Re: cant change text color
« Reply #2 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. :(

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: cant change text color
« Reply #3 on: June 11, 2004, 10:06:00 pm »

Try changing this;
Code: [Select]
<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;
Code: [Select]
<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>
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

TheMacOS.com

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
  • Mac geek since 1990
    • TheMacOS.com
Re: cant change text color
« Reply #4 on: June 12, 2004, 11:40:40 am »

tried that code, it didnt like that.

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: cant change text color
« Reply #5 on: June 12, 2004, 12:33:04 pm »

Oops, just spotted I made an error in the code.

Try this
Code: [Select]
<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
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

TheMacOS.com

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
  • Mac geek since 1990
    • TheMacOS.com
Re: cant change text color
« Reply #6 on: June 12, 2004, 12:42:07 pm »

close, but it still looks weird. :/ messes the images up or something. ?  ???

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: cant change text color
« Reply #7 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">
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.