I would like to apply styles to the entire web site; using external stylesheet. But I am having problems defining the sytle for form submit buttons. I don't want to use classes (
<style type="text/css">
.button {
background-color: maroon; color=white; width:150px; }
</style>
... because I don't want to specify class=button for every button. Is ther a way to do this ?
thanks
hani
<style type="text/css">
.button {
background-color: maroon; color=white; width:150px; }
</style>
... because I don't want to specify class=button for every button. Is ther a way to do this ?
thanks
hani