Hi, first of all this is a GREAT plugin, been using it on my site for a while now so thank you very much for it! The one question I have is how do I input HTML and have it keep the formatting I’ve already set? If I copy and paste the HTML into the announcer box and click save it screws up all the HTML and fails the W3C markup validation. For instance, I have a table in my announcement with 3 columns and no DIVs. I have multiple
tags but when I save the HTML in announcer it inserts a bunch of random DIV tags into the code and changes all the
tags to regular
.
Code I put in the announcer box:
http://pastebin.com/f7W8Hck1
Code that is outputted by announcer:
http://pastebin.com/gJPzJdYw
As you can see, the code that is outputted is really sloppy, basically I would like to input HTML and have the Announcer output be identical to the code I put in. Is this possible?
Thanks again!