Monday, February 4, 2008

Structure of the webpage

include ("header1.php");

<title>Innes Lab::(name of the page)</title>

include ("header2.php");

<body>

include links.php

(our web site has different set of links for different purpose. So make sure you include the correct link file. I will be making the link files for the possible links. Thus if you don't find link file for your module, then please contact me)

include ("banner.php");

<div id="page">

write what ever you want to display here.

</div>

include ("footer.php");


An example of this structure is test.php(its on the web server). Please refer to this file, to understand the structure of the webpage.

Administrator module will need a different banner, ..so I will send another banner for administrator pretty soon.
Use the <div id="page">
....
</div> section to display all the information to the user.

Please let me know if you have any problems with this.

No comments: