We Will Teach You How You Can Insert Or Put Some Tex In Between A Border Box Between The Lines [2691], Last Updated: Mon Jun 24, 2024
Webune
Fri Oct 30, 2009
0 Comments
402 Visits
hello, welcome to webune forums. one way to make your wesistes look more attractive is by using the legend tag in html. for example i want to make the following:
if you liked my HTML code, this is how i did it using the simple HTML code:
<fieldset><legend>Password</legend><div style="width:400px; margin:3px;">Please enter a password for your user account. Note that passwords are case-sensitive.</div><div>Password:<br><input name="password" size="25" maxlength="50" value="" type="password"></div><div>Confirm Password:<br><input name="passwordconfirm" size="25" maxlength="50" value="" type="password"></div></fieldset>