Quote:
Originally Posted by supernatural_247
however, I'm concerned that the div tag inside the a tag will mess up how the SEs read the link text. Will SEs read only the text in the link or will they read the div tag as well?
|
Every search engine can read a link in divs. That is obviously not an issue to be discussed.
Or do you mean something like this: <a href="test.html"><div>this is invalid markup</div></a> ?