7
Ok, nothing helped but i've understood some things. Look at
http://www.zboost.net i am testing here the original theme.
First on fiblack3d there are 2 logos. The first one is declined in the css and is this:
Quote:
td.bkg {
background-image: url(images/cellpic_bkg.jpg);
height: 120px;
vertical-align: bottom;
background-repeat: no-repeat;
padding:5px;
}
The other logo you can see it -
THIS is declined in the htm and has nothing to do with the css logo:
<tr>
<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>
So i can simply center this by editing the htm and it works, but i don't have an idea what is the string for centering in the css. I've tryed text-align: middle; vertical-align: middle; and center but doesn't works.
Wardick i know u have experience with css's so do u know how to make the css image centered ?