Posted by Ziggy58 on July 16, 2011 at 5:27am
Hi all,
please forgive me if I'm not posting in the correct spot and if so could somewhere poitn me to the correct spot?
I'm running Drupal 7 on a test site and have installed the WYSIWYG module with CKEditor. The WYSIWYG is showing beautifully but no formatting actually happens when I hit save. No paragraph breaks, no headings will work either but bullets does work (go figure!)
I bet this is simply something in the installation I';ve not ticked or configured properly. Could anyone propose an ideas to help? I'd be very grateful.
Thanks,
Ziggy
Comments
Yes, this is the wrong place.
Next time post in the issue queue: http://drupal.org/project/issues/wysiwyg?text=&status=All
Your problem is most likely the Input Format; if it's set to 'Limit allowed HTML tags' and the tags are not specified, then the WYSIWYG is working and saving the correct formatting but it's being stripped out when the node is rendered.
Thanks
Thanks rjleigh, appreciated. I'll check that out. I read somewhere which tags to specifiy so will go and hunt that out again. Thank you :)