Hello Couzin!

First I need to thank you for the thorough instructions to build a banner. I used them and my banner is in place and working fine.

Naturally, after I figured out how to avoid the blocks to stack one over the other.

For the benefit of anybody who might need to solve something like this, the solution was quite easy.

I simply copied the block.tpl.php file and made a new one, named block-ad.tpl.php (because I need to place ad blocks in the banner and that module produces divs called that way) and edited out the horizontal rule tag and ta-ra.

Now my ads are sorted horizontally, just as I wanted them. :-)

My problem now is that when I use flash blocks they go back to stack one over the other.

I'm pretty sure I'm near the solution, but just can't see it.

Couz: Would you be so kind to send me in the right direction?

Warm regards :-)
José

Comments

pepemty’s picture

And I found it! :-)

.flash-advertisement {
	display: block;
	float: left;
	padding: 3px;
}

:-)
José

Anonymous’s picture

Status: Active » Fixed
Anonymous’s picture

Sorry José, I was on sunny vacations :)

pepemty’s picture

Vacations? Yay!

Best of reasons... ;-)

Actually, I enjoyed finding the solution.

Regards,
José

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.