This topic is locked
[SOLVED]

 Main Table Width

2/8/2010 3:57:25 PM
ASPRunnerPro General questions
L
Levski author

Hello,
I am using Asprunner 6.2.
I would like the end of the main table to extend exactly as far as the end of the toplinks bar, adjusting itself according when search panel is visible or hidden.
I tried changing the markup on the Editor page as follows:
<TABLE class=data cellSpacing=0 cellPadding=3 width="100%" border=0 name="maintable">
This has not been entirely successful - even when the search panel is hidden, it overshoots and there is a horizontal scroll bar,
Any advice would be appreciated.
Thank you.

J
Jane 2/9/2010

What layout and style do you use?

L
Levski author 2/9/2010



What layout and style do you use?


Thank you for responding.
Layout is Madrid and Color Schema is London.

J
Jane 2/9/2010

Hi,
here is a sample:

<TABLE class=data style="WIDTH: 100%" cellSpacing=0 cellPadding=3 border=0 name="maintable">


Also you need to edit width for DIV:

#grid_block{$id} {margin-top:10px; width:100%}
L
Levski author 2/9/2010