in reply to Duplicate Randoms with SSI

Would it be posible to determine ahead of time how many ads you need to display, then retrieve them all on a single access. They wouldn't need to necessarily be in sequence. Just a thought.

Replies are listed 'Best First'.
Re^2: Duplicate Randoms with SSI
by gwhite (Friar) on Oct 26, 2007 at 18:07 UTC

    I have considered this, one call that would create the maximum number of blocks each as its own -div- then placing the -div- blocks. I don't know if I run into CSS issues or not, since a left column block needs to be formatted differently than a right column or center column block. I may have to ask a CSS whiz on how I might it get it done correctly.

    g_White