Site Sub-Heading: Difference between revisions
mNo edit summary |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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. | 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=== | |||
<source lang="html4strict"> | |||
<span> | <span> | ||
<a href="">site subheading goes here</a> | <a href="">site subheading goes here</a> | ||
</span> | </span> | ||
</source> | </source> | ||
[[Category:Themes]] | This html will be inserted into the [[Making your own Theme | required '''h2''' element]] with the id of '''#site_subheading'''. | ||
[[Category:Creating Themes]] | |||
[[Category:Advanced Topics]] | [[Category:Advanced Topics]] |
Latest revision as of 14:24, 16 November 2010
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.