How can I make the table with 2 columns (cells) look like this:
If the total size of the table is 500 pixels and will not pass, put td{max-width: 500px;}; If the minimum value is 500 pixels, td {min-width: 500px;}; Look this exemple.
td{max-width: 500px;}
td {min-width: 500px;}