|
|
Thread Tools | Display Modes |
|
#1
|
|
|
ongoing grinning
|
how to change the colour of html link
hi there, i tried looking at all the subjects on customizations but cant seem to find anyone posted the above question yet.
my site is www.photowardrobe.com, on the main page, you will notice lots of HTML link ie `about me' and so on, does anyone know how to change the colour of the link ? I plan to change it to white or other bright colours , not sure which one yet. hear from anyone soon cheers!
|
|
|
|
|
#2
|
|
|
I � Unicode
|
Sorry andy I had to delete your post...
That's bad bad bad advice. Everyone please don't use the <font> tag anymore. If you want to only change the colors of the links in your bio simply put this in your css box. #bioBox a:link {color:#f00;} #bioBox a:visited {color:#fff;} #bioBox a:hover {color:#0f0;} #bioBox a:active {color:#ff0;} Obviously you may want to change the color values to something that matches your site.
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
|
#3
|
|
|
ongoing grinning
|
thanks andy for trying, thanks Mike !
what about the colour for the content's font in description box of the gallery, see <a href="http://www.photowardrobe.com/gallery/903060"<this></a> for example, how do I change that? zillion thanks in advance!
|
|
|
|
|
#4
|
||
|
I � Unicode
|
Quote:
#albumDescription a:visited {color:#ff00ff;} #albumDescription a:hover {color:#00ffff;} #albumDescription a:active {color:#ff8800;} Change the colors to suit your site.
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
||
|
#5
|
|
|
ongoing grinning
|
thanks Mike for the quick reply!
cheers |
|
|
|
|
#6
|
||
|
panasonikon
|
Quote:
|
|
|
|
||
|
#7
|
||
|
ongoing grinning
|
Quote:
|
|
|
|
||
|
#8
|
||
|
ongoing grinning
|
Quote:
i have done all those, and worked great but when i tried to apply the same method for the photo caption box ie by doing this #photoCaption a:link {color:#ffff00;} #photoCaption a:visited {color:#ff00ff;} #photoCaption a:hover {color:#00ffff;} #photoCaption a:active {color:#ff8800;} didnt seem to work? any other alternative? thanks
|
|
|
|
||
|
#9
|
||
|
I � Unicode
|
Quote:
First put this above all your other link color stuff: a:link {color:#ffff00;} a:visited {color:#ff00ff;} a:hover {color:#00ffff;} a:active {color:#ff8800;} That will probably solve 90% of your link color issues. Do that and then I'll help you with any other specifics.
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
||
|
#10
|
||
|
ongoing grinning
|
Quote:
done that,whatz next? thanks |
|
|
|
||
|
#11
|
||
|
I � Unicode
|
Quote:
.caption a:link {yadda yadda} .caption a:visited etc etc (please replace the yadda yadda and the etc etc with the approprate code.)
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
||
|
#12
|
||
|
ongoing grinning
|
Quote:
cheers |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|