1
First I'd like to say that XOOPS is a great open source product. I tried to learn PostNuke, but because of the difficulty, I migrated to XOOPS. It was a great decision!
I'm trying to center the image at the top of the page on this site:
http://surveyos.sourceforge.net/xoops/I've been into the theme.html, and the style.css files.
I tried deleting the html table cell <td> for banners so the image would stretch accross the whole page. The html table at the beginning of my theme.html now lookslike this:
<table cellspacing="0">
<tr id="header">
<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.png" width="762" height="182" alt="Where is the image?" /></a></td>
</tr>
<tr>
<td id="headerbar" colspan="2"> </td>
</tr>
</table>
I also added this element to my stylesheet:
td#headerlogo {background-color: #FFFFFF; vertical-align: middle; text-align:center;}
However, I can't seem to get the image to center at the top of the page.
Any ideas what I'm doing wrong? What do I need to do to center the image?
Thanks,
The GIS Pilot