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
Hi, Thuy!
You need to edit the alignment in the hardwired theme/template.html (around line 12).
Hope this helps!
John Mc
Not the layout sitself, but rather the gallery.
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...
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
try a FIND with wordpad or notepad :)
it's easier ... search for STANDARD