Paste in the form of pictures not to offer.
3 answers
Here you can generate css and html for forms
|
We remove, this round corners, and make straight.
border-radius: 0px;
Using the value attribute, at the button, we write the text in it:
<input type="submit" value="Текст,который хочешь,чтобы был на кнопке">
Further, playing with width and height, you make your button-rectangle) And then add to your bookmark the site http://htmlbook.ru/ ) There you will find about the border, and about everything)
|