Forum Moderators: not2easy
I'm trying to achieve the following effect:
__________________________
¦ text text text text text text¦
¦ text text text text text text¦
¦ text text text text text text¦
¦ text text text text XXXXXXX¦
¦ text text text text XXXXXXX¦
¦ text text text text XXXXXXX¦
¦ text text text text XXXXXXX¦
¦ text text text text XXXXXXX¦
¦ text text text text XXXXXXX¦
¦ text text text text text text¦
¦ text text text text text text¦
¦ text text text text text text¦
...where I get the text to completely wrap around a block positioned on the right hand side of the page, half way down. It looks incredibly simple but I've tried various things (I'm an extreme noob on CSS) but have only managed to get the text and the block to do everything but the above layout. The closest I got was text wrapping below, but a blank space directly above the block. I'm also trying to make it so that the text is read first by the SE's and whatever info is in the block is read after.
Can anyone offer any pointers?
Many thanks.