Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Site wide Text Re: Site wide Text

#71588
TheDoc
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