1
Ok my site is
http://www.cssbg.com and i plan to change the logo, so also wanted to make some improvements. How it can be set to appear centered ? It is full on 1024x768 and doesn't matter but i look @ 1280x1024 and the logo is starting from the left and coz it isn't 1280 width there is an empty gap in the right. Thats a problem for bigger resolutions than 1024. So i've looked in the htm and changed a few things with no result :(
<td class="l">td>
<td class="bkg" width="100%">
<a href="http://www.forumimages.com/">
<img src="<{$xoops_url}>/themes/<{$xoops_theme}>/images/logo.gif" alt="Original Themes By Daz" align="right" />a>
td>
I've chaged align="right" to "center" but didn't worked :\
Also here is the css string:
td.bkg {
background-image: url(images/cellpic_bkg.gif);
height: 120px;
vertical-align: bottom;
background-repeat: no-repeat;
padding:5px;
}
Can someone help me with what should I change ?