How do you make table row's and data's stay proportionate to each other?
In HTML, I can use tables pretty well... but I have one *little* problem. Let me show you. https://code.sololearn.com/WnnZxIg403RP/?ref=app BEHOLD! A TABLE! ...Now, everything would be perfect, with one exception... Even with how I preset the table's and table data's proportions, if I ad one little thing inside a table data... https://code.sololearn.com/WL3i918oTjU0/?ref=app The ONLY difference between the two codes, is that that^ one has a period in one of the table datas. A PERIOD! Yet for some reason, the table finds the need to extend the ENTIRE ROW it is in to TRIPLE all the other rows on the ENTIRE TABLE! I... I don't even want to know the idiot who programmed HTML to make tables so disproportionate. Just because of one little character which could EASILY fit in the table data that was not all extended... I just want to know, how the heck do I fix this?