Does anyone know if the wysiwyg editors in TNEW Admin for v7 support HTML and/or CSS buttons? I have some that are built out in Package Descriptions in the application that work great on TNEW, but when I try to add buttons to the content sections of our Gift Certificate page, I get the "Failed to save component" error in TNEW Admin.
Would love to know if it's even an option!
Lily
Hi Lily,I feel your pain. I used a form button like this to get around that issue. (In source of course like Gregory says)<div class="shop"><form action="">my.sydneydancecompany.com/shop"><input type="submit" value="RETURN TO THE MERCHANDISE PAGE" /> </form></div>I end up with Cheers