This topic is locked
[SOLVED]

 Let footer extremely bottom

4/11/2012 5:25:32 PM
PHPRunner General questions
C
CK. author

Dear All,
phprunner 6.x, by default make the footer float after the content.
------------------------------

[Header]

[Content]

[Footer]
[Explorer status bar]

------------------------------
Can I make it this way

------------------------------

[Header]

[Content]
[Footer]

[Explorer status bar]

------------------------------
Extremely bottom closed to the Explorer status bar?
That means, [Header] 15%, [Content] 75% and [Footer] 10%?
Thanks in advance.
Regards,

php.newbie

Sergey Kornilov admin 4/12/2012

This page provides a few elaborate examples on how this can be achieved. Pick one of methods and apply it to your application.

C
CK. author 4/12/2012

Thanks Sergey Kornilov, it works now.
I create a new css file named mystyle.css & placed it in styles folder.
After that, I do a re-build entire project -> upload to website. But cannot locate the mystyle.css file. So I need to manually upload the file to styles folder.
Just wonder where should I place the customize css file in order for phprunner to pick it out while rebuild.
Regards,

php.newbie

Sergey Kornilov admin 4/12/2012

You will need to edit your files.txt file in source directory adding a new line for your CSS file.
More info:

http://xlinesoft.com/phprunner/docs/files_txt.htm

C
CK. author 4/13/2012

Dear Sir,
Where should I place the new_created.css file? In PHPRunnerProjects\project01\styles folder? or create a customize folder and point it in files.txt (eg. c:\phprunner\project01\css\new_created.css?
files.txt

c:\phprunner\project01\css\new_created.css styles\new_created.css
Is this correctly?
Regards,

php.newbie

Sergey Kornilov admin 4/13/2012

It depends on how you reference this CSS file from your code.
As a rule of thumb - you can place it anywhere you want, just specify correct relative paths in files.txt and in your HTML code.

C
CK. author 4/13/2012

I did created the files.txt and indicate the source of css file and dest of the css file.
Remove the entire output folder, do a full build, check the entire output folder (together with sub-folder), the customize .css file cannot be found.
Need advise with thanks.
Regards,

php.newbie

Sergey Kornilov admin 4/14/2012

I would suggest to check this article one more time:

http://xlinesoft.com/phprunner/docs/files_txt.htm
Simply put your file to 'source' directory and it will be copied to the output directory.