You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I want to change the style of all the input text boxes in my page, but do not want to touch the submit button or reset button. How can I do that if using a CSS file?
Can I say this?
INPUT.TEXT { .... }
Amir Khawaja
unread,
Oct 21, 2001, 2:08:49 AM10/21/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
You can use a class. e.g. <input type="text" class="mystyle">