Log in

View Full Version : Banner goin behind the forums....


Asterik
12-22-2003, 05:34 AM
Ok, here is my Header code:


<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>

<td>
<img src="images/banner/maybedesignlast.jpg" alt="" usemap="#maybedesignlast_Map" />
<map name="maybedesignlast_Map" id="maybedesignlast_Map">
<area shape="rect" alt="" coords="696,177,731,190" href="#" />
<area shape="rect" alt="" coords="614,177,672,190" href="calendar.php?" />
<area shape="rect" alt="" coords="563,177,590,190" href="faq.php?" />
<area shape="rect" alt="" coords="482,179,527,189" href="search.php?" />
<area shape="rect" alt="" coords="402,177,462,190" href="memberlist.php?" />
<area shape="rect" alt="" coords="329,179,382,191" href="usercp.php?" />
<area shape="rect" alt="" coords="698,135,745,154" href="http://gallery.gamerzwarehouse.com" />
<area shape="rect" alt="" coords="663,148,696,165" href="http://chat.gamerzwarehouse.com" />
<area shape="rect" alt="" coords="610,133,661,153" href="http://forums.gamerzwarehouse.com" />
<area shape="rect" alt="" coords="567,145,607,166" href="http://www.gamerzwarehouse.com" />
</map>

<td>
&nbsp;

</tr>
</table>



This banner is 759 px, the size for an 800 x 600 browser to view it perfectly.

It seems when i try to change

<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">


to


<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="right">


I get... http://forums.gamerzwarehouse.com

What I am Trying to do: Is im trying to make everything goto the right.....