On 10/02/06, Maxwell Balmain <[EMAIL PROTECTED]> wrote:
>
>
> <a href="recentwork.html"><h3>Recent Assignments</h3></a>
>
> 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?
>

No need to substitute. All you need to do is swap the tags:

<h3><a href="recentwork.html">Recent Assignments</a></h3>

You've got the same hooks, you might just have to swap some references
around in your CSS to keep the cascade working properly. And it's valid.

Cheers,

Seona.
______________________________________________________________________
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