I am working on a few websites (over at Google Sites). We are not allowed to use JavaScript (except for a few things which will fit inside a code wrapper) and not allowed to use jquery or anything like that. Here is what I seek:
1. HTML code to produce a collapse/expand hierarchy of information. (For example you would have a series of FAQs with a "+" sign available to show the answer. The user will then press a "-" sign to collapse the answer.
2. NO CSS, JavaScript, jquery or anything else that will not fit directly into an html page code. Anything that contains scripting is cut out and becomes useless.
I don't know if this can actually be done, but I figured if I open it up to a community so large, someone may have the experience to help. I would like an actual coded example, if you could provide it. The first answer that is supplied that will actually fit into and work on a Google Site gets the credit for the question.
1. HTML code to produce a collapse/expand hierarchy of information. (For example you would have a series of FAQs with a "+" sign available to show the answer. The user will then press a "-" sign to collapse the answer.
2. NO CSS, JavaScript, jquery or anything else that will not fit directly into an html page code. Anything that contains scripting is cut out and becomes useless.
I don't know if this can actually be done, but I figured if I open it up to a community so large, someone may have the experience to help. I would like an actual coded example, if you could provide it. The first answer that is supplied that will actually fit into and work on a Google Site gets the credit for the question.