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>
---------------------------------------------------------------------
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>
---------------------------------------------------------------------
Start from this point..All the best..
ReplyDeleteThanks 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/
ReplyDeleteThanks 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