Hi all, I'm trying to improve my Monster of the Week sheet and want to place some collapsible text on the sheet so people can see the starting options for the character, then hide it so it doesn't take up space once finished.
Looking online I have tried this code:
<div>
This produces a button which is clickable, but doesn't actually do anything, the text does not collapse. Can anyone help me find what is wrong or give me some code that will work as I am not a software programmer. (I'm amazed I got this far). Also I don't want it to only be text, it was have lists of options etc so I just need a collapsible section that I can put anything into.
Thanks all (again)
Looking online I have tried this code:
<div>
<button type="button" data-toggle="collapse" data-target="#demo">Simple collapsible</button>
<div id="demo">
[text here]
</div>
</div>This produces a button which is clickable, but doesn't actually do anything, the text does not collapse. Can anyone help me find what is wrong or give me some code that will work as I am not a software programmer. (I'm amazed I got this far). Also I don't want it to only be text, it was have lists of options etc so I just need a collapsible section that I can put anything into.
Thanks all (again)