The Links On My Site Open A New Tab In Firefox.


Recommended Posts

What would cause this to happen? The link structure on the page is as follows:

<td>     <a href="index.html" target="_blank" class="links">Home</a>

    <a href="techtorts.html" target="_blank" class="links">Tech Tutorials</a>

    <a href="downloads.html" target="_blank" class="links">Downloads</a>

    <a href="http://s15.invisionfree.com/slashdos/index.php" target="_blank" class="links">Forum</a>

    <a href="funny.html" target="_blank" class="links">Funny</a>

    <a href="games.html" target="_blank" class="links">Games</a>

    <a href="randomfacts.html" target="_blank" class="links">The More You Know</a>

    <a href="personal.html" target="_blank" class="links">Personal</a>

    <a href="aboutme.html" target="_blank" class="links">About Me</a>

    <a href="contact.html" target="_blank" class="links">Contact</a>

</td>

...and the CSS is this:

.links {

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;

color: #000000;

text-decoration: none;

vertical-align: middle

}

The webpage is http://complhex.no-ip.org

What would cause it to open a new tab when left clicking on the link? Consider me baffled... :wacko:

Edited by DOSError
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...