Saturday, August 21, 2010

trick

NO LINE RATHER THAN UNDERLINE
To remove underlining from links, we have to use style sheet technology. This is currently supported by Microsoft Internet Explorer 3 and Netscape Navigator 4 upwards. To remove underlining from all the links on your page, include the following code in the <HEAD> of your document:
<STYLE TYPE=”text/css”>
<!—
.text
{A:link, visited, active:text-decoration:none
}
->>
</STYLE>

No comments:

Post a Comment