Forcing A New Line
Hi,
I have a table with column headings. Sometimes the headings are quite long and I want to force a carrige return and display the heading text on two lines, for example:
Currently looks like this:
------------------------------
Portfolio Start Value
333333
444444
555555
------------------------------
But I want it like this:
------------------------------
Portfolio
Start Value
33333333
44444444
55555555
------------------------------
I also want to be able to force a blank line between the heading and the table body.
Any advice would be greatly appreciated!
Regards,
Trevor.
|