MrTWS,
I want to have my banner the exact same way as you have it in your example. How do I implement this? Which file should I modify? Where exactly do I have to add the code? Please do so.
Scotty32,
Thank you for the response. I was able to add another table like you suggested. The content gets displayed as well. However, I want it to appear the exact same way as MrTWS has it on his example.
This is how it is displaying at the moment. I want the top banner to span across the page. Just like MrTWS has it on his example. The only place where I want right banner to appear is exactly where it is positioned now (below the empty space).

Here is my header file. I've just added new table as you suggested.
<script language="javascript" src="includes/default_javascript.js" type="text/javascript"></script> <!--#include file="skin_file.asp" --> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="<% = strBgColour %>" text="<% = strTextColour %>" background="<% = strBgImage %>"> <!-- <center><a href="bios/" target="_blank"><img src="forum_images/banner.gif" width="378" height="44" border="0"></a></center> --><table width="719" height="64" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td colspan="15"> <img src="forum_images/vertical_ban_01.gif" width="719" height="5" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="forum_images/vertical_ban_02.gif" width="5" height="59" alt=""></td> <td> <a href="http://my.website.image" target="_blank"><img src="forum_images/vertical_ban_03.gif" alt="" width="89" height="54" border="0"></a></td> <td rowspan="2"> <img src="forum_images/vertical_ban_04.gif" width="14" height="59" alt=""></td> <td> <a href="http://my.website.image" target="_blank"><img src="forum_images/vertical_ban_05.gif" alt="" width="89" height="54" border="0"></a></td> <td rowspan="2"> <img src="forum_images/vertical_ban_06.gif" width="15" height="59" alt=""></td> <td> <a href="http://my.website.image" target="_blank"><img src="forum_images/vertical_ban_07.gif" alt="" width="89" height="54" border="0"></a></td> <td rowspan="2"> <img src="forum_images/vertical_ban_08.gif" width="15" height="59" alt=""></td> <td> <a href="http://http://my.website.image" target="_blank"><img src="forum_images/vertical_ban_09.gif" alt="" width="89" height="54" border="0"></a></td> <td rowspan="2"> <img src="forum_images/vertical_ban_10.gif" width="14" height="59" alt=""></td> <td> <a href="http://my.website.image" target="_blank"><img src="forum_images/vertical_ban_11.gif" alt="" width="89" height="54" border="0"></a></td> <td rowspan="2"> <img src="forum_images/vertical_ban_12.gif" width="14" height="59" alt=""></td> <td> <a href="http://my.website.image" target="_blank"><img src="forum_images/vertical_ban_13.gif" alt="" width="89" height="54" border="0"></a></td> <td rowspan="2"> <img src="forum_images/vertical_ban_14.gif" width="14" height="59" alt=""></td> <td> <a href="http://my.website.image" target="_blank"><img src="forum_images/vertical_ban_15.gif" alt="" width="89" height="54" border="0"></a></td> <td rowspan="2"> <img src="forum_images/vertical_ban_16.gif" width="5" height="59" alt=""></td> </tr> <tr> <td> <img src="forum_images/vertical_ban_17.gif" width="89" height="5" alt=""></td> <td> <img src="forum_images/vertical_ban_18.gif" width="89" height="5" alt=""></td> <td> <img src="forum_images/vertical_ban_19.gif" width="89" height="5" alt=""></td> <td> <img src="forum_images/vertical_ban_20.gif" width="89" height="5" alt=""></td> <td> <img src="forum_images/vertical_ban_21.gif" width="89" height="5" alt=""></td> <td> <img src="forum_images/vertical_ban_22.gif" width="89" height="5" alt=""></td> <td> <img src="forum_images/vertical_ban_23.gif" width="89" height="5" alt=""></td> </tr> </table> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td valign="top">
|
Thank you in advance.