1
Hi guys/gals, I'm having trouble centering a fixed width theme. I know it must be a simple fix but my mind is not playing the game tonight lol. My theme keeps sitting on the left of the page but I would like it to be centered on the page.
This is what I have in the theme.html
<table id="headertable" cellspacing="0">
<tr id="header">
<td id="headerlogo" width="100%" align="center"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl ar_banner.jpg}>" alt="<{$xoops_sitename}>" />a>td>
tr>
<tr>
<td id="headerbar" width="60%"> td>
<td id="headerbar" width="40%"> td>
tr>
table>
This is what I have in the style.css
#headertable {width: 1000px; align: center;}
Is
align: center; wrong? if so, what should I be using?
Thanks in advance for your input,
Cifug...