Ok basically I have some text and I was an image in the bottom left corner and an image in the top right corner. Now I've managed to do this (main div is position:relative and I've put the images as position: absolute), but the text is just a column between the two images; I want the text to fill the whole div but just wrap around the images.
Any takers? I've tried doing float left (left image with margin-top), float left (text div with negative margin-top) and float right (right image) and this works but I can't help but think this is a bit of a cowboy style and if the text gets longer it won't look as intended.
Any takers? I've tried doing float left (left image with margin-top), float left (text div with negative margin-top) and float right (right image) and this works but I can't help but think this is a bit of a cowboy style and if the text gets longer it won't look as intended.