04-27-2010, 08:29 PM
I'm learning the basics of HTML and PHP and I was wondering if there is a way to make spoilers work in HTML or PHP. I looked it up, and everything that people said to do wouldn't work for me.
Spoilers?
|
04-27-2010, 08:29 PM
I'm learning the basics of HTML and PHP and I was wondering if there is a way to make spoilers work in HTML or PHP. I looked it up, and everything that people said to do wouldn't work for me.
04-27-2010, 10:32 PM
Do you want spoilers for a forum or a website?
Basically it's a hidden div for the xhtml and the php would probably be a preg_replace.
I am here to rescue you.
This is Support Forums not Support PMs. Do not PM me for support unless it's private and site related.
04-27-2010, 10:35 PM
(04-27-2010, 10:32 PM)Omniscient Wrote: Do you want spoilers for a forum or a website? I want to use spoilers on a website. So the div is hidden from the source then?
04-27-2010, 11:36 PM
I made one in my site. It's using a div thing. An easy way to find the source for one is add a spoiler to your post, then get the source code from that page, and Ctrl+F Spoiler or the contents of your spoiler. (That's how I did it)
zzzzzzz
04-27-2010, 11:49 PM
(04-27-2010, 11:36 PM)daneasaur Wrote: I made one in my site. It's using a div thing. An easy way to find the source for one is add a spoiler to your post, then get the source code from that page, and Ctrl+F Spoiler or the contents of your spoiler. (That's how I did it) Thank you Daneasaur. By the way, were you able to use multiple spoilers? I heard that if it's done you can only use one per page, or something like that.
04-27-2010, 11:51 PM
You can use two, I remember I had to google to figure out how, but it wasn't anything hard. Something simple like not using two in the same dev or something.
zzzzzzz
04-30-2010, 11:46 PM
05-01-2010, 11:34 AM
Look at this:
In the tag <head> and </head> Code: <script type="text/javascript"> In the tag <body> and </body>: Code: [<a href="javascript:;" onclick="Suite(this)">+</a>] I hope it help you |
« Next Oldest | Next Newest »
|