DOSError Posted January 13, 2006 Report Share Posted January 13, 2006 (edited) 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.orgWhat would cause it to open a new tab when left clicking on the link? Consider me baffled... Edited January 13, 2006 by DOSError Quote Link to post Share on other sites
Hai-Etlik Posted January 13, 2006 Report Share Posted January 13, 2006 (edited) target="_blank" is your problem: it says "open the specified resource in a new window, tab, or whatever is appropriate given the situation." Edited January 13, 2006 by Hai-Etlik Quote Link to post Share on other sites
DOSError Posted January 13, 2006 Author Report Share Posted January 13, 2006 Hmm...that's odd...I changed it before and it was still opening a new tab...perhaps it was still cached.Nevertheless, thank you. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.