new theme: not centered new theme: 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

new theme: not centered

Started by Thuy, April 22, 2004, 11:43:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Thuy

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

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

Thuy

Not the layout sitself, but rather the gallery.

photoman13

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...

Thuy

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

try a FIND with wordpad or notepad :)

it's easier ... search for STANDARD