Log in

View Full Version : wrapper does not auto expand



kam270
04-14-2009, 04:33 PM
Hi im trying to tidy some code from my first ever web site.

Im trying to make the wrapper and content divs expand as need be so im declaring height: auto

However it doesnt auto expand.

Im really not sure what the problem is.

Can you see what im doing wrong ?

http://www.efficient-heat.net/services.html

kam270
04-14-2009, 05:42 PM
If I float the wrapper left or right it autoexpands.


However i need the wrapper centerd . How can i acheive that ?

kam270
04-14-2009, 06:48 PM
" there's a trick using <br /> that should solve it.

pop the margin: 0 auto; back on the wrapper and remove the float, then add <br class="clearMe" /> (class it how you like) at the bottom of your wrapper after the content.

style = br.clearMe {clear: both; height: 0} "

This worked.