Running vb 4.1.12
May be a silly question but i was wondering is it possible to have 2 images for your banner.
One left justified and one right justified allowing the forum to change width?
I know its possible and perhaps in some themes already however i have a default theme created in the style generator and want to incorporate this.
Any advice or direction would be appreciated.
Would it be as simple as just editing the head code to something like below?
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="300px"><div align="left"><img src="/images/left.jpg"></div></td>
<td width="100%"> </td>
<td width="300px"><div align="right"><img src="/images/right.jpg"></div></td>
</tr>
</table>