+ 1
Why do I have to take out the '/' from <td></td> in order to properly show my progress bar?
I was working on my basic webpage and when I tried to add a progress bar to my CSS table row it moved the bar to the top of the table. Though, when I took out the '/' from the ending table data tag(</td>) it worked fine. Is that normal?
4 odpowiedzi
+ 3
I don't believe that is normal, you may want to look into that
+ 3
I don't think that's what usually happens, perhaps you should redo it and see if it works with the "/" or use it on another code and see if it works?
+ 2
That's not normal. Post a code example, and someone will help you out.
0
@Learnsolo I have tried it with the '/' but it changes it so that the bar is on top of the table.