Ezilon.com - Target Your Audience, be Seen in Your Region

Form Submit

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 34 posts

Joined: Feb 2004

I have put a comment form up on my website, but don't want those standard submit and reset buttons in the standard style, and help on how I can change the look of the submit and reset buttons??

The Webmistress's picture

She has: 5,587 posts

Joined: Feb 2001

You can style them using CSS quite easily. Do a search on Google for a tutorial.

Julia - if life was meant to be easy Michael Angelo would have painted the floor....

Suzanne's picture

She has: 5,512 posts

Joined: Feb 2000

Keep in mind that some operating systems/browsers will ignore your form element styling because form elements are considered to be part of the interface, not the website design. However you can use images to replace submit buttons.

Netscape 4 will crash if you style form elements and serve it style sheets, so be sure to hide those styles from Netscape 4 if you don't already hide all styles from it.

They have: 34 posts

Joined: Feb 2004

I have used css style sheats, and got them from a tutorial which helps explain all that stuff and what I can do to so it displays on all browsers (in different ways that is)