Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

Back to Modules & TopicsAxis Help Home

Table of Contents
maxLevel5
minLevel3
outlinetrue
stylenone
classtoc

...

When the appropriate style option is selected from within the Axis Editor, a tag is automatically assigned to the content. The Header tag styles, size and color and the paragraph font style, color and spacing are predetermined as part of the website development.  The assignment of the font style, color, size and behavior to the HTML tags is done in the CSS which stands for Cascading Style Sheet. CSS files help define font, size, color, spacing, and border display on the webpage. CSS is used to create a continuous look throughout multiple pages of a website. 

For instance, CSS tells Header 1 (<H1>) to be Arial 16px or Header 2 (<H2>) to display as Garamond 14 pixels with a line space below of 8 pixels. Included in the predetermined styles is the spacing above and below all style options including normal.  

...