forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: bart5986 on January 27, 2005, 02:18:25 pm

Title: change the color of powered by coppermine
Post by: bart5986 on January 27, 2005, 02:18:25 pm
I'm really sorry about making this thread but I can't find exactly how to change the color of the powered by coppermine link. I don't want to make it invisable I just want to make it a nicer color.

So How do I do it?


I even tried searching all my documents and I didn't find it  :(
Title: Re: change the color of powered by coppermine
Post by: kegobeer on January 27, 2005, 02:22:07 pm
style.css -> footer.
Title: Re: change the color of powered by coppermine
Post by: bart5986 on January 27, 2005, 02:29:13 pm
oh... I searched the whole coppermine folder for powered by  :\'(


Thanks :)
Title: Re: change the color of powered by coppermine
Post by: Joachim Müller on January 27, 2005, 07:07:42 pm
next time you want to change the looks, view the html output of a page, search for the term (e.g. "Powered by") and have a look at the surounding html tags and the css class attributes. This is a very helpfull technique that will help you elsewhere on the net as well, and you will start to learn from other's coding.

Joachim
Title: Re: change the color of powered by coppermine
Post by: Tranz on January 27, 2005, 09:01:24 pm
And Firefox has a great feature where you can highlight a portion of a page and then show the source to see how it was done.
Title: Re: change the color of powered by coppermine
Post by: bart5986 on January 28, 2005, 06:39:47 am
well besides the fact that it crashed when I used the find source selection feature, it actually worked better then I thought it would.