The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    How do I set up field set codes?

    Kamui
    Kamui
    Forumember


    Male Posts : 291
    Reputation : 3
    Language : English
    Location : Greed Island

    Solved How do I set up field set codes?

    Post by Kamui Fri 25 Mar 2016 - 2:50

    Hey, I'm wondering how to do field set codes because I can't get the code to show on my forum. Here's the code and example of what I mean.



    Code:
    fieldset>
    <legend>Extras</legend>
    <p><label> <input type="checkbox" name="extras" value="baby"> Baby Seat </label></p>
    <p><label> <input type="checkbox" name="extras" value="wheelchair"> Wheelchair Access </label></p>
    <p><label> <input type="checkbox" name="extras" value="tip"> Stock Tip </label></p>
      </fieldset>

    I also don't want the things like the check boxes and their descriptions. I just like to place text inside it. Can anyone help?
    How do I set up field set codes? Da159d9e988fb6e19d4d9a2dd7031405


    Last edited by Kamui on Fri 25 Mar 2016 - 19:27; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: How do I set up field set codes?

    Post by Ange Tuteur Fri 25 Mar 2016 - 15:54

    Hi,

    First things first, you can start by setting up your fieldset code like this :
    Code:
    <fieldset>

    </fieldset>
    The space in between is where we can begin adding content to this element. Remember that spacing and indentation can make reading HTML a lot easier. ( I usually indent 2 spaces for each tag that's inside another. ) Now, add in your legend tag :

    Code:
    <fieldset>
      <legend>Legend Text</legend>

    </fieldset>
    After the legend tag you can add anything you want, a paragraph for example :

    Code:
    <fieldset>
      <legend>Legend Text</legend>
      <p>This is my first fieldset !</p>
    </fieldset>


    You can place this code wherever HTML formats, such as ;
    • Widgets
    • Homepage message
    • HTML page
    • Templates
    • Messages IF HTML is enabled
    > See this for enabling HTML in messages
    Kamui
    Kamui
    Forumember


    Male Posts : 291
    Reputation : 3
    Language : English
    Location : Greed Island

    Solved Re: How do I set up field set codes?

    Post by Kamui Fri 25 Mar 2016 - 19:27

    Thank you
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19325
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How do I set up field set codes?

    Post by Ape Fri 25 Mar 2016 - 19:34

    Topic solved and archived


    Have a Great Easter Holiday
    How do I set up field set codes? Happy-11
    From Ape and the Forumotion Team.



    How do I set up field set codes? Left1212How do I set up field set codes? Center11How do I set up field set codes? Right112
    How do I set up field set codes? Ape_b110
    How do I set up field set codes? Ape1010

      Current date/time is Mon 23 Sep 2024 - 9:21