<span class="head_txt"><a href="thumbnails.php?album=62"><h2>Austin, Texas Concert</b></h2></span>
<span>s and <a>nchors are inline element so cannot be used to enclose block element such as headings. The closing <h2> is out of sequence AND the closing tag for an <a>nchor is </a> NOT </b>
Your CSS rule is set for an anchor that is inside a heading but the code is actually a heading inside an anchor element.
recode it to be
HTML Code:
<h2 class="head_txt"><a href="thumbnails.php?album=103">42nd Annual Country Music Awards In Sommet Center, Nashville, TN With KidRock</a></h2>
CSS rule to add
Code:
h2 a {
display:block;
}
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|