MyBB Community Forums

Full Version: Banner/Image on both sides of forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need help with adding Image or Banner on both sides of forum. Thanks for your advice!
please elaborate your requirement ... (may be with an image)
er, sorry ... for example an image about 150x500 and it float along when we scrolling.
^ such things are done by using css (more details _ external link)
Thank you ranjani, but can you help me a little more about this? I dont know anything with CSS coding.
This is my site: http://dientuvienthonghue.com/forum/
How should I do if I want to add an adv image to the left and right side of the site, take this image for example: https://admin.imodules.com/s/1289/images...rtical.jpg

Thank you!
^ you may have to condense your forum width to 60% AND use similar code
to below in header template (at the bottom) for showing image on all pages ..

<div style="position:fixed; left:0; bottom:40px"><img src="image path" /></div>
<div style="position:fixed; right:0; bottom:40px"><img src="image path" /></div>

OR you can also make two sidebars using table code to put the image ..
thank you! I love you, man Big Grin