MyBB Community Forums

Full Version: What is the code for placing advertisements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
it appears on the top left but i want it to be in the top middle does anyone know the code for this ? also how can i place my advertisements on the side
use code like this : <div style="text-align:center";>code of advertisement</div>
ok thanks but what about placing it at the side and putting space between them?
float right --> <div style="float:right";>code for advertisement</div>
float left --> <div style="float:left";>code for advertisement</div>

for space in between --> <div style="width:nnpx";></div> where nn is number of pixels
(2011-07-24, 04:24 AM)ranjani Wrote: [ -> ]float right --> <div style="float:right";>code for advertisement</div>
float left --> <div style="float:left";>code for advertisement</div>

for space in between --> <div style="width:nnpx";></div> where nn is number of pixels

so is there any special place to place it such as header,postbit,footer?
you may put advertisements code at the bottom of header template ; at the top of footer template

OR use my-advertisements plugin to use header / footer / postbit zones