index_page_title_start_html

Name

index_page_title_start_html, index_page_title_end_html -- specifies the HTML markup used for the index title

Synopsis

     index_page_title_start_html="<h1 align="center">"
     index_page_title_end_html="</h1>"
  

Description

The titles on the index pages are marked up with <H1>. It's a reasonable default, but many people will prefer a smaller title size.

See also

slideshow_page_title_start_html

Examples

     index_page_title_start_html="<font size="+1" align="center">"
     index_page_title_end_html="</font>"