[spoiler] TAG

  • 179
    Posts
    21
    Years
    PHP:
    <div class="spoiler">
    <input type="button" class="button" onClick="showspoiler(this);" value="Show Spoiler">
    <span class="content" style="display:none">[test]</span>
    </div>

    Duse any now how to get this tag working.
     
    no, that's HTML, I think it's for a website, *goes and tests code*

    EDIT - The code is invalid, I tested it with my HTML editor.
     
    ??

    Spoiler:
    Spoiler:
     
    no, spoiler is a button in HTML aswell, he's trying to work out how to use the HTML Spoiler me thinks
     
    In PWF's BBCode manager...

    Code:
    <input type="button"  value="{option}" name="B1" onClick="alert('{param}')">

    That should work perfectly if you have a vB. Not sure how you'd do it on IPB or phpBB.
     
    Try looking it up on Invision's boards, search for spoiler codes.
     
    Back
    Top