Oops, I thought I was on the ASP forum, sorry for the confusion.
> > Is it possible to change the shape of a command button and still keep
> the
> > 3d property?
>
> If it is your regular HTML button, you can do a lot with it by using CSS
> (resize, fonts...). You can learn more at http://www.w3schools.com.
>
> If you wanna be fancy and give the button a punch up, try making your
own
> button. Quickest way of doing it is with tools like macromedia
Fireworks,
> it takes care of all the mouse out, over, down event handling for you
> using javascript. More about Fireworks at www.macromedia.com
>
> Hope this help...Peter Crane