I thought I had it all figured out how to make a my header table (no logo) be a link.
I put the <a href> tag before the <td> and the </a>after the </td> tag. Inside the cell I have <h> tags. It looked to me like it worked fine, BUT my html validator tells me I can't have <h> tags inside <a> tags.
I tried reversing them with the <a> tags inside the <h> tags but then I get the gawdawful blue underlining of the link.
Can this be done? Or is my only alternative making the text an image? But then I lose the value of the h tags.
It's been a long day--I should probably just give it up for tonight, but thought I'd ask.