Please give a look to http://www.thegoodblogger.com/ , i was just playing with the code, but got a bug
Column1 is aligned to center and i am unable to fix it. Please help
Your div id="headerlogo" has a height of 100px. This is blocking column 1 from floating further left. If you make this height the same height as the header, your column 1 will float left.
Please give a look to http://www.thegoodblogger.com/ , i was just playing with the code, but got a bug Column1 is aligned to center and i am unable to fix it. Please help
Your div id="headerlogo" has a height of 100px. This is blocking column 1 from floating further left. If you make this height the same height as the header, your column 1 will float left.
or just add clear: left; to #columns
@wolfcry911 thanks for the solution :)
wolfcry's a genius. His is the easiest way!