Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add borders to tables and fieldset's #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

2 participants