Quote:
Originally Posted by kovidgoyal
That is a bug in DE. The problem with that solution is that the second line of the paragraph will be below the number, so it wont really be a margin note. That would work only if CSS would allow a float's height to be specified as 100% of the parent's height. Unfortunately, that doesn't seem to be possible as setting height=100% has no effect.
|
Did you actually try my example? The numbers and the paragraphs display as if they are in two separate colums. This certainly does what the original poster asked for.
BTW, I fixed the bad behaviour of DE by adding "margin-top: 0" to the paragraph style. It also works the same in FF and IE 6. Shouldn't be necessary, but it works.
EDIT: attached is a cropped screenshot of how it looks in DE.