Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Left align description  (Read 2670 times)

0 Members and 1 Guest are viewing this topic.

spiros71

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 68
    • Greek translation
Left align description
« on: May 01, 2006, 02:15:51 pm »

I tried to follow the info here by editing the css:
http://forum.coppermine-gallery.net/index.php?topic=20473.0

but it did not have the desired effect. Is there another way? I use the classic theme and now descriptions are center aligned. see here http://www.translatum.gr/gallery/displayimage.php?album=12&pos=2

Edit: I found it

Go to includes/theme.inc.php

and change the center to left

Code: [Select]
<!-- BEGIN caption -->
                                <tr>
                                        <td class="tableb"><center>
                                                {CAPTION}
                                        </center></td>
                                </tr>
<!-- END caption -->
« Last Edit: May 01, 2006, 11:31:12 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Left align description
« Reply #1 on: May 01, 2006, 11:31:00 pm »

don't ever edit include/themes.inc.php, under no circumstances. Edit themes/yourtheme/theme.php instead. If a function or definition doesn't exist in your theme.php, copy the section from the sample theme first.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 16 queries.