layout question

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

By crystal - February 17, 2009

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: [jdancisin] layout question

By crystal - February 17, 2009

thanks for the responce

www.imaginefm.net/newslist.php

im no php programmer so not too sure whats going on

ive put the php code in a div i thought that the div would repeat every record or do i need tables for that

cheers in advance



chris
CT

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

By crystal - February 17, 2009

your a star that fixed it

but what did you do?
CT