Christylh8
IS-IT--Management
I'm using a style statement that is supposed to make every link on my site open in a new window. This is between my <HEAD></HEAD> statment:
<STYLE type="text/css">
<!--
A { text-decoration:none
target:blank }
-->
</STYLE>
Anyone know why it's not working? The links are no longer underlined, but all pages open in parent.
Thanks!
<STYLE type="text/css">
<!--
A { text-decoration:none
target:blank }
-->
</STYLE>
Anyone know why it's not working? The links are no longer underlined, but all pages open in parent.
Thanks!