Skip to content

Add borders to tables and fieldset's#81

Closed
Clicketyclick wants to merge 1 commit intomohzy83:masterfrom
Clicketyclick:patch-1
Closed

Add borders to tables and fieldset's#81
Clicketyclick wants to merge 1 commit intomohzy83:masterfrom
Clicketyclick:patch-1

Conversation

@Clicketyclick
Copy link
Copy Markdown

Fieldsets have no borders

@mohzy83
Copy link
Copy Markdown
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
Copy Markdown
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]
+----------------------------------------

@mohzy83 mohzy83 closed this Jan 20, 2026
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