Page 1 of 1

Trying to keep a third column block from not collapsing

Posted: Sat Jul 08, 2006 8:14 pm
by 99debra99
Hiyya!

I'm in trouble with CSS again!

Please take a look:

http://www.formbypages.com/index.php?pa ... by_history

All them little boxes are supposed to be under the "welcome to formby pages" box.

Is there a way I can make them stay and behave themselves! lol

kind regards, debra.  ;D

Re: Trying to keep a third column block from not collapsing

Posted: Sat Jul 08, 2006 10:40 pm
by Dr.CSS
div#col3 { float: left;
        font: 11px Helvetica, arial, sans-serif;
        display: inline;
        width: 180px;
        margin-left: 0px;
        padding: 0px 0px 0px 0px;
}

Re: Trying to keep a third column block from not collapsing

Posted: Sun Jul 09, 2006 12:01 am
by 99debra99
Hiyya!

Thanks Mark..

i feel so dumb...

I looked everywhere for that sorry.  :(