Design Edit on Forms

yazo80s

Junior Member
Joined
Jul 14, 2008
Messages
166
Reaction score
73
I am now getting into designing forms with dreamweaver, no problem setting this up and having people successfully sending me emails on the form box.

Question how do you edit/design the submit button, to look much cooler, like a bigger "button" with either graphic or color?

Also in the same form box, (the same question) how would you graphically change the input boxes, to diff. colors etc.

I seen Optin/squeeze page forms with really cool graphics in their input buttons.

thx
 
well you can do some styling to the button and input boxes with the help of CSS but for realy cool forms you will need some graphics implemented in the style. Photoshop + some skills in CSS and you can get very nice looking forms.
 
U should learn CSS,
I have a form like this on my portoflio : http://www.megashape.net/contact.html

This is a combination between simple html and css style, here is an article about it:
http://www.sitepoint.com/article/style-web-forms-css/
 
Back
Top