View Full Version : Module will not center??
DarknessDivine
07-17-2004, 05:50 PM
Okay this is not the first custome page nor module I've created but for some reason I can not get this one centered on the page..?...I dunno what's wrong I checked and made sure that I have it set to the center comlum and I do yet it keeps going to the left??? Anyone have any ideas why?
Heres a link to the page so you can see...http://madmaddeals.com/index.php?page=amazon_page ...it's weird..is there something I could be missing?
Milorad
07-17-2004, 07:04 PM
seems simple enough, but I've looked at your source and you do have align='center' AND width=100% and neither of them seem to be working.
can you post the template ?
Richard
07-17-2004, 07:23 PM
the following is what is causing the problem:
<!-- Spacer Cell -->
<td width="10"><img alt="" src="http://madmaddeals.com/forum/clear.gif" width="10" /></td>
<!-- / Spacer Cell -->
<td valign="top" width="165">
</td>
remove all of that and it will be centered like you are wanting.
DarknessDivine
07-17-2004, 08:29 PM
Here is the page template
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] <b>Amazon</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">
<!-- Begin custom code --><center><A HREF="http://www.amazon.com/exec/obidos/redirect?tag=madmaddeals-20&path=subst/home/home.html"><img src=http://madmaddeals.com/a130X60w.gif border=0></A></center><!-- End custom code -->
</td>
</tr>
</table>
<br />
And sorry Richard I do not see this you are talking about??? <!-- Spacer Cell -->
<td width="10"><img alt="" src="http://madmaddeals.com/forum/clear.gif" width="10" /></td>
<!-- / Spacer Cell -->
<td valign="top" width="165">
</td>
That has to be there..in the page source.
Brian
07-17-2004, 11:01 PM
That's caused by your right column... Are you sure you don't have any modules in the right side enabled for this page?
DarknessDivine
07-18-2004, 02:07 PM
Nope, the only thing I have enabled for the right is custom page content...should I move this to the center??
DarknessDivine
07-18-2004, 02:08 PM
That totally worked..lol...duh me!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.