0
Fields st tag is not working
I was trying to put my contents in side field set. but it was not working properly what could be the issue please suggest
7 Respuestas
+ 1
I didn't provide any styles to it. I will try to do modifications as u mentioned Thank u
+ 1
now it is working as a expected. I have done some style as u have mentioned Thank u so much
0
<fieldset class="parent fieldset-width">
<legend>Select the services *</legend>
<label class="container">Banking/Insurance/Financial Products/Credit cards
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
<label class="container">Real Estate
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
<label class="container">Education
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
<label class="container">Health
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
<label class="container">Consumer goods and automobiles
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
<label class="container">Communication/Broadcasting/Entertainment/IT
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
<label class="container">Tourism and Leisure
<input type="checkbox" checked="checked">
<span class="checkmark"></span>
</label>
</fieldset>
0
have you styled your fieldset class? If you declare a class to an html element and neglect to give it visual style, it won't show on your page
0
my pleasure ☺
- 1
show us your code so we can better assist you
- 1
u could also try giving it an id instead of a class