Hi,
I use an external css sheet for my pages.
I am trying to set style for text boxes on my page and have the following code:
.TextBox {font-size: 9;
background-color: b8dced; }
It changes the style for some text boxes but not others.
I have checked and made sure that the the <input> tag includes the class element.
Any ideas why it's not always working?
I use an external css sheet for my pages.
I am trying to set style for text boxes on my page and have the following code:
.TextBox {font-size: 9;
background-color: b8dced; }
It changes the style for some text boxes but not others.
I have checked and made sure that the the <input> tag includes the class element.
Any ideas why it's not always working?