Hello all. Wonder if anyone could help me.
I am trying to add <target="_blank"> after the links so a new open opens when you press it. It will work with normal HTML putting after the target link. But I am trying to add it to this code. It needs to be add twice in the code after index.php
target="_blank">
Thanks for your help.
Andy
I am trying to add <target="_blank"> after the links so a new open opens when you press it. It will work with normal HTML putting after the target link. But I am trying to add it to this code. It needs to be add twice in the code after index.php
target="_blank">
Code:
<td align="left" style="cursor:hand; border: 0px; border-style: solid; border-color: #ffffff; background-color:#15317E" onclick="window.location='index.php' " onmouseover="this.style.backgroundColor='#CD661C'" onmouseout="this.style.backgroundColor='#15317E'"><href="index.php"><span style="font-size: 9pt; font-family: 'Century Gothic' "></a><img src="images\cal207x166.jpg" width="207" height="166" border="0" alt="PSS Calendar Login"><A style="text-decoration:none; color:#ffffff; font-weight:normal;"><b> Calendar Login</b></td></tr></span></font>
Thanks for your help.
Andy