Quote:
Originally Posted by acast
This, is strange for me. Now the code is in my header like this:
Code:
<div id="pageWrapper"><div class="pageBottom"><div class="pageWrap">
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header"><div class="headerWrap"><vb:if condition="$stylevar['titleimage']"><div>
<a name="top" href="{vb:link forumhome}" id="logo">
<!--@vbbanners:0@-->
<!--
<a name="top" href="{vb:link forumhome}" id="logo"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a>
-->
</div><vb:else /><div> </div></vb:if>
And it places the banner in the correct place, where is the logo of my style. The problem is what i told you, that if you click in the banner, it opens a new tab in firefox, and a new window in IE. (The flash are correcty designed with _self in the flash maker program. (I tried all the ways too)
I tried to replace the code for one i saw in this thread:
Code:
<a target="_self" >
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="262" height="124">
<param name="movie" value="http://www.XXXX.com/YYYY.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="http://www.XXXX.com/YYYY.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="262" height="124" ></embed>
</object>
</a>
And that solutioned the problem of the new window/tab, but it is placed wrong in my style. And of course don't rotate.
You said about bringing the banner back or to the front. How?
|
Yuo can put the banner code into the "Text" field (and disable all other options) in order to make it rotate.
As far as I see, you haven't looked into the options yet, where you can decide where to open
all banners. Just replace the "Target" _blank with _self, to get this done