Paste in the form of pictures not to offer.

    3 answers 3

    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)

        @ololo , catch , I hope it will help.

        Ps I did not quite understand your question, since the button for submitting form data initially represents a rectangle with text and a border.

        Good luck.