I have a problem with my banner. I have a left centered image, a pattern .png file, and another right aligned .png. The site logo .png is centered on the pattern part, when I want it to be offset by about 150 pixels from the left hand side. When i try to make the browser window small the pattern only gets retracted (squished) enough so that the logo file fits, it doesn't go smaller (width wise). I want it to be over the left aligned image!
Here is my Banner code:
If you need more information... please ask!
Here is my Banner code:
Code:
<a name="top"></a>
<div id="wrapheader">
<!-- IF ADS_1 -->{ADS_1}<br /><!-- ENDIF -->
<table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table style="height:40;" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="{T_THEME_PATH}/images/header/h11.png" width="40" height="40" alt="" /></td>
<td><img src="{T_THEME_PATH}/images/header/h12.png" width="100" height="40" alt="" /></td>
<td style="background:url({T_THEME_PATH}/images/header/h13.png) repeat;" width="100%" height="40"></td>
<td><img src="{T_THEME_PATH}/images/header/h14.png" width="100" height="40" alt="" /></td>
<td><img src="{T_THEME_PATH}/images/header/h15.png" width="40" height="40" alt="" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table style="height:140;" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="{T_THEME_PATH}/images/header/h21.png" width="40" height="140" alt="" /></td>
<td><img src="{T_THEME_PATH}/images/header/h22.png" width="600" height="140" alt="" /></td>
<td style="background:url({T_THEME_PATH}/images/header/h23.png) repeat;" width="100%" height="140">
<div id="logodesc" style="text-align: center;">
<table width="100%" cellspacing="0">
<tr>
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
</tr>
</table>
</div>
</td>
<td><img src="{T_THEME_PATH}/images/header/h24.png" width="200" height="140" alt="" /></td>
<td><img src="{T_THEME_PATH}/images/header/h25.png" width="40" height="140" alt="" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
If you need more information... please ask!







