Ok, in config/formatting.php I have object:true
when I now try and edit or do anything with the object tag I get even more error messages and the edit or post is not allowed or rendered.
eg:
<object data="http://wow-factor.com/afpb/index.html" type="text/html" width="400" height="400"></object>
now generates....
* Tag <object> may not have attribute data
* Tag <object> may not have attribute type
The example post is http://wow-factor.com/index.php/flash_photo_browser_test
where all I'm doing is embedding a html page into the post.
What do I have to do to be able to get past these errors.?