|
|
 |
Re: FN-FORUM: HTML Form Studid Question
date posted 13th October 2006 17:31
Keith Alexander wrote:
>
> Easymatics Forums wrote:
>> Can someone help me with a stupid question? Can't seem to get an html
>> form
>> to display text for submit and reset instead of buttons.
>> Please put me out of my misery, so I can continue with my other work
>>
>> Just want text not the buttons.
>>
>>
>
> style them with css ?
>
> border: none;
> background-color: transparent;
>
Bear in mind that css won't work for restyling safari/camino/shiira
form controls, and javascript won't work for anyone with javascript
turned off.
Also, is it a good idea to want to make form buttons *not* look like
form buttons? It might be a bit confusing for the users.
Keith
|
 |
|