Can someone please explain this validation:

Error Line 43 column 29: document type does not allow element "h3"  
here; missing one of "object", "ins", "del", "map", "button" start-tag.
<a href="recentwork.html"><h3>Recent Assignments</h3></a>
The mentioned element is not allowed to appear in the context in  
which you've placed it; the other mentioned elements are the only  
ones that are both allowed there and can contain the element  
mentioned. This might mean that you need a containing element, or  
possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put  
a block-level element (such as "<p>" or "<table>") inside an inline  
element (such as "<a>", "<span>", or "<font>").



What could I substitute to get the <h3> style that I need?

Thanks



Maxwell Balmain
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to