This topic is locked

Change width of output colums

11/20/2003 6:33:09 AM
ASPRunnerPro General questions
C
christybhoy author

Hi,

i have recently started using AspRunner 2.3 - it does exactly what need.
However, i have created an asp output page created from records within

an Ms Access Db. This displays records from the Db on to my web page

and i now need to change the width of some of the columns.
How can i change colum widths?
i have 15 colums.
thanx................christy

Sergey Kornilov admin 11/20/2003

Christy,
in ASPRunner you can go to tab Edit field labels and format (step 9 of 11) and click on View format to display dialog where column width can be changed.
I hope this helps.
Best regards,

Sergey Kornilov

C
christybhoy author 11/20/2003

I'm very sorry, maybe i stated my question wrongly.
I would need the width of the complete page widened as well.

I would like to have scroll bar along the bottom of the page.
As shown above, my 15 colums are filling the complete screen and therefore i have no room to expand each column.
Hope you can understand this...
best regards.............christy

Sergey Kornilov admin 11/20/2003

Christy,
here is what you can do: open ..._list in text editor find sub WriteTableHeader and set table width explicitly.

sub WriteTableHeader

%>

<tr CLASS="blackshade" valign=top>

<TD align=center><img src=images/icon_edit.gif></td>

<TD align=center><img src=images/icon_delete.gif></td>
<TD>

<table width=1500><tr><td>


I hope this helps.
Best reagrds,

Sergey Kornilov

C
christybhoy author 11/21/2003

First Class....
Working excellently...
Thanks very much Sergey
Christy <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=763&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />