TinyPortal

General => Chit chat => Topic started by: bzmorrow on October 18, 2005, 01:16:26 AM

Title: OK dumb helped needed,
Post by: bzmorrow on October 18, 2005, 01:16:26 AM
I try to set this link to open in a new window but its not working, same thing as before when I toggle to see the code its duplicating itself which makes it not work.

What is the code to this link http://www.albinoblacksheep.com/flash/posting.php

open in a new window, I know its _blank but what should the html code look like completely

Thanks in advance

That link is pretty funny also!
Thats my new forum rules! sound would enhance the site
Title: Re: OK dumb helped needed,
Post by: Ray on October 18, 2005, 02:06:26 AM
Something like this ??

target="_blank"> at the end of your path
Title: Re: OK dumb helped needed,
Post by: MikeEnIke on October 18, 2005, 02:10:11 AM
Did you make it a <a href="httP://yousite.html" target-"_blank">Blah</a>
Title: Re: OK dumb helped needed,
Post by: bzmorrow on October 18, 2005, 02:14:45 AM
so it would look like this then ?

<a href="http://www.albinoblacksheep.com/flash/posting.php" target="_blank> please read first!</a>

<a href="http://www.albinoblacksheep.com/flash/posting.php" target="_blank> please read first!</a>

Hmm its not working? Page not found. the display at the bottom says _blank etc.. not the php page name?
Title: Re: OK dumb helped needed,
Post by: Racenut on October 18, 2005, 02:27:08 AM
you forgot the " after blank
Title: Re: OK dumb helped needed,
Post by: bzmorrow on October 18, 2005, 02:39:49 AM
Thanks eveyone that was the problem. the " at the end of blank
Title: Re: OK dumb helped needed,
Post by: WSA on January 25, 2006, 08:21:51 PM
<div align="center"><a href=http://www.rmef.org/ title="Support the Rocky Mountain Elk Foundation"><img src="http://i3.photobucket.com/albums/y54/coloradofj60/sspassiton.jpg" alt="Support the Rocky Mountain Elk Foundation"><a>
</center>


I am not understanding how to get the _blank to work
Title: Re: OK dumb helped needed,
Post by: G6Cad on January 25, 2006, 08:27:09 PM
<div align="center"><a href="http://www.rmef.org" title="Support the Rocky Mountain Elk Foundation"><img src="http://i3.photobucket.com/albums/y54/coloradofj60/sspassiton.jpg" alt="Support the Rocky Mountain Elk Foundation"><a>
</center>


<div align="center"><a href="http://www.  You forgot the " and i THINK the _blank (open in own window should be like this ?

<div align="center"><a href=http://www.rmef.org" _blank" title="Support the Rocky Mountain Elk Foundation">(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fi3.photobucket.com%2Falbums%2Fy54%2Fcoloradofj60%2Fsspassiton.jpg&hash=0f042dc5ec06194640962346f5466dee4c5988b3)<a>
</center>

Title: Re: OK dumb helped needed,
Post by: WSA on January 25, 2006, 08:30:08 PM
nope, that doesn't work.

I tried it really quick on this one.

<div align="center">
<a href=http://www.sportsmanswarehouse.com/"_blank" title="Proud Sponsor of WSA"><img src="http://i3.photobucket.com/albums/y54/coloradofj60/sportsmans_logo_150.jpg" alt="WSA Sponsor"></a></center>
Title: Re: OK dumb helped needed,
Post by: Rasyr on January 25, 2006, 08:38:59 PM
It works like so:

<div align="center">
<a href=http://www.rmef.org" target="_blank" title="Support the Rocky Mountain Elk Foundation">Support the Rocky Mountain Elk Foundation (https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fi3.photobucket.com%2Falbums%2Fy54%2Fcoloradofj60%2Fsspassiton.jpg&hash=0f042dc5ec06194640962346f5466dee4c5988b3)<a>
</div>
Title: Re: OK dumb helped needed,
Post by: WSA on January 25, 2006, 08:41:10 PM
but where do I place my graphic link at ?
Title: Re: OK dumb helped needed,
Post by: WebMasterZ on January 25, 2006, 08:42:23 PM
WSA  ;)
<div align="center">
<a href=http://www.sportsmanswarehouse.com target="_blank title="Proud Sponsor of WSA"><img src="http://i3.photobucket.com/albums/y54/coloradofj60/sportsmans_logo_150.jpg" alt="WSA Sponsor"></a></center>
Title: Re: OK dumb helped needed,
Post by: Rasyr on January 25, 2006, 09:10:07 PM
<div align="center">
<a href=http://www.rmef.org" target="_blank" title="Support the Rocky Mountain Elk Foundation">Support the Rocky Mountain Elk Foundation <img src="http://i3.photobucket.com/albums/y54/coloradofj60/sspassiton.jpg" alt="Support the Rocky Mountain Elk Foundation"><a>
</div>
Title: Re: OK dumb helped needed,
Post by: WSA on January 25, 2006, 09:10:55 PM
Thanks guys.  That worked out great.