FAQ Question

I am trying to use an Accordion stack where I can place an image in the header that one clicks on and then produces the full page document. FAQ works nicely, but only allows text in the header. Is it possible to allow images as well as, or instead of just plain text?

hi @trackmanpete

The area where you add your text can actually take any html so you could try adding the html for an image into that. i.e. <img src="https://yourwebsite.com/yourimage.jpg" alt="Image description" />

6 Likes

Just got round to testing this myself and it works quite nicely actually. Have added a couple of examples to the web page.

10 Likes

Amazing how this question opened the door to provide all of us with so much more options - thanks for including examples on your demo page

3 Likes