SteveS
Posts: 41
|
| Posted: 11/25/2004, 6:43 AM |
|
Hi,
I'm looking to fix the output html page so that it is always 800 * 600 - is there an easy way of achieving this so the data still looks good and is easilly scrollable?
Thanks.
Steve.
|
 |
 |
kevind
Posts: 251
|
| Posted: 11/26/2004, 2:50 AM |
|
For Grid output you can set the size of the table width to a fix pixel size like 770 - right click in the Grid and choose <TABLE> properties.
In the property form set the width to 770 Pixels.
That should keep most output on the page width wise and then you can adjust the number of rows per page in your grids to keep it under control vertically.
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|