I had some html code in an entry I am posting in wordpress, I uploaded it using windows live writer, the post contains some html code for iframe tag. The funny thing is after publishing the post, the iframe tag is converted somewhere in the middle to <a> tag
Original post html
<iframe src="../common/Options.htm" width="100%" frameborder="0"
<br />scrolling="no"  marginwidth="1"
<br />marginheight="1" height="100%" name="CardOptions" allowtransparency="true"></iframe>
Posted HTML
<a href="http://../common/Options.htm">http://../common/Options.htm</a></p>
No comments:
Post a Comment