Forum Moderators: mack

Message Too Old, No Replies

Wrap two columns of text around a central image

Is this posible?

         

jetnovo

9:18 pm on Mar 16, 2005 (gmt 0)

10+ Year Member



I've been passed a design for a site which features two columns of text on the home page.

The problem is that half-way down the page, there designer has included a graphic that straddles the two columns - so that in the left column, the text wraps around the left of this image, and on the right column the text wraps around the right of this image.

It's hard to describe, something like this ('X' represents text, 'I' represents image):


XXXXXXXXXX XXXXXXXXXX
XXXXXXXXXX XXXXXXXXXX
XXXXXXXXXX XXXXXXXXXX
XXXX IIIIIIIIIII XXXX
XXXX IIIIIIIIIII XXXX
XXXX IIIIIIIIIII XXXX
XXXXXXXXXX XXXXXXXXXX
XXXXXXXXXX XXXXXXXXXX
XXXXXXXXXX XXXXXX.

Does anyone have any idea of whther this can be done? Converting the text to an image isn't an option because of search engine registration useability criteria.

limbo

9:20 am on Mar 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm guessing this could be achieved using 2 absolutely positioned divs and 1 floating div containing your image.

You may want to ask in the CSS forum as I have never tried this.