Terry's Second Site Tips

Customizing Your Site - Examples for Other Options

This page updated 3 May 2013

Version note: Applies to Second Site 4 & 5

This is one of a group of articles describing how use the various capabilities of Second Site to customize your site. This article describes methods to customize a variety of items, including the formatting of dates, specifying the number of people per page, adding notes to your site, and modifying some of the standard phrases used by Second Site.

Other articles in this series provide an overview of customizing tools and use of stylesheets to modify many elements of your site's appearance, and can be found from my Customizing Your Site page.

Topics Included in this Article
Site Icon
Setting up a graphic icon on each page of your site
Site Icon
Setting up a graphic icon on each page of your site

The following sections describe how to make some common customizations to your site, and include examples of changes I've made in my own site.

This HTML code produces the table with the note and links seen at the bottom of each of my Person Pages. By placing it in this field the note appears after every person. Since I've gone to one person per page, that places it at the bottom of every page. For an example of the result, see the bottom of this page in my family history site.

I wanted a line across the bottom of each Person Page, followed by a small note about how the pages were produced, and a copyright notice. I did that by checking the "Extra Footer Override" box, then adding in the "Extra Footer" field:
<hr>
<div align="center">For information about how these pages were produced, see <a href="http://tmg.reigelridge.com/About%20Our%20Pages.htm" TARGET="_top">About Our Pages</a>.
<p align="center">Copyright 2000-2011<br>
Facts &#8211; names, dates, and places &#8211; cannot be copyrighted; you are free to copy them.<br>
But the descriptive narratives are my creative work product and are copyrighted.<br>
You may copy them for your personal use, but please respect my copyright<br>
and do not republish them in any form without written permission.</p>
</div>

The "<hr>" term is the HTML code for a "horizontal rule." it produces the line. Following that is the text of the note about how the pages are produced, including a link to a page on my site that explains that. After that is the copyright notice, using "<br>" codes to create line breaks where I wanted them.

I also place here the codes for Google's amazing site tracking system, which tells me which pages have been visited, where the reader came from and went next, and much more. For details see Google Analytics. It's free, at least currently.

I don't like the person pages to have a "Person Page - 3" subtitle. So in the "Header Script" field I selected:
       No Page Number

The function of the Layouts section is described more fully in my Customizing Themes and Layouts article.

There are lots of ways to customize your webpages. How much you might choose to do depends on how much time you want to spend on the project, how picky you are, and what resources you have available. Hopefully, some of the ideas offered here will be helpful in creating a set of webpages that meet your needs.

 

Conclusion

While each of these examples is specific to my own preferences in how my site should appear, hopefully the offer some suggestions for changes you might want to make in your own site.

 


ReigelRidge Home Terry's Tips Home Contact Terry

 

 

Copyright 2000- by Terry Reigel