Site Heading


Revision as of 20:23, 28 October 2008 by Shanker (talk | contribs) (New page: The required '''h1''' with the id of '''#site_heading''' is where your sites title will be inserted, with a span for styling purposes and a link home. ====Site heading dynamically genera...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The required h1 with the id of #site_heading is where your sites title will be inserted, with a span for styling purposes and a link home.


Site heading dynamically generated html

<span>
  <a href="">site heading goes here</a>
</span>

This html will be inserted into the required h1 element with the id of #site_heading.