coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Sauron2029 on September 16, 2007, 04:14:27 AM

Title: Making Description So It's Not Centered
Post by: Sauron2029 on September 16, 2007, 04:14:27 AM
Sorry if this is a stupid question, as I am a newbie to Coppermine, but it there anyway to make it so the file description is not centered (left justified to be specific)?

I did a search on these forums and couldn't find the answer.  Any help would be greatly appreciated!!!
Title: Re: Making Description So It's Not Centered
Post by: Sauron2029 on September 17, 2007, 08:24:11 AM
Well after some digging on my own, I figured out my own answer and thought I would share it here for those in the future who may have this same dilema.

You must edit the "/includes/themes.inc.php" file.

<!-- BEGIN caption -->
                                <tr>
                                        <td class="tableb"><center>
                                                {CAPTION}</center>
                                        </td>
                                </tr>
<!-- END caption -->


Simply remove the open and close center tags from the above block of code, and you are good to go.
Title: Re: Making Description So It's Not Centered
Post by: Joachim Müller on September 17, 2007, 08:32:13 AM
Nope, that's wrong. Never edit include/themes.inc.php. Edit your custom theme instead.