Button Help
Permalink
I have used HTML to add a button link. I put this in the HTML editor:
But it comes out as this when I leave the editor:
The button does not work as a link anymore.
What is going wrong?
<form action="example.org"> <input type="submit" value="button text"> </form>
But it comes out as this when I leave the editor:
<input type="submit" value="button text">
The button does not work as a link anymore.
What is going wrong?
Any help?
Use the HTML block, not the HTML view in the content block. That content editor has a bad habit of cleaning code that the HTML block does not.
Ok. Thanks!
Why do they do that? Why does it clean it out?