Making Description So It's Not Centered Making Description So It's Not Centered
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Making Description So It's Not Centered

Started by Sauron2029, September 16, 2007, 04:14:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sauron2029

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!!!

Sauron2029

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.

Joachim Müller

Nope, that's wrong. Never edit include/themes.inc.php. Edit your custom theme instead.