PDA

View Full Version : Is anyone else having problems with Vixeo banners?


andyman
02-25-2007, 06:10 PM
Hi

I'm trying to put a Vixeo banner on my site. I tried the simple method of just creating a layer and pasting the affiliate code in first, but it didn't display.

I then tried placing the image in manually (placing my affiliate link on the image uploaded to my AB server space), still nothing.

I think I'm missing something here, as it must be done with a method I'm not familular with. Can anyone help?

Thanks for your time

Andy

cbouchar
02-25-2007, 08:08 PM
Try posting the code you are having trouble with, or post a link to the page with the bad code.

andyman
02-25-2007, 08:16 PM
Sorry, this is the code:

<a href="http://vixeo.com/?webid=31113&siteid=31113"><img src="http://YOUR_SERVER/banner13_160x600.gif" width="160" height="600" alt="" border="0"></a>

Thanks

Andy

cbouchar
02-26-2007, 07:07 PM
In the code, there a portion that says 'your server'. That must be replaced with the actual url of the image you are using. So, wherever you are hosting your page, copy the image to that location, and put that path into the code.

<img src=http://mysite.adultbouncer.com/graphics/banner13_160x600.gif>
or
<img src=http://mysamplepage.vixeohost.com/banners/banner13_160x600.gif>

etc.

Does that make sense? Is that what you needed?

ABRob
02-26-2007, 10:14 PM
ya banners arent served from our server :)

andyman
02-27-2007, 03:51 PM
I have tried the following:

<a href="http://vixeo.com/?webid=31113&siteid=31113"><img src="http://fetishsex.adultbouncer.com/banner13_160x600.gif" width="160" height="600" alt="" border="0"></a>

But still no luck. I have only just logged in with my vixeo account (auto made for all AB webmasters) and then just copied the code from the Banner page. Is this all I should do, or do I have to create some other kind of account with vixeo for this to work?

Thanks

Andy

AB-QA
02-27-2007, 05:36 PM
Should it not be
<a href="http://vixeo.com/?webid=31113&siteid=31113"><img src="http://fetishsex.adultbouncer.com/Images/banner13_160x600.gif" width="160" height="600" alt="" border="0"></a>

I see most of your pics are in a folder called Images

QA

andyman
02-27-2007, 06:20 PM
Ahhhhhh........that's it! Thanks!

Thanks for your time everyone