coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: Thuy on April 22, 2004, 11:43:07 PM

Title: new theme: not centered
Post by: Thuy 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
Title: Re: new theme: not centered
Post by: jmc 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
Title: Re: new theme: not centered
Post by: Thuy on April 23, 2004, 03:27:44 AM
Not the layout sitself, but rather the gallery.
Title: Re: new theme: not centered
Post by: photoman13 on April 23, 2004, 04:16:22 AM
looks like it's in your standard table... in your template theme.php file.

<!-- 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...
Title: Re: new theme: not centered
Post by: Thuy 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
Title: Re: new theme: not centered
Post by: photoman13 on April 24, 2004, 06:25:21 AM
try a FIND with wordpad or notepad :)

it's easier ... search for STANDARD