Nothing Happens When You Click a Link in Internet ExplorerLast reviewed: November 26, 1997Article ID: Q175775 |
The information in this article applies to:
SYMPTOMSWhen you click a link on a Web page, nothing may happen. You may also notice that the mouse pointer does not change as it hovers over the link.
CAUSEWeb pages use Hypertext Markup Language (HTML) to mark tags and links to other Web pages or other sections within the same page. The <ul> and </ul> tags are used to mark the beginning and end of a bulleted list. The behavior described in this article can occur if only a comment is placed between the <ul> and </ul> tags above a link. For example, the following section of sample HTML code may not work:
<ul><!--this is a sample comment--></ul> <a href="abcd.htm">hyperlink</a>However, this section of sample HTML code should work:
<ul>Any text<!--this is a sample comment--></ul> <a href="abcd.htm">hyperlink</a> RESOLUTIONTo resolve this problem, obtain Internet Explorer 4.01. To do so, visit the following Microsoft Web site:
http://www.microsoft.com/ie/download/ |
Additional query words: activate hypertext 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |