Hi,

I am new to working with PHP and am editing a site that was created by someone else. I need to have a link open a new tab instead of redirecting away from the original site. What PHP code is needed to do this? Below is what is already there, and I need the coursesties to open in a new tab. Thanks for the help.

<p class="MsoNormal">
<span style="font-size: 10.0pt; font-family: Verdana">
Florida PROMiSE partners and staff can use the following site to share and exchange information regarding to the project.&nbsp; &nbsp;</span></p>
<p class="MsoNormal" align="left">
<font size="2"><span style="font-family: Verdana">
<a href="http://coursesites.blackboard.com/webapps/portal/frameset.jsp">
Florida PROMiSE Secured Project Site</a></span></font></p>

</ul>

Recommended Answers

All 3 Replies

<p class="MsoNormal">
<span style="font-size: 10.0pt; font-family: Verdana">
Florida PROMiSE partners and staff can use the following site to share and exchange information regarding to the project.&nbsp; &nbsp;</span></p>
<p class="MsoNormal" align="left">
<font size="2"><span style="font-family: Verdana">
<a [B]target="_blank"[/B] href="http://coursesites.blackboard.com/webapps/portal/frameset.jsp">
Florida PROMiSE Secured Project Site</a></span></font></p>

Thank you!

your welcome feel free to give me some rep :D and mark the post as solved

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.