I'm working on a page that will have an image in the top left corner and one in the bottom right corner of the text area. Top left is easy, just floats. I've been using absolute divs for the bottom right, but text won't wrap around them. Is there a way to have text wrap around absolute divs, or is there a better method than what I'm trying?
Thanks,