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
Something like this ??
target="_blank"> at the end of your path
Did you make it a <a href="httP://yousite.html" target-"_blank">Blah</a>
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?
you forgot the " after blank
Thanks eveyone that was the problem. the " at the end of blank
<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
<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>
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>
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>
but where do I place my graphic link at ?
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>
<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>
Thanks guys. That worked out great.