layout question

6 posts by 2 authors in: Forums > CMS Builder
Last Post: February 17, 2009   (RSS)

Hi,

new to cms so simple one for you!

for a news listing i am listing 10 items per page

when i add an image the next item in the list seems to ignore the image is there and overlaps it

the only way i seem to be able to fix it is enter a number of returns to fill the gap

any thoughts?

cheers
CT

Re: [crystal] layout question

By zip222 - February 17, 2009

sounds like a float issue to me. if you can post a link the page, someone should be able to diagnose the problem and recommend a solution.

Re: [crystal] layout question

By zip222 - February 17, 2009

yep, definitely a float problem. if you are able to make changes to the linked CSS file (http://www.imaginefm.net/css/imaginesfm.css), add the line below and you should be fine.

.newsholder hr { clear: both; }


-jason

Re: [jdancisin] layout question

your a star that fixed it

but what did you do?
CT

Re: [crystal] layout question

By zip222 - February 17, 2009

not sure I can explain easily. float/clear are fairly complicated to explain and understand, but very important and powerful. For a great explanation and tutorial on how they work, go here...

http://css.maxdesign.com.au/floatutorial/