Quote:
Originally Posted by Karellen
I normally use...
PHP Code:
<h2>My Heading</h2>
<p class="chapterh2">My Sub heading</p>
That way I can style the sub heading separately to the main heading
For your second question, use the title="" property
PHP Code:
<h2 title="1 - Title">Chapter 1 - Big Title</h2>
|
Doesn't that just put "My Heading" into the TOC?
Please explain or link the title="" property. As I mention above, when I search I just find <title>.