On Wednesday 01 August 2007 21:45:48 Michael Daly wrote:
Thomas Dalton wrote:
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
Why not put an empty div:
<div style="clear:both;"></div>
That avoids wrapping anything. I think this will do what you want but I'm not sure I really understand the problem.
Erm and what is the point of using an empty div instead of a br?
Arnomane