Quote:
Originally Posted by digeditor
I'm baffled. I've followed the Add New Ad instructions in the PDF which came with the install.
I've added <div align="center"><!--@vbbanners:0@--><!--@vbbanners:0@--></div> to give me two side by side (non-swf) banners. I've sized them 300 X 150 and 250 X 125, but no matter how hard I try they stack one above the other.
I want A B centered side by side, but I get
A
B
|
For side by side centered use this:
Code:
<table align="center"><tr><td><!--@vbbanners:0@--></td><td style="width: 20px;"> </td><td><!--@vbbanners:0@--></td></tr></table>
Adjust the width (20px) to whatever you want for spacing between the images.
Quote:
Another question. I'm obviously not understanding the
URL If you are using an Image banner, please insert here the destination URL field.
I thought it would allow the ad when clicked on to take you to wherever the URL pointed.
When I click on my ads, nothing happens.
|
Yes, that is the way it is suppose to work. You could also use the TEXT box and use code like this (it does the same thing):
Code:
<a href="YOUR DESTINATION URL HERE" target="_blank"><img src="YOUR IMAGE URL HERE" alt="ON HOVER TEXT HERE" /></a>