possibly the title is not-so-clear, as I am not sure how to explain this. I am creating my html (one time work, so not using java. just plain html with css).
Consider this schematic diagram(Pic 1
).
The left panel and footer is almost same thorough out the website's all pages, it contents the link to other pages in the website.
|================================|
||-------||------------||------| |
||LEFT ||CENTER ||RIGHT | |
||PANEL ||PANEL ||PANEL | |
||_______||____________||______| |
||_______________________________|
|| FOOTER |
||_______________________________|
|================================|
Pic.1 the webpage layout
|------------------------|
| |
|link to pA |
|link to pB |
| |
|current link highlited |
|------------------------|
Pic2. layout of left panel
but with my present knowledge, I have to change all pages if I try to make any change in the left panel and footer. Is it possible to write this left panel in a seperate file, and include it where needed?
Also, possibly a separate question, but linked, assuming writing the left panel in separate file is possible. is it possible to highlight currently visiting pagelink?(see Pic 2
)