Good Day,
I want to create a nice professional looking email form for my site like these guys did https://www.avatarnewyork.com/nf
I use Dreamweaver CS5 and i know that it has an option to add text area, submit button etc. But they all look so ugly. Is there an add-on that I can download to have more and better looking options for these stuff.
Or what tools I should use to create a from like https://www.avatarnewyork.com/nf has???
I don't think Dreamweaver is enough by itself to create nice designes. I feel like I am missing some tools? Can anyone help?
Thank you in advance.
Yup.
The rounded edges are being added using a background image in CSS (for cross browser compatibility). It's actually here: https://www.avatarnewyork.com/images/ecom/ecom-form_textfield.png
Here's all the CSS affecting one text field in that form...
background-color: transparent;
background-image: url("/images/ecom/ecom-form_textfield.png");
background-repeat: no-repeat;
border: 0px none;
color: rgb(102, 102, 102);
font-size: 9px;
height: 16px;
margin-bottom: 12px;
margin-top: 5px;
padding: 6px 0px 0px 8px;
width: 262px;
outline: 0px none;
margin:0px;
list-style:none;
font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
text-align: left;
North America
Europe, Middle East and Africa
Asia Pacific