madHatter1
Technical User
Hello all
I hope to get a little help here.
I have the words submit and reset inside clickable buttons which are goverened by the CSS class .searchbox.
<style>
.searchbox {
border:solid 1 black;
etc}
</style>
The font color is white ("Submit" and "Reset" are colored white) and I wish to change it to another color. How would I do that in the script itself? That is, how I would do it here:
<p><input type="submit" name="submit" class="searchbox" value="Submit" size="6"></input>
<input type="reset" name="clear" class="searchbox" value="Reset" size="6"></input>
</p>
Grateful thanks for any support.
Hatter
I hope to get a little help here.
I have the words submit and reset inside clickable buttons which are goverened by the CSS class .searchbox.
<style>
.searchbox {
border:solid 1 black;
etc}
</style>
The font color is white ("Submit" and "Reset" are colored white) and I wish to change it to another color. How would I do that in the script itself? That is, how I would do it here:
<p><input type="submit" name="submit" class="searchbox" value="Submit" size="6"></input>
<input type="reset" name="clear" class="searchbox" value="Reset" size="6"></input>
</p>
Grateful thanks for any support.
Hatter