Advanced search  

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

Pages: [1]   Go Down

Author Topic: new theme: not centered  (Read 2618 times)

0 Members and 1 Guest are viewing this topic.

Thuy

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
    • http://archaickei.org
new theme: not centered
« on: April 22, 2004, 11:43:07 pm »

How do I make it so all the tables aren't center? I can't really find a main code that makes all the tables center. Can someone help me, cuz I don't want the tables to be centered. Thanks

jmc

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Posts: 92
    • http://www.hartlepoolcameraclub.co.uk
Re: new theme: not centered
« Reply #1 on: April 23, 2004, 01:22:17 am »

Hi, Thuy!
You need to edit the alignment in the hardwired theme/template.html (around line 12).
Hope this helps!
John Mc
Logged
I'm trying hard... at least!

Thuy

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
    • http://archaickei.org
Re: new theme: not centered
« Reply #2 on: April 23, 2004, 03:27:44 am »

Not the layout sitself, but rather the gallery.

photoman13

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 96
Re: new theme: not centered
« Reply #3 on: April 23, 2004, 04:16:22 am »

looks like it's in your standard table... in your template theme.php file.

Code: [Select]
<!-- Start standard table -->
<table align="center" width="76%" cellspacing="1" cellpadding="0" class="maintable">

        <tr>
                <td colspan="3" class="tableh1"><span class="statlink"><b><a href=index.php>Home</a> > <a href=index.php?cat=4>Jrock</a></b></span></td>
        </tr>

<!-- Start standard table -->
<table align="center" width="76%" cellspacing="1" cellpadding="0" class="maintable">
</table>
<!-- End standard table -->

<!-- Start standard table -->
<table align="center" width="76%" cellspacing="1" cellpadding="0" class="maintable">

        <tr>

hope that helps...
Logged

Thuy

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
    • http://archaickei.org
Re: new theme: not centered
« Reply #4 on: April 23, 2004, 10:06:47 pm »

I know that when you view the source it has that code, but I can't find it on the theme.php page. Maybe I'm looking in the wrong place? Can someone tell me where it might be

photoman13

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 96
Re: new theme: not centered
« Reply #5 on: April 24, 2004, 06:25:21 am »

try a FIND with wordpad or notepad :)

it's easier ... search for STANDARD
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.