How to add a 468 X 60 banner under the search form like this image? http://img255.imageshack.us/img255/5423/immaginedk.png
This is the site :)
How to add a 468 X 60 banner under the search form like this image? http://img255.imageshack.us/img255/5423/immaginedk.png
This is the site :)
Hey,
Your best bet would be to hard code this into header.php - just after this code:
<!-- end headextras: -->
</div>
James
ok..but the .css ? :)
Use something like:
<img src="my-banner.png" style="border:none;background:none;" alt="" title="" />
The Dude
I tried with AdRotate plugin today but it doesn`t work.Another tut maybe?
Hey,
we can't account for external plugins, however any valid HTML code should work as James & Dude previously mentioned. I don't see any plugin inclusion in the header area on your site, did you remove it?
Hey Chris,
thanks for reply.Yes I removed it.
If i put ad code under:
<!-- end headextras: -->
</div>
shows leftside above Logo.I do not know but is that plugin problem?
I don't know the plugin itself but you can reposition the banner container/div by using following css code:
position: absolute;
right: 0px;
top: 0px;
If you increase the top/right value the banner will move towards te bottom/left. However you need to apply these css values to the right div.
Hey Dude, tried it but It did not work it.I think this a plugin problem :(
I'm positive it works, if you could put it back up we can give you some more specific instructions.
ok Chris, I put it again.If you have sometime,could you look at please?
ps: I hope I put css code right...
thanks
Try following css code:
#aswift_0{
left: 450px !important;
top: 60px !important;
}
However many users (like me) won't see the banner because adblock plus removes it....
thx Dude but did not work :(
Not sure how to move the banner then. It's the only element we can reposition (there's no other div/iframe element). It works in firebug and Google Chrome dev tools....
You must log in to post.