Problem:
Cushy strips my code after I make one simple changeWhen I make only
one small change in Cushy's online editor (I put in a
<br> ), IE gets thrown onto quirksmode or something very similar.
Thank you.
<br> ), IE gets thrown onto quirksmode or something very similar.
Comparing the code I
notice to my horror that Chushy changeD:
<table
class="box cushycms">
<tr>
<td><h1>PENETRATING JET FREEZING</h1>
<p>Een wrat ontstaat door een virus die de huid
binnendringt.
Wratten verdwijnen niet vanzelf. Er
zijn allerlei
middeltjes in de handel.</p>
into:
<table class="box cushycms"><h1>PENETRATING JET
FREEZING</h1>
<p>Een wrat ontstaat door een virus die
de huid binnendringt.Wratten
verdwijnen niet vanzelf. Er zijn
allerlei middeltjes in de handel.</p>
In other words: the
<tr> and <td> were stripped.
This is something recent.
Thank you.
