Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hyper links or links that open in a new browser

Status
Not open for further replies.

converted

MIS
Jul 10, 2007
2
AU
Hi , hope sombody can help me!

Im designing a web page and im inserting some images which link to web urls.

So when you click on the images it opens a web page.
how do i get it to open the link into a new browser rather than switching from the current page?

I would rather my links open in a new browser without closing the current page!
Anyone one know how to do that in dream weaver without using code?


 
thanks , can you give me an example of where i include the html?

Below is a secon of HTML which is from the page im designing.
you can see there is a link to myspace/daveseaman , so for this link i would i modify the HTML to open this link in a new browser.

<td width="16%"><a href=" src="Web%20images/myspace%20Link.jpg" width="100" height="100" border="0"></a></td>
<td width="36%"><font color="#FFFFFF" size="2" face="Arial, Helvetica, sans-serif">My
Myspace Link.<br>
More Info about me and DJing</font></td>
<td width="16%"><img src="Web%20images/Beatport%20Link.jpg" width="100" height="100"></td>
<td width="32%"><font color="#FFFFFF" size="2" face="Arial, Helvetica, sans-serif"><br>
Beatport, great dance music download site in the US.<br>
</font></td>
</tr>
<tr>


any help is appreciated
 
Code:
<td width="16%"><a href="[URL unfurl="true"]http://www.myspace.com/daveseaman"[/URL] [red]target="_blank"[/red]><img src="Web%20images/myspace%20Link.jpg" width="100" height="100" border="0"></a>

----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top