Hello friends,
I have a doubt on the button and that is how to set the color for the text that is displayed on the button. I tried on following ways:
[CODE=html]<input type="button" name="click" value="Add Comment" style="font-color: red">
<font color=red><inpu t type="button" name="click" value="Add Comment" style="font-color: red"></font>[/CODE]
So, my option is that put the color for Add Comment. Please try for me and suggest me.
I have a doubt on the button and that is how to set the color for the text that is displayed on the button. I tried on following ways:
[CODE=html]<input type="button" name="click" value="Add Comment" style="font-color: red">
<font color=red><inpu t type="button" name="click" value="Add Comment" style="font-color: red"></font>[/CODE]
So, my option is that put the color for Add Comment. Please try for me and suggest me.
Comment