Quote:
Originally Posted by Faterson
Some of the lost features/capabilities were restored during the (imperfect) Marvin 3 beta-testing, but not all of them.  Looks like this <div> issue might be one of them.
|
As I said before, it is not only a <div> but a <p> problem as well, when some
margin definition is involved.... I guess...

In Marvin 2.9 I almost always use these tags:
<div class="xxx"> or
<p class="xxx">
And "xxx" is defined this way:
.xxx { margin:1.5em; font-size:.9em; }
Also the issue happens when I use:
.xxx { margin:15%; font-size:.9em; } or something like that...
I really will appreciate your comments