|
Posted by John on 11/22/05 07:26
I'm trying to format a link to look like an H2 header (with a link
underline), like the following:
<a href="welcome.html"><h2>Welcome</h2></a>
That works in IE and FF, but Tidy complains: missing </a> before <h2>. I
tried playing with the class location, like "<a class = "h2"
href="welcome.html">Welcome</a>", and other methods, but I can't get that
to work right. Any ideas, or should I just leave the warning in?
Thanks,
David
Navigation:
[Reply to this message]
|