How does one check for hidden text on a web site wanting to exchange links with your site? I thought it was alt+ctrl and a, but that isn't working. Thanks, Carol
From what i understand hidden text is text that has the same color as the background color so humans can't see it but robots can. I would suggest to check the source code to see if the text color matches the background color. For example if the background is FFFFFF and you would see text that has the color FFFFFF assigned to it then that is of course hidden text. Probably there are also other techniques for hiding text but i am not aware of those, maybe others are?