No link so I'll just have to guess and say that it contains uncleared floats. To clear either set the container to also be floated,
or set it to overflow: hidden;
or set another element within it to clear (needs to be after the floated ones),
or use the Aslett-PIE easy clearing method.
Hi
Can anyone help me understand why the content-wrapper does not stretch down as far as the images on the right?
Thanks