Site Heading: Difference between revisions


No edit summary
mNo edit summary
Line 3: Line 3:


====Site heading dynamically generated html====
====Site heading dynamically generated html====
 
<source lang="html4strict">
<pre>
<pre>
<span>
<span>
Line 9: Line 9:
</span>
</span>
</pre>
</pre>
 
</source>
This html will be inserted into the required '''h1''' element with the id of '''#site_heading'''.
This html will be inserted into the required '''h1''' element with the id of '''#site_heading'''.



Revision as of 22:11, 13 January 2009

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

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

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