Quote:
Originally Posted by theducks
actually, that is faulty code
<span> is not supposed to be standalone, but always contained within a block level tag. p, div, h# ...
If you had run the debug tool, it should have been complaining
<p class="calibrewhatever"><span class="calibre3">
RMSDK is notorious for tossing out the CSS if it encounters bad code
|
It can also drop the HTML from where the error is to the end of the file.