Trying to keep a third column block from not collapsing

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
99debra99

Trying to keep a third column block from not collapsing

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post 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;
}
99debra99

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

Post by 99debra99 »

Hiyya!

Thanks Mark..

i feel so dumb...

I looked everywhere for that sorry.  :(
Locked

Return to “Layout and Design (CSS & HTML)”