This topic is locked

Page Width

6/16/2008 1:27:33 PM
ASPRunnerPro General questions
W
waynem author

I'm trying to adjust the width of a list page as it currently extends beyond the screen. Is there an easy way to do this?
I tried editing the header table, but after I generate and upload then view source my changes are in comments and have no effect.
[codebox]<table id="headerTable" border="0" cellspacing="25" cellpadding="0" width="100%" align="center">

<!-- <table id="headerTable" border="0" cellspacing="25" cellpadding="0" bgcolor="#90EE90" width="80%" align="center"> -->

<tr valign="top">[/codebox]
or maybe I am just not doing it correctly?
Any suggestions would be appreciated.
Thanks!

J
Jane 6/18/2008

Hi,
you can change width of the list page using header and footer files.

For example add <Table> tag with fixed width to the header.asp file and close tag in the footer.asp file. Create these files in the output/include directory.