Farman |
04-12-2009 10:05 AM |
How to edit the Top Banner Area
Hi guyz, I came back with a new problem I have. I want to edit the top banner area, i tried my self but failed. I'm attaching the highlighted area screenshot with "header" template so you can understand it easily.
https://vborg.vbsupport.ru/external/2009/04/109.jpg
Here is the header template:
HTML Code:
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="87" valign="top" background="$stylevar[imgdir_misc]/border_left_bg.gif"><img src="$stylevar[imgdir_misc]/border_left.gif" alt="" width="87" height="227"></td>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="63"><img src="$stylevar[imgdir_misc]/links_left.gif" alt="" width="63" height="29"></td>
<td background="$stylevar[imgdir_misc]/links_bg.gif"><table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><a href="index.php"><img src="$stylevar[imgdir_misc]/links_home.gif" alt="" width="94" height="29" border="0"></a></td>
<td><a href="usercp.php"><img src="$stylevar[imgdir_misc]/links_usercp.gif" alt="" width="100" height="29" border="0"></a></td>
<td><a href="register.php"><img src="$stylevar[imgdir_misc]/links_register.gif" alt="" width="99" height="29" border="0"></a></td>
<td><a href="memberlist.php"><img src="$stylevar[imgdir_misc]/links_members.gif" alt="" width="101" height="29" border="0"></a></td>
<td><a href="faq.php"><img src="$stylevar[imgdir_misc]/links_faq.gif" alt="" width="100" height="29" border="0"></a></td>
<td id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img src="$stylevar[imgdir_misc]/links_search.gif" alt="" width="101" height="29" border="0"></a><script type="text/javascript"> vbmenu_register("navbar_search",1); </script></td>
</tr>
</table></td>
<td width="51"><img src="$stylevar[imgdir_misc]/links_right.gif" alt="" width="51" height="29"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="$stylevar[imgdir_misc]/links_shadow.gif"><div align="right"><img src="$stylevar[imgdir_misc]/links_shadow_right.gif" alt="" width="366" height="8"></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="61"><img src="$stylevar[imgdir_misc]/header_stats_left.gif" alt="" width="61" height="103"></td>
<td class="headlinks" width="160" background="$stylevar[imgdir_misc]/header_stats_bg.gif"><div align="center"><font color="#FFFFFF" face="Tahoma"><strong>$vbphrase[members]:</strong>
$numbermembers<br>
<strong>$vbphrase[threads]:</strong> $totalthreads<br>
<strong>$vbphrase[posts]:</strong> $totalposts<br>
<br>
$vbphrase[currently_active_users]:
$totalonline</font></div></td>
<td width="62"><img src="$stylevar[imgdir_misc]/header_stats_right.gif" alt="" width="63" height="103"></td>
<td background="$stylevar[imgdir_misc]/header_bg.gif"><div align="right"><a href="index.php"><img src="$stylevar[imgdir_misc]/header_right.gif" alt="" width="401" height="103" border="0"></a></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="$stylevar[imgdir_misc]/header_bottom.gif"><img src="$stylevar[imgdir_misc]/header_bottom.gif" width="10" height="3"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="23"><img src="$stylevar[imgdir_misc]/time_bar.gif" alt="" width="23" height="20"></td>
<td background="$stylevar[imgdir_misc]/time_bar.gif"><div align="right"><font color="#FFFFFF" face="Tahoma"><strong>$vbphrase[all_times_are_gmt_x_time_now_is_y] </strong></font></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="$stylevar[imgdir_misc]/time_shadow.gif"><img src="$stylevar[imgdir_misc]/time_shadow.gif" alt="" width="23" height="7"></td>
</tr>
</table>
<!-- content table -->
$spacer_open
$_phpinclude_output
I hope sum one will figure it out ! Thanks
|