I am making a simple table on my website that needs to be within <p>
tags. The table can be CSS or HTML, but the problem is that it always breaks my paragraph and ends the style. using display:block;
and display:inline;
did not do anything.
Why won't this work?
And if it can't, what should I do instead?