Claude FusionBB Fanatic Total Posts: 1413
 Location: San Diego Average Post Ranks%:
|
03-24-12 03:23 PM - Post#86024
In response to KJ
Another question about about the banner, is there away of putting another banner or logo on the right while i keep my left banner?
I'm using version 3.0 and I just edit the HTML in the Edit Inserts panel.
Code:
<table width="100%">
<tr>
<td align="left" valign="top">Left_Banner_Here</td>
<td align="center" valign="top"><img src="<!--HEADERLOGO-->" alt="Forum Name" /></td>
<td align="right" valign="top">Right_Banner_Here</td>
</tr>
</table>
Edited by Claude on 03-24-12 03:24 PM. Reason for edit: No reason given.
|