Okay, I must be wigging out.... I can't get my head around this one: I've got a situation where there are 2 images side by side, with text flowing around one of them - but I can't get the text to flow. Here's a crude example:
+--------------------------+ +---------------+
| | | |
| image 1 | | image 2 |
+--------------------------+ | |
| |
text text text | |
text text text | |
text text text +---------------+
text text text text
text text text text
text text text text
The images and text are in seperate divs positioned absolute, but I've tried relative positioning and floating the text and images both left and right and it's just not working. Can some point me in the right direction?
Many thanks!
Patrick
There's always a better way. The fun is trying to find it!
+--------------------------+ +---------------+
| | | |
| image 1 | | image 2 |
+--------------------------+ | |
| |
text text text | |
text text text | |
text text text +---------------+
text text text text
text text text text
text text text text
The images and text are in seperate divs positioned absolute, but I've tried relative positioning and floating the text and images both left and right and it's just not working. Can some point me in the right direction?
Many thanks!
Patrick
There's always a better way. The fun is trying to find it!