Quote:
Originally Posted by Nelson58
But...here is my confusion. Aren't they meant to be side by side in the regular template? Why is that not happening? I am sure I am doing something wrong. Is there some command I can add to the div command in VBadvertising or the Styles that does not move things down the page between the two ads?
Thanks...
|
I'm not a designer and all I know is my inability to work properly with CSS and HTML ... that much I have entirely given up and delegate all design to my favorite web master.
Thinking about the logic, I believe the given spaces work with images only, and fail to work properly with scripted ads, such as Google AdSense. As a permanent workaround I have decided to use only fixed width styles and then I use the following CSS, with some tweaking, in order to place AdSense where I wish:
Code:
.rbs_header_2 {
height: 70px;
left: 515px;
position: absolute;
text-align: right;
top: 35px;
width: 468px;
}
Code:
<div class="rbs_header_2"><!--@vbbanners:0@--></div>