Hi Guys,
In this post I will explain how you can remove
border from a radio button prompt.
Here are the steps:
- Add an HTML Item just before the radio button prompt with below code
<STYLE>
#radio Div.clsCheckBoxList{
border-style:none;
}
</STYLE>
<div id="radio" >
- Add the second HTML Item next to the radio button prompt with below code.
</div>
Now you should be able to see the radio
button prompt without any border.