Fields st tag is not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

2nd Jan 2018, 7:20 PM
Bhavani Sankar
Bhavani Sankar - avatar
7 Answers
+ 1
I didn't provide any styles to it. I will try to do modifications as u mentioned Thank u
3rd Jan 2018, 5:08 AM
Bhavani Sankar
Bhavani Sankar - avatar
+ 1
now it is working as a expected. I have done some style as u have mentioned Thank u so much
3rd Jan 2018, 2:00 PM
Bhavani Sankar
Bhavani Sankar - avatar
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>
2nd Jan 2018, 7:36 PM
Bhavani Sankar
Bhavani Sankar - avatar
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
2nd Jan 2018, 10:11 PM
Nope
Nope - avatar
0
my pleasure ☺
3rd Jan 2018, 2:06 PM
Nope
Nope - avatar
- 1
show us your code so we can better assist you
2nd Jan 2018, 7:25 PM
Nope
Nope - avatar
- 1
u could also try giving it an id instead of a class
3rd Jan 2018, 1:42 PM
Nope
Nope - avatar