How can I specify the border width of text box using JAVA script in CSS.
I have written down this code:
input.TextEntryBox {
border-radius: 6px;
margin: 6p;
}
Page 1 / 1
Hii ujjwalagupta
You can paste the code into your Look and Feel --Style-- Custom CSS section. Just FYI it will be applied for all Text entry questions
.Skin .TE .SL .InputText {
border-radius: 6px;
margin: 6px;
max-width: 50%
}
Hope this helps!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.