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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.