I did a search for filters and found this page:
http://codex.wordpress.org/Filters
I then changed the kses.php file and changed this line:
add_filter(‘content_save_pre’, ‘wp_filter_post_kses’);
to
remove_filter(‘content_save_pre’, ‘wp_filter_post_kses’);
and it works…