Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How can I make an HTML spoiler?
I need a spoiler for a forum guide I'm writing. The problem is that CSS cannot be used with my forum's [doHtml] tag. So I need like a raw HTML spoiler code. If needed, Javascript or Flash could be used to write this code. Does anyone know how to do this?
PS: My forum does not have a [spoiler] tag. If it did, I wouldn't be asking this question.
5 Answers
- Anonymous1 decade agoFavorite Answer
Spoiler HTML Code! Help!:
http://forums.digitalpoint.com/showthread.php?t=76...
http://www.neowin.net/forum/topic/744268-html-spoi...
What is the HTML code for spoilers? : http://www.google.com/support/forum/p/sites/thread...
Ron
- Anonymous6 years ago
This Site Might Help You.
RE:
How can I make an HTML spoiler?
I need a spoiler for a forum guide I'm writing. The problem is that CSS cannot be used with my forum's [doHtml] tag. So I need like a raw HTML spoiler code. If needed, Javascript or Flash could be used to write this code. Does anyone know how to do this?
PS: My forum does not have a...
Source(s): html spoiler: https://shortly.im/KKb9Q - Anonymous5 years ago
For the best answers, search on this site https://shorturl.im/avg94
So that you have to highlight the text: <span style='background: white; color: white'>Your spoiler text here</span> Doing a button-click one is more difficult, and requires some Javascript to make everything work. I can't type one in off the top of my head - sorry :(
- How do you think about the answers? You can sign in to vote the answer.
- Anonymous7 years ago
<details>
<summary>Name</summary>
content
</details>