CSS Three Column Layout using Float Left
Setting up a page with two columns is pretty common, but a three column layout is very common also. Of course to get it done, most likely you would make a CSS three column layout(of course you could use float right, it´s your kitchen, whatever).
Making a CSS three column layout is very easy to do. The worst part about it is when you know exactly what it is you´re doing, it doesn´t work, and you figure out that you forgot to put “float left” in your code. Then you know you´re on the right road because you are catching your own mistakes. Get used to it. Join the Club. Buy the T-Shirt.
So, let´s do a CSS three column layout using Float Left.