hi
I used below code to put indent for all of my textbox
input[type=text]
{
font-family: Tahoma;
font-size: 12px;
text-indent: 5px;
}
but I want some of my textbox have
text-indent:2px;
how I can do it?
I test below code
.txtday2
{
width: 15px;
text-align: left;
text-indent: 2px;
}
for one textbox but it apply
text-indent:5px;
That i define generall
what can I do?
Best Regards
Neda