Wednesday, 2 November 2016

Form with rounded Border

Hi All,

See this code to put rounded border to forms.

---------------------------------------------------------------------
<html>
<head>
<style>
fieldset {
  -moz-border-radius:5px;
  border-radius: 5px;
  -webkit-border-radius: 5px; //edit :D
 
}
</style>
</head>
<body>
<fieldset  style="width:250px">
<form action=HUPModify.php method=post>
<pre>
New Reference Number <input name=nrefno>
Total References     <input name=tref>
<input type=submit value="Change file">
</pre>
</form>
</fieldset>
</body>
</html>

---------------------------------------------------------------------

3 comments:

  1. Thanks for sharing information about PHP programming language, I read your entire post and realize that your post is really informative. Such type of post is really helpful for those people who want to learn PHP programming language. Apart from this, I read another informative post for the same kind of information. For your further information, I am sharing that informative post about PHP programming language. For more information visit here http://www.ducatindia.com/phpsixmonthstraining/

    ReplyDelete
  2. Thanks for sharing information about PHP programming language, I read your entire post and realize that your post is really informative. Such type of post is really helpful for those people who want to learn PHP programming language. Apart from this, I read another informative post for the same kind of information. For your further information, I am sharing that informative post about PHP programming language. For more information visit here http://www.ducatindia.com/phpsixmonthstraining/

    ReplyDelete