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.

How do I set up field set codes?

3 posters

Go down

Solved How do I set up field set codes?

Post by Kamui March 25th 2016, 2:50 am

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 March 25th 2016, 7:27 pm; edited 1 time in total
Kamui
Kamui
Forumember

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

http://narutogaiden.forumotion.com/

Back to top Go down

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

Post by Ange Tuteur March 25th 2016, 3:54 pm

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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

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

Post by Kamui March 25th 2016, 7:27 pm

Thank you
Kamui
Kamui
Forumember

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

http://narutogaiden.forumotion.com/

Back to top Go down

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

Post by Ape March 25th 2016, 7:34 pm

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
Ape
Ape
Administrator
Administrator

Male Posts : 19212
Reputation : 2001
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum