This topic is locked

Page background

8/30/2005 9:32:45 PM
ASPRunnerPro General questions
author

What file do I need to modify to change the background color of a list page? Thanks!

Sergey Kornilov admin 8/31/2005

Hi,
you need to open ..._list.asp file by any text editor, find this line:

Response.Write("<body topmargin=5 bgcolor=white")



and change the color.
Also you can change C:\Program Files\ASPRunnerPro\source\list.asp file yo apply these changes to all generated projects.

S
salamander 3/9/2007

does this solution apply with the current version???

Hi,

you need to open ..._list.asp file by any text editor, find this line:
and change the color.
Also you can change C:\Program Files\ASPRunnerPro\source\list.asp file yo apply these changes to all generated projects.