Link to home
Start Free TrialLog in
Avatar of livewirewebsolutions
livewirewebsolutions

asked on

Drupal Source editor using full html is not saving id selector.

See image attached.  When I save the ul id=manufactureMenu it saves the code properly.  However, when I go back and edit the code (ie. to add another link, etc..) the id=manufactureMenu is gone and all that is left is the ul tag.
drupal.png
ASKER CERTIFIED SOLUTION
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of livewirewebsolutions
livewirewebsolutions

ASKER

I added the php filter from admin/config/content/formats/full_html.  It now accepts all code.  Thanks.