Hi, is there some command in css that will make all the text fields in on my page the same color or something like that.
I mean:
<style type="text/css">
some commands here
</style>
...
<input type="text" name="text1">
<input type="text" name="text2">
I would like the two text fields to be the same color.
And i do not want to assign class or style propreties to them individually.
Thanks.
I mean:
<style type="text/css">
some commands here
</style>
...
<input type="text" name="text1">
<input type="text" name="text2">
I would like the two text fields to be the same color.
And i do not want to assign class or style propreties to them individually.
Thanks.