On 01/08/07, Thomas Dalton thomas.dalton@gmail.com wrote:
The image bla.jpeg shall flow into Chapter 1 but foo.jpeg shall _not_ flow into Chapter 2. You cannot solve this with a div around Chapter 1, cause in that case bla.jpeg also can't flow into Chapter 1.
Are you sure? I would think you just need to use the right CSS to get the desired result.
PS Well, after a few attempts, I can't find any CSS that works (other than putting <div style="clear:both"> around just chapter 2, but that's equivalent to your way, it doesn't make any logical sense). I'm no CSS expert, though - hopefully someone else can work out what I've missed. It should be possible...