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.