Sonnie
07-26-2007, 03:08 PM
I want to be able to add an image or code into my header in a specific location.
The code I am currently using is as follows:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<td width="30%"><a href="/"><img src="http://www.hometheatershack.com/forums/images/htslogo20.gif" border="0" alt="Home Theater Shack" /></a></td>
<td width="40%"></td>
<td width="10%" align="left"><a href="http://www.svsound.com/" target="_blank"><img src="http://www.hometheatershack.com/images/svs3.gif" border="0" alt="SVSound" /></a><br /><a href="http://www.gikacoustics.com/" target="_blank"><img src="http://www.hometheatershack.com/images/gik.gif" border="0" alt="GIK Acoustics" /></a></td>
<td> </td>
<td width="10%" align="left"><a href="http://www.soundsplinter.com/" target="_blank"><img src="http://www.hometheatershack.com/images/soundsplinter.png" border="0" alt="SoundSplinter" /></a><br /><a href="http://www.rtheaters.com/" target="_blank"><img src="http://www.hometheatershack.com/images/ultimate.gif" border="0" alt="Ultimate Home Entertainment" /></a></td>
<td> </td>
<td width="10%" align="left"><a href="http://www.discount-merchant.com/?Click=1592" target="_blank"><img src="http://www.hometheatershack.com/images/discountmerchant.png" border="0" alt="Discount-Merchant" /></a><br /><a href="http://www.hometheatershack.com/store/" target="_blank"><img src="http://www.hometheatershack.com/images/shack-shopping-mall.gif" border="0" alt="Electronics Store" /></a></td>
</table>
That code produces this:
http://www.hometheatershack.com/images/headerexample001.jpg
Each small banner is 192 x 50.
I want this... with one long banner underneath the 6 banners:
http://www.hometheatershack.com/images/headerexample002.jpg
I can't figure it out. Any hope?
Thanks!
The code I am currently using is as follows:
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<td width="30%"><a href="/"><img src="http://www.hometheatershack.com/forums/images/htslogo20.gif" border="0" alt="Home Theater Shack" /></a></td>
<td width="40%"></td>
<td width="10%" align="left"><a href="http://www.svsound.com/" target="_blank"><img src="http://www.hometheatershack.com/images/svs3.gif" border="0" alt="SVSound" /></a><br /><a href="http://www.gikacoustics.com/" target="_blank"><img src="http://www.hometheatershack.com/images/gik.gif" border="0" alt="GIK Acoustics" /></a></td>
<td> </td>
<td width="10%" align="left"><a href="http://www.soundsplinter.com/" target="_blank"><img src="http://www.hometheatershack.com/images/soundsplinter.png" border="0" alt="SoundSplinter" /></a><br /><a href="http://www.rtheaters.com/" target="_blank"><img src="http://www.hometheatershack.com/images/ultimate.gif" border="0" alt="Ultimate Home Entertainment" /></a></td>
<td> </td>
<td width="10%" align="left"><a href="http://www.discount-merchant.com/?Click=1592" target="_blank"><img src="http://www.hometheatershack.com/images/discountmerchant.png" border="0" alt="Discount-Merchant" /></a><br /><a href="http://www.hometheatershack.com/store/" target="_blank"><img src="http://www.hometheatershack.com/images/shack-shopping-mall.gif" border="0" alt="Electronics Store" /></a></td>
</table>
That code produces this:
http://www.hometheatershack.com/images/headerexample001.jpg
Each small banner is 192 x 50.
I want this... with one long banner underneath the 6 banners:
http://www.hometheatershack.com/images/headerexample002.jpg
I can't figure it out. Any hope?
Thanks!

