technical question
technical question
- Started
- Last post
- 4 Responses
- mobius
isit possible to have 2 different class in a input/text area?
reason being i have one input button which has a javascript embedded and i want it to have css class too.
- enobrev0
you can put two classes in the html, like:
{input type="text" class="myclass myotherclass" /}
- ********0
I think I've seen that but not so sure
- mobius0
heres what the input button looks like..
so i have class call formatbutton which is a js function, can i embed another css class in there?
i tried putting another class on the end of the tag but it didnt have any effect on the button.
- mobius0
hmmm my code didnt show.. here it is again...
"INPUT class=formatbutton style="FONT-WEIGHT: bold; WIDTH: 25px"
onclick="encloseWithTags(this.fo... type=button value=B"