Hi!
I habe tried to find a solution to my problems now for several hours but I seem to be stuck...
I want to include an image into my question help text. But whenever I start the survey and get to the question, there is no picture (it appears and disappears immeditaley).
What I did:
In the question.pstpl file I changed
- {if(!is_empty(trim(strip_tags(QUESTIONHELP))),"<div class='survey-question-help'>"+QUESTIONHELP+"</div>","")}
- into: <div class='survey-question-help'>{QUESTIONHELP}</div>
This did not help at all.
I then deleted the class 'survey-question-help'. That did the trick but then the css is messed up a little.
I concluded that there must be another tag stripper somewhere. But where?!
Any ideas, suggestions and help is very much appreciated.
I am using Version 2.05+ Build 140320 of LimeSurvey.
Thank you very much!