PDA

View Full Version : Customizing help please


twincitiesphoto
Jul-12-2009, 04:11 AM
Andy, or anyone else,
I've tried using this code to put a border around my photo or caption box

.gallery_8874739 .imgBorder {border: 1px solid red; padding: 1px;}
.gallery_8874739 .imgBorder {border: 1px solid red; padding: 1px;}
.journal_caption_container {border: 1px solid red !important;}

However it is not working for me - any help is greatly appreciated - I just put this code in my CSS box and edited the color.

Gallery is here: http://www.twincitiesphotography.com/gallery/8873589_TSWJQ

jfriend
Jul-12-2009, 07:47 AM
You were using "turquoise" as your color. That doesn't work. Use a number like this and it works:

.gallery_8873589 .imgBorder {border: 1px solid #118899; padding: 4px;}

twincitiesphoto
Jul-12-2009, 08:37 AM
Wonderful - thanks so much - that fixed it.
I was certain I've used 'turqoise' elsewhere and it worked for font color - so thought it would here as well, guess not.

Regards -

Michael