In my vb 3.8.4 Header I have 3 images to make up the header.
PHP Code:
<table width="$stylevar[outertablewidth]" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="385" height="80" style="background:url('images/satviewers/layout/midl.jpg');"><div class="logo"><a class="headw" href="$vboptions[bburl]"> </a><br /></div></td>
<td style="background:url('images/satviewers/layout/midm.jpg');"> </td>
<td width="385" height="80" align="right" style="background:url('images/satviewers/layout/midr.jpg');"></td>
</tr>
</table>
How can I have the same in my vb4.0.2 Header.