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
Make sure you have the WYSIWYG editor in SOURCE mode. I've noticed that it's fussy if your HTML isn't perfect. I know it can handle inline css but I'm not sure about putting CSS above the HTML. If anything you can could wrap things in a DIV with an ID and then put that ID into your css file that your template acesses. I do that pretty frequently when I'm making small adjustments on the go.
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