Hi,
I understand that SSI can be used to create templates for HTML pages to allow easy maintenance.
If I have a banner at the top of the page, a menu table that is 20% wide on the left hand side and I want to put them in a SSI, how do I insert the data on the right hand side at the same level as the menu table? The data will exist in the html page itself.
Or any suggestions to achieve the same results is appreciated. NOTE: Must use SSI somewhere.
Thanks.
I understand that SSI can be used to create templates for HTML pages to allow easy maintenance.
If I have a banner at the top of the page, a menu table that is 20% wide on the left hand side and I want to put them in a SSI, how do I insert the data on the right hand side at the same level as the menu table? The data will exist in the html page itself.
Or any suggestions to achieve the same results is appreciated. NOTE: Must use SSI somewhere.
Code:
--------------------
| banner |
|--------------------|
| menu | data |
| tbl | data |
| | |
--------------------