MyBB Community Forums

Full Version: puting 468x60 banner in the topright side of the default theme?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

i think the default theme looks great but how can i put a 468x60 banner in the topright side of the default theme so that it won't look as if its too empty in the side?
ACP >> Templates & Style >> Templates >> Default Templates >> Header Templates >> header

Find:
<div id="header">

Add after:
<div style="float:right;">
** Banner Code **
</div>