Hi,
What would be the best way to position your logo?
What I usually do is create a div and put it inside like this…
But lately surfing and looking at other sites I noticed that some of them use an H1 tag and add the logo as the background something like this…Code:<div id="logo"> <a href="/"><img src="http://yourDomain.com/somefolder/images/logo.jpg"alt="Some Text"></a> </div>
then indent the text and add the logo as background using CSS, something like this.Code:<h1> <a href="http://www.yourDomain.com/index.html">Some Text Here</a> </h1>
and I was wondering what would be the best way to do this as far as SEO or semantically correct.Code:h1 a {background: url(“/images/logo.png”); text-indent: -9999px;}
I'm just trying to figure the best way.
Thanks a lot.



Reply With Quote




)


Bookmarks