My code starts with <form> and when updated, the <form> tags are completely removed.
After clicking UPDATE, my code changes into
Code:
SIZE:
SMALL
MEDIUM
LARGE
<table border="0">
</table>
<img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" alt="" width="130" height="35" />
So reading on the forums, apparently the WYSIWYG editor sometimes changes the HTML you enter to what it "thinks" you actually want. I can get my code to work and not get changed by turning off the WYSIWYG editor, but then again I like to see what its actually looking like (design wise) without having to publish my page and save changes until im ready. Is there any way around this, without having to turn off the WYSIWYG editor?