1
Hi !
I'm using XOOPS 2.0.13 and the theme fiblue3d.
I managed to have a logo image on the top of the page.
It looks nice and centered with 1024x786 screen resolution. Now I have a bigger monitor and I'm running 1280x1024 screen resolution and realised that the logo is not centered but aligned to the left.
I tried a few things in the theme.html file but it just doesn't want to change. How can I center this image?
I must admit that I don't have much experience with this. I know some HTML and know how to use a text editor though ...
Please have a look at
http://adsl.yesyes.info to see what I mean (if you have 1280x1024 or higher resolution).
here is what I changed in the theme.html file (the 3 align="center" entries)
(I had to replace all "<" with "^", otherwise it wouldn't show the code in the preview here...)
Quote:
^table cellspacing="0" cellpadding="0" align="center">
^tr>
^td>
^table border="0" cellspacing="0" cellpadding="0" width="100%" align="center">
^tr>
^td>^img src="^{$xoops_url}>/themes/^{$xoops_theme}>/images/tnav_tl.gif" />^/td>
^td class="t">^/td>
^td>^img src="^{$xoops_url}>/themes/^{$xoops_theme}>/images/tnav_tr.gif" />^/td>
^/tr>
^tr>
^td class="l">^/td>
^td class="bkg" width="100%" align="center">
^/td>
^td class="r">^/td>
^/tr>
^tr>
^td>^img src="^{$xoops_url}>/themes/^{$xoops_theme}>/images/tnav_bl.gif" />^/td>
^td class="b">^/td>
^td>^img src="^{$xoops_url}>/themes/^{$xoops_theme}>/images/tnav_br.gif" />^/td>
^/tr>
Thanks for any suggestions...
yesyes