NppMarkdownPanel
NppMarkdownPanel copied to clipboard
Add borders to tables and fieldset's
Fieldsets have no borders
Hi, can you tell me which markdown is required to produce a fieldset? I want to test your css code.
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] +----------------------------------------