Site Sub-Heading: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
====Site subheading dynamically generated html==== | ====Site subheading dynamically generated html==== | ||
<source lang="html4strict"> | <source lang="html4strict"> | ||
<span> | <span> | ||
<a href="">site subheading goes here</a> | <a href="">site subheading goes here</a> | ||
</span> | </span> | ||
</source> | </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:23, 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
<span>
<a href="">site subheading goes here</a>
</span>
This html will be inserted into the required h2 element with the id of #site_subheading.