im having majour problems trying to do the header, can anyone help?
i have some text that has a transparent background, that i wish just to sit centered on the header, ihave tried all sorts but cant get the code to work properly.
here is my logo code within the header :
Code:
<!-- logo -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="$stylevar[titleimage]/header_left.gif" /></td>
<td width="100%" style="background: url($stylevar[titleimage]/header_fill.gif) repeat-x top left;" align="center"><dev class="titlefont">$vboptions[bbtitle]</dev></td>
<td><img src="$stylevar[titleimage]/header_right.gif" /></td>
</tr>
</table>
<!-- /logo -->
and here is were my logo(transparent text) is stored :
Code:
www.mysite.co.uk/forums/bi2/custom/logo.gif
can anyone help please?
p.s i will also need the vbtitle section deleted so it doesnt auto pull through my site name?
Thanks