jeffmarcoux
Member
Posted 7 months ago #
We use wordpress for our business website and I've been working on fixing some SEO issues.
I need to remove the h1 tag from around the logo in the header of the site:
<h1 class="logo ie6fix <?php echo $logoclass; ?>">/"><?php echo $logo; ?></h1>
When I simply remove the h1 tag I then get an orange line under the logo and I do not want that to show up either.
Looks as though it's doing something for IE6. You'd need to post a link to your site for us to say anything sensible about this - unless there's someone reading this who happens to have met the situation before.
You could try replacing the <h1> with a <p>, I suppose, and see what happens.
Cheers
PAE
jeffmarcoux
Member
Posted 7 months ago #
Thanks! The shifting to a <p> worked.