When I add content to an Accordion Element it displays fine in CS but in the browser there is no formatting.
Thanks for your help
see: http://www.thewisehippo.com/test-page-2
When I add content to an Accordion Element it displays fine in CS but in the browser there is no formatting.
Thanks for your help
see: http://www.thewisehippo.com/test-page-2
i think is not recognized in the front end.
inside the accordion, do like this
paragraph 1<br>paragraph2.
or
<p>Paragraph 1</p> <p>Paragraph 2</p>
then it’ll be fine
Thanks for replying mrunal, but it should work shouldn’t it? We shouldn’t need to add tags like this and besides when I do add tags and switch text to Visual or Visual to Text, the tags disappear.
Hi There,
I can see you have figure this out already. Just wrap the text in a paragraph tag. Or just create a new line.
Additionally, note not to bump your own thread. We answer from oldest to newest and bumping it means it will be push back on the queue.
Hi Lely
I don’t understand the ‘bumping’ thing. If someone responds and I reply to that response, I get put to the back of the queue? Do I get put to the back of the queue for replying here?
If I hand code the html then it will work BUT if I switch between Text and Visual the all that code is lost. I have quite a lot of text and images etc for this content and surely that is not how it should work. Is this how the accordions element works? Because I would have expected to be able to format like anything else in the visual editor and not to lose the formatting.
Hi There,
I just tested the accordion item and it does not behave as you described.
I have added to text > <p style="color: brown;">Add some content to your accordion item here.</p>
Switched to visual where I saw the visual result.
When switching back to text the tags are still there to be editable.
If you are still having an issue like that, please provide the code you are adding to your accordion item, make sure to wrap using the code tag present on the forum tool bar above.
Thank you