Skip to content

Conversation

@Clicketyclick
Copy link

Fieldsets have no borders

@mohzy83
Copy link
Owner

mohzy83 commented May 30, 2023

Hi, can you tell me which markdown is required to produce a fieldset?
I want to test your css code.

@Clicketyclick
Copy link
Author

Pick an example from https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_fieldset

<form action="/action_page.php">
  <fieldset>
    <legend>Personalia:</legend>
    <label for="fname">First name:</label>
    <input type="text" id="fname" name="fname"><br><br>
    <label for="lname">Last name:</label>
    <input type="text" id="lname" name="lname"><br><br>
    <input type="submit" value="Submit">
  </fieldset>
</form>

+--|Personalia|-------------------------
| First name: [ ___________ ]
| Last name: [ ___________ ]
| [Submit]
+----------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants