Hi there,
I seem to have a problem with the editor rewriting some HTML code.
Whenever I put this code into the editor content and then click the Design button it strips width:700px; from the first div style.
Is this by design and is there any way of stopping it? I've tried setting ConvertToXhtml="True" to false however this doesnt make any difference.
<div style="border: black 1px solid;width:700px;"> |
<div style="line-height: 50px; text-align: center;"><strong>Header</strong> |
<div style="text-align: left;"> |
<ul style="top-margin: 0px;"> |
<li style="line-height: 30px;">Bullet 1</li> |
<li style="line-height: 30px;">Bullet 2</li> |
<li style="line-height: 30px;">Bullet 3</li> |
<li style="line-height: 30px;">Bullet 4</li> |
</ul> |
</div> |
</div> |
</div> |
Kind Regards
James