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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.