Admiral Snackbar
Well-Known Member
- Joined
- Jan 12, 2016
- Messages
- 183
Dunno about tbody & thead (not a front end dev) but seems to me like you are not closing tags hence your interpreter (browser) is left to guess I suspect.
Try closing tags correctly(td tags) and see if it corrects itself.
http://www.w3schools.com/html/html_tables.asp
Thanks for the link and the answer krycor
Yeah there's a lot of tags for the tables so I'll take some getting used to.
Happy to be learning though!
Edit: that link is boss! I got borders for my tables now!
Code:
<table border="5" style="width: 50%">
Last edited:
