DW development Q
DW development Q
Out of context: Reply #3
- Started
- Last post
- 14 Responses
- 187LockDown0
This just means they want you to use an include file for the footer so that they do not have to change it on every page when they make changes to the site.
So lets say you have a Home.html and there is an area at the bottom where you have created a footer, lets just say it's a simple table. Copy that table and insert it only on a new html page, Remember to put no HTML code on that page, then include it wherever you want the footer to show up.
I usually use these include files when creating my navigation.