Closed (fixed)
Project:
Frequently Asked Questions
Version:
6.x-1.9
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2011 at 05:03 UTC
Updated:
11 Sep 2011 at 00:44 UTC
It seems I can't include even basic formatting in answers. I want to include
Please advise, and thanks for a great module! I am using it to create an internal site guide for the client to reference frequent "how do I do this or that" questions.
Comments
Comment #1
DaveNotik commentedWoops, that was supposed to be an
<ol>in there.Comment #2
DaveNotik commentedSome formatting (like text color) is getting through. Perhaps it's just an issue with
<ol>and<li>tags. E.g. I have:I even tried w/ the input format set to PHP.
Comment #3
stella commentedI'm unclear on whether this is a problem on the /faq page or on the individual node pages themselves. If the latter, then it's definitely a problem with your input format. If using unmodified configurations of core's input formats then it should work fine with both "filtered html" and "full html" formats.
If not, then edit the input format you're using and see if you're using a filter which restricts the list of allowed html tags. If so, clicking on the "configure" tab should allow you to configure the set of html tags allowed.
More information on your configuration is needed if you need me to assist more with this.