|
|
Favoured: 0
|
|
|
TOPIC: Re:Help!!
|
JTomaz (User)
Fresh Boarder
Posts: 3
|
|
Help!! 2007/05/02 11:34
|
|
|
How do I upload a banner from the site that I'm advertizing, so that it will use my affiliate link?
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:Help!! 2007/05/04 21:52
|
|
|
Well, it depends.
If you are "hosting" the banner yourself, meaning you are placing the banner on the host your site is on, it would depend on whether or not it has a content management system. In the case that it does, there should be a place somewhere in the menu.
Then its as simple as placing the "link code"
Here are two example codes for a banner the first is in the case your advertiser hosts the image, the second is in the case you host the image.
<a href="http://myadvertiserlink.com/"><img src="http://www.advertiserurl.com/myadvertiserimage.gif" border=0 title="Text for your mouse hover"></a>
<a href="http://myadvertiserlink.com/"><img src="/myimagesstoredhere/myadvertiserimage.gif" border=0 title="Text for your mouse hover"></a>
There are several other ways to do this of course. You can place your banner using <div> with a css style sheet. You can even create a javascript with the above code, then its as simple as placing the link to the script in your page.
Anyway, hope this helps.
Tony
|
|
|
|
The administrator has disabled public write access. |
|
|
|
Re:Help!! 2007/05/04 21:53
|
|
|
Post edited by: Shylmysten, at: 2007/05/04 21:54
|
|
|
|
The administrator has disabled public write access. |
|
|
|
|