|
I performed a website with a table layout in the main page : index.php
I made a (menu, logo, ads) in the top cell and a content in the bottom cell.
the top cell doesn't change but the content of the cell on the bottom change following the link ckicked on the menu.
For example, the menu contains "Home" | "link1" | "link2"
to each link there is a content but the corresponding pages are "index.php?a=home", "index.php?a=link1" and "index.php?a=link1".
When someone is on my site, he stays always on the same page index.php?a=xxxx
So how to do to referencing the page if i have only one page, only one <head></head>, only one <body></body> ? Should I remake every content in a separate page ?
__________________
"Fish odor syndrome" or "Trimethylaminuria" : Please login or register to view this content. Registration is FREE
|