This topic is locked

formatting size of td cells in vertical layout

9/20/2004 12:03:43 PM
ASPRunnerPro General questions
E
ekopelowitz author

Sergei,
I'd like to be able to control the size of the td cells that asprunner generates for the vertical layout. There is the row where the master/detail links appear and then the rows underneath which present the data of the table. I'd like to be able to make the td cells of the row with the master/detail links bigger, and keep the td cells in the following rows the same size, or even make them smaller. I tried adding a <td width=200> to one of the cells, but it seems to make no difference.
Thank you, Ezra

Sergey Kornilov admin 9/20/2004

Ezra,
I'm afraid this is not possible as long as all rows belong to the same HTML table. I can suggest to create separate HTML tables for the header row and data rows. In this case you will be able to make it different width.