By Craig102 on
I have installed widgEditor 5.x-1.x-dev into my Drupal site. The problem is it's not affecting any text in the pages I've created.
I've enabled the module and run the update.php. Why does the work I've done with the widgEditor not affect my pages?
Craig
Comments
I know this old but it is not
I know this old but it is not mentioned anywhere in the widgEditor documentation for Drupal 5 that you need to edit the allowed HTML tags in the filter settings in admin/settings/filters/1/configure or via Input Formats>Filtered HTML>Configure
Add the ones that are disappearing to the Allowed HTML field, such as
<h1><h2>etc and the changes should start appearing.