Banner Code (stripping?)

Hi all

I have entered some code in the banners manager in D7.0 and will provide said code below, The problem is when someone clicks on the banner I want it to open in a new window or tab.  It is not doing this, it is opening in the same window.  Is it my code, or something being stripped somewhere, or is this a problem within Dolphin?  Code entered below:

<html>
<head>
<meta c alt="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>My Gadget Box</title>
</head>
<body>
<div style="text-align: center;"><a
href="http://mygadgetbox.co.uk"><img
style="border: 0px solid ; width: 700px; height: 62px;"
alt="My Gadget Box" target="_blank"
src="http://mygadgetbox.com/banners/blog_banner.gif"></a></div>
</body>
</html>

Before someone points it out, I will get in first..... alt="http://mygadgetbox.com/banners/blog_banner.gif"> and the  href="http://mygadgetbox.co.uk">, are different sites as in .co.uk and .com, I am aware of this.  The site is on .co.uk and the picture file is stored on .com So just saying that is not the issue here.

Any one with the heads up on this will receive immense gratitude from me.

clubbeyourself
Quote · 11 Apr 2010

I though someone would have jumped on this one by now...  Mmm  Where are all the gurus..

clubbeyourself
Quote · 11 Apr 2010

Hi all

I have entered some code in the banners manager in D7.0 and will provide said code below, The problem is when someone clicks on the banner I want it to open in a new window or tab.  It is not doing this, it is opening in the same window.  Is it my code, or something being stripped somewhere, or is this a problem within Dolphin?  Code entered below:

<html>
<head>
<meta c alt="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>My Gadget Box</title>
</head>
<body>
<div style="text-align: center;"><a
href="http://mygadgetbox.co.uk"><img
style="border: 0px solid ; width: 700px; height: 62px;"
alt="My Gadget Box" target="_blank"
src="http://mygadgetbox.com/banners/blog_banner.gif"></a></div>
</body>
</html>

Before someone points it out, I will get in first..... alt="http://mygadgetbox.com/banners/blog_banner.gif"> and the  href="http://mygadgetbox.co.uk">, are different sites as in .co.uk and .com, I am aware of this.  The site is on .co.uk and the picture file is stored on .com So just saying that is not the issue here.

Any one with the heads up on this will receive immense gratitude from me.

Your target attribute should be contained in the a href tag. It's currently outside of the tag.

For example:

<a href="http://mygadgetbox.co.uk" target="_blank">

<img style="border: 0px solid ; width: 700px; height: 62px;" alt="My Gadget Box"  src="http://mygadgetbox.com/banners/blog_banner.gif">

</a>

Updating my BoonexNerd.net site.
Quote · 11 Apr 2010

Thanks James, Will update and you were correct, silly old me...

clubbeyourself
Quote · 24 Apr 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.