
Originally Posted by
Dan Schulz
What you're seeing there (tip to others - turn off the CSS in your browser, then look near the top of the page) is called cloaking (hiding content from users that the search engines see in an attempt to manipulate rankings) - in this case hiding text links - and will get that site banned from the search engines. So don't do it.
Anyway, the U element (which does underline content) has been deprecated (rendered obsolete) in favor of CSS's text-decoration: underline; declaration.
Bookmarks