Friday 15 September 2006 4:42:06 am
I've entered these tags into an xml field <h1>a</h1>
<h5>b</h5>
<h2>c</h2>
<p>d</p>
But this is what is output <h2>a</h2>
<h6>b</h6>
<h3>c</h3>
<p>d</p>
This is crazy!!!! This is obvioulsy completly messing up my stylesheet. Why, why, why, would it do this!?!
|