MyBB Community Forums
My advertisements plugin help. - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Support (https://community.mybb.com/forum-72.html)
+---- Thread: My advertisements plugin help. (/thread-159782.html)



My advertisements plugin help. - VAHuntingForum - 2014-09-19

How would I go about placing ADs in the middle of the screen instead of to the left like on the footer of my page?

Website - www.vahuntingforum.com


RE: My advertisements plugin help. - .m. - 2014-09-19

you can use div element with your advertisement code like below
<div style="text-align: center;">your advertisement code</div>



RE: My advertisements plugin help. - TommyP - 2014-09-25

(2014-09-19, 05:29 PM).m. Wrote: you can use div element with your advertisement code like below

<div style="text-align: center;">your advertisement code</div>

put it to where??