layout question

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

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

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

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/