I thought I'd solved a text alignment on a page with this. (It's withing a WP plugin - the text needed to drop below a header) div.wpsc_description{ float: left; /* clear: both; */ It works great with Netscape - but the text does not align correctly in Explorer (it still sits to the right of the title). I have tried text-align: left instead of float - but that works in neither. Anyone got a solution please?
We can't really help you unless you elaborate a little more. We need to either see the HTML/CSS code or your website.
Thanks for the response Darkhodge. I've managed to solve it just a couple of minutes before reading your post. Not an elegant work around I don't think but got the desired result