Table of Contents

  • Introduction
  • Templates
  • Navigation
    · Introduction
    · Basic Concept
    · <navigation>
    · <textstyle>
    · <boxstyle>
    · <mi>
    · Examples
    · Example 1
    · Example 2
    · Example 3
  • SiteBuilder Tags
  • Examples
  • References
  •  <textstyle> 
    <textstyle> is defined in the Navigation module.

    Sets the style of the text in the menu.

    Attributes
    left, center, right, font, size, spacing, xspacing, yspacing,  

    Attributes

    left
    Align the text to the left.

    center
    Center the text.

    right
    Align the text to the right.

    font=name
    Set the font to use. The bold, italic, black or light attributes can be used to specify what version of the font should be used. If the requested version of the font is not available, the closest match will be used.

    bold
    Select a bold version of the font.

    italic
    Select an italic version of the font.

    black
    Select a black version of the font.

    light
    Select a light version of the font.

    size=2..7
    Set the font size of the text.

    spacing=number
    Set this amount of spacing around the text, defaults to 5.

    xspacing=number
    Set this amount on spacing to the left and right of the text, defaults to 5.

    yspacing=number
    Set this amount of spacing above and below the text, defaults to 5.
    Example