Quote:
Originally Posted by Mikea113n
You're right... it wasn't really that though, its that I'm very new to coding and all of this... its been a huge learning curve, but I love it. I have a new question now... I have the center div code working.. for one banner, but I want to string together 3 banners and center them on the page side by side... but the way I'm doing it it puts them centered, but under eachother... so.. how do I get the inline to work..
then, if I wanted to put a second line of 3 directly under the first... do I just put a div or break in?
|
To place one banner beneath or below another, you just repeat the placeholder in the way you wish, and make sure you have at least the number of entries in the database, e.g. (3 banners):
Code:
<!--@vbbanners:0--> <!--@vbbanners:0--> <!--@vbbanners:0-->
You always just apply HTML. If div or br, that's all up to you