This topic is locked

changed layout of screen

10/20/2005 10:59:17 AM
PHPRunner General questions
V
vandecan author

Hello,

I would like to use the same look a feel as our website.

It is possible by adding css information to css files from phprunner ?

If not how ?

Thanks.

admin 10/21/2005

Hi,
PHPRunner pages use include\style.css file in PHPRunner output folder.
So you can modify it freely after building PHPRunner project to customize your pages look.

500356 10/21/2005

If I wanted to use anyhting else than CSS to change the style, I guess i have to pick apart the html of teh relevant pages that are created by PHPRunner and substitute the layout with our own?
Thanks,
Nik C

V
vandecan author 10/21/2005

modify after building ...

well that means that each time project is build, modifications are lost ?

admin 10/21/2005

Hi,
you can modify CSS files in C:\Program Files\PHPRunner\source\includefolder.

In this case your modifications will be applied to all your projects.
You can switch between stylesheets on Miscellaneoustab in PHPRunner.

Stylesheet 1 correcponds to style.css file, Stylesheet 2 to style1.css and so on.
Nik,
sure, you can modify generated pages freely to customize your pages look.

There is an easier but less flexible way for doing that - adding supertop.php and superbottom.php files.

http://www.xlinesoft.com/phprunner/article...es/supertop.htm