![]() |
Sergey Kornilov admin 7/22/2009 |
You only need two files (header and footer) for this purpose. |
S
|
siro author 7/22/2009 |
You only need two files (header and footer) for this purpose. Check "How to integrate PHPRunner application into existing website" tutorial at http://www.xlinesoft.com/phprunner/php-database.htm for more info.
|
![]() |
Sergey Kornilov admin 7/22/2009 |
You really need to watch this tutorial. |
H
|
horsey_kim 7/22/2009 |
On a few sites I have used tables for a layout |
S
|
siro author 7/22/2009 |
On a few sites I have used tables for a layout I know everything should be css. But I like it that way. So in my header file - I start my table and create the cells I need for my header/logo and a cell for my left menu of my website and end it with a <td> (for the php runner page that is created) Then in my footer I put another </td> and then if I have a side bar menu cell and my footer cell and close off the table. It works great and I have two files to maintain. Kim
|
S
|
Shankar 7/22/2009 |
You really need to watch this tutorial.
|
![]() |
Sergey Kornilov admin 7/22/2009 |
If you actually watched the tutorial you'd see that using two files (header and footer) and can implement footer, header, left, right and all other parts of the template. |
S
|
siro author 7/23/2009 |
If you actually watched the tutorial you'd see that using two files (header and footer) and can implement footer, header, left, right and all other parts of the template. Do not confuse appearance (left, right, top etc) with the way how it's stored physically on file system. Kim explained exactly the same thing in post above.
|