Quote:
Originally Posted by Kratos
A common element of the line just before the div lines listed above is this.
Code:
<p class="body"><span class="body" style="font-size:0.86em;"><br/>
|
I'm hoping there's at least a </span> tag before you start your <div> in question. I haven't checked for definitive proof, but I don't think divs can be
inside of inline elements (span) ... not and remain valid xhtml, anyway.
EDIT: I may be wrong about that. I'm not entirely sure.