View Single Post
Old 08-09-2010, 07:51 PM   #5
luthar28
Enthusiast
luthar28 began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Jul 2010
Device: Kindle
Quote:
Originally Posted by Lexicon View Post
<h3> is a block tag and <a> is an inline one. I'm not sure it is valid to put a block element inside an inline element, but even if it is I'm not surprised a parser/writer would reverse the two. You couldn't really call it a bug either as the resulting code is functionally identical.
So how should it be coded? What I'm trying to do is set hyperlinks to target Chapter headers.

Thus: <a class="Chapter" id="c0_1"><h3>THE TWINS</h3></A>

The class chapter does a page break before. Every error is based on these two (<a> and <h3>)
luthar28 is offline   Reply With Quote