I'm just starting to learn HTML/CSS, and I'm trying to figure out how to deal with tables that aren't the full width of my document. If I have another <p> section below the table, the first part of the text starts to the side of the top of the aforementioned table whenever I have the table aligned to the left or right.
I made a
quick example to show you what I'm talking about.
Is there a way to align my table to one side or the other without the text wrapping around it?