Hi all,
I am making an HTML page. It has tables and text in a page. If I have six rows for the table, then wish to have six lines of text to the right side of the table. Basically I want to match the table row height to the line break or line spacing. Is there a way to specify the line break in inches? Thanks in advance for all the help.
Thanks
AugustineIf it's all tabular data, just put the text another column or in another table next to the original one. You can always use CSS to adjust the borders how you want them.
I am making an HTML page. It has tables and text in a page. If I have six rows for the table, then wish to have six lines of text to the right side of the table. Basically I want to match the table row height to the line break or line spacing. Is there a way to specify the line break in inches? Thanks in advance for all the help.
Thanks
AugustineIf it's all tabular data, just put the text another column or in another table next to the original one. You can always use CSS to adjust the borders how you want them.