On 09/02/06, Maxwell Balmain <[EMAIL PROTECTED]> wrote:
>
> 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>").

There's what's gone wrong. You've put an <h3> (a block-level element)
into an <a> (which is an inline element).
http://cat.xula.edu/tutorials/html/versus.php give a nice simple
explanation: "Blocks may contain other blocks, as well as inline
elements and data (content). In contrast, inline elements may contain
only data and other inline elements."

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

Switching it around to <h3><a>some text</a></h3> would probably work :-)



--
Olly
http://thinkdrastic.net/
______________________________________________________________________
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