I know you can
center text horizontally
but is there a way to center text (or more specifically a table) vertically without using carriage returns?
center text horizontally
but is there a way to center text (or more specifically a table) vertically without using carriage returns?
Because people with larger monitors won't have the table centered on their monitors (only horizontally).
I want something to look like this:
Code:
+-----------------------------------------+
| /|\ |
| | |
| | |
| +------------+equal distance|
| | The | as left side|
|<----------->| table |<------------>|
| | | |
| +------------+ |
| | |
| | equal distance |
| \|/ as top |
|-----------------------------------------+
I hope that helps
scem0