Home › Forums › CSS › Site wide Text › Re: Site wide Text
February 25, 2010 at 2:09 pm
#71588
Member
Create a file called "copyright.html" and add the text you want to include there.
Then, you’ll use a server side include on all of the pages where you want that text to show.
<!–#include virtual="includes/copyright.html" –>
I usually have a folder called "includes" for any site that I work on that uses them.
You can use server side includes for all sorts of things. Most common things are:
Main Navigation
Footer
Header elements