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?
|
You are correct, <div> tag inside <a> will not work. It needs to be the other way around. W3C will probably also scream at you if you tried to validate the page.
Try this setup and you should be OK. If not then try to add padding to just #homepost
That bit is really trial and error.
HTH