This would be your HEADER code:
Code:
<div align="center">
<table class="logobackground" cellpadding="0" cellspacing="0">
<tr>
<td width="554px" height="96"> <a href="$vboptions[homeurl]"><img src="$stylevar[imgdir_misc]/logo.png"></a> </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="1"></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
Add this to the Additional CSS definitions:
Code:
.logobackground
{
background-image:url('./blackteal/misc/logo_bg.gif');
background-repeat: repeat-x;
background-position: center;
background-color: #000000;
width: 100%;
height: 118px;
}
Upload this 2 images to your misc directory:
https://vborg.vbsupport.ru/attachmen...1&d=1242075921
https://vborg.vbsupport.ru/attachmen...1&d=1242075921