Click to See Complete Forum and Search --> : How to specify table row height to match the page break


august3
11-16-2004, 03:51 PM
Hi all,


I am making an HTML page. I 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
Augustine

The Little Guy
11-17-2004, 12:23 PM
<tr height="2in">

OR

<td height="2in">


Change the number to what ever you desire