Explanation of sample-footer.xhtml


<hr>
<strong>This is a sample custom footer for the page</strong>
</body>
</html>

Write the footer file just like you would the end of a normal HTML file. Include the normal </body>, </html>, etc. tags and any information you wish to be included after the search engine results are returned. Do not place the opening tags <html> or <body> in the footer file -- these would be placed in the header file.

The footer filename must end in .xhtml. You can point to the footer file in a form using just the name if the footer file is in the same directory as your index file. If the file is located in another directory, the full UNIX path is required (e.g. /home/wheel/public_html/footer.xhtml).


Back to Main DCN "Personal" Search Engine Instruction Page