coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: thelarster on April 21, 2004, 11:57:38 PM

Title: [Solved]: Change the font/css of picture captions
Post by: thelarster on April 21, 2004, 11:57:38 PM
I am modding my pic gallery and I can find all the css styles except to change the picture captions (not the title - I found that one)

Thanks in advance!  :D
Title: [Solved]: Change the font/css of picture captions
Post by: photoman13 on April 22, 2004, 02:10:02 AM
it's the "img_caption_table" inside the CSS of the Style you choosed.

It's easy to find if you goto your page and pull up the Source code.

<!-- BEGIN img_desc -->
                        <table cellpadding="0" cellspacing="0" class="img_caption_table">


Whatevr "Class" is it .. is the CSS part you need to change. ;)
Title: [Solved]: Change the font/css of picture captions
Post by: thelarster on April 22, 2004, 03:38:50 AM
That was it, thanking you very much!   :D
Title: [Solved]: Change the font/css of picture captions
Post by: photoman13 on April 22, 2004, 04:32:48 AM
you're welcome.. glad I could help :)