Site Heading: Difference between revisions


No edit summary
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
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==
<source lang="html4strict">


====Site heading dynamically generated html====
<pre>
<span>
<span>
   <a href="">site heading goes here</a>
   <a href="">site heading goes here</a>
</span>
</span>
</pre>


This html will be inserted into the required '''h1''' element with the id of '''#site_heading'''.
</source>
 


This HTML will be inserted into the [[Making your own Theme | required '''h1''' element]] with the id of '''#site_heading'''.


[[Category:Themes]]
[[Category:Creating Themes]]
[[Category:Advanced Topics]]
[[Category:Advanced Topics]]

Latest revision as of 15:24, 16 November 2010

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.