Problem: I cant float left from bottom left

I am new here from this forum

Problem: I cant float left from bottom left

Here is my sample website: http://raineerdelarita.comuv.com/test/

Thank you

Hi graphicNerd, and welcome to the forums. :slight_smile:

Both those divs are inside a container with these rules:

#content #section1 {
    height: auto;
    margin: 5px auto 0;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    width: 1000px;
}

680px + 350px = 1030px, so those divs will never sit side-by-side in a 1000px wide container.

I could not understand what actually you want . Let me try hope you can understand.
What is float use W3schools you will find there great examples about html You are beginner In programing.
Float is command of html it control the div. float have 3 categories , Left , right and centre.

I’m afraid you seem to be rather confused about float.

Firstly, it is a CSS property, not part of HTML. The values it can take are left, right, none and inherit. There is no such value as centre.

For further information, I suggest you read the SitePoint reference: http://reference.sitepoint.com/css/float

Thank you

It’s already coded good.