Log in

View Full Version : Randomly rotating ads & how do I move them?


theparentpack
02-26-2011, 04:23 AM
I use vB ad Management but would like to move my ads to the right a bit so they are actually on the background to the right of my forums. Also, I would love to know if anyone knows what I should add to make my ads rotate randomly. Here is a link to see the ads. You can see them on the right. http://www.theparentpack.org

Lynne
02-26-2011, 03:59 PM
You don't have a minimum width set for your forums, so there really is no way to make sure the ads stay on the white background.

Change this line:
<div style="width: 90%; text-align: left; " class="page">

To this:
<div style="width: 90%; text-align: left; min-width: 900px;" class="page">

theparentpack
03-03-2011, 09:43 AM
Thanks Lynne. Can you tell me which template I would go to change this?

Lynne
03-03-2011, 05:02 PM
That isn't from a default template, so I don't know.

Try this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)