How do I get my repeating regions to go to the right and not below. I have specified a the width of the div hoping that it would repeat to right of the previous div. Any help would be appreciated.
Thanks In Advance.
Will
How do I get my repeating regions to go to the right and not below. I have specified a the width of the div hoping that it would repeat to right of the previous div. Any help would be appreciated.
Thanks In Advance.
Will
Are your divs floating? Try adding the style "float:left" if you haven't already. Then they shouldn't wrap until they run out of room.
I second what Kahlusha says... also note, that if you are floating any elements within a cms-repeat you will need to float the cms-repeat as well to make sure everything stays in the same float. - Tom
You must log in to post.