Site Sub-Heading: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
====Site subheading dynamically generated html==== | ====Site subheading 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 '''h2''' element with the id of '''#site_subheading'''. | This html will be inserted into the required '''h2''' element with the id of '''#site_subheading'''. | ||
Revision as of 21:11, 13 January 2009
The required h2 with the id of #site_subheading is where your sites subtitle will be inserted, with a span you can style however you please.
Site subheading dynamically generated html
<pre>
<span>
<a href="">site subheading goes here</a>
</span>
</pre>
This html will be inserted into the required h2 element with the id of #site_subheading.