Need Help with Affiliate Link

wickedstangs

Well-known member
How can I place this code on a sidebar block?
Code:
<a href="<a rel="nofollow" target="_blank" href="http://www.americanmuscle.com">http://www.americanmuscle.com</a>" title="<a rel="nofollow" target="_blank" href="http://AmericanMuscle.com">AmericanMuscle.com</a>" style="color:#777;text-decoration:none;"> <img alt="Clubs of <a rel="nofollow" target="_blank" href="http://AmericanMuscle.com">AmericanMuscle.com</a>" src="http://clubs.americanmuscle.com/files/amclubs.png" width="150" height="72" style="border:0;"></a>
 
You can use ad_sidebar_bottom or _top templates.

do I just put the code up in the same box?

Example:
Code:
<xen:hook name="ad_sidebar_bottom" />
<a href="<a rel="nofollow" target="_blank" href="http://www.americanmuscle.com">http://www.americanmuscle.com</a>" title="<a rel="nofollow" target="_blank" href="http://AmericanMuscle.com">AmericanMuscle.com</a>" style="color:#777;text-decoration:none;"> <img alt="Clubs of <a rel="nofollow" target="_blank" href="http://AmericanMuscle.com">AmericanMuscle.com</a>" src="http://clubs.americanmuscle.com/files/amclubs.png" width="150" height="72" style="border:0;"></a>
 
Tried the above and it shows like this..
View attachment 30452
It looks like the code is wrong. This should work if I understand what you are trying to do correctly.

HTML:
<a rel="nofollow" target="_blank" href="http://AmericanMuscle.com">AmericanMuscle.com</a><a rel="nofollow" target="_blank" href="http://AmericanMuscle.com"><img alt="Clubs of" src="http://clubs.americanmuscle.com/files/amclubs.png" width="150" height="72" style="border:0;"></a>
 
It looks like the code is wrong. This should work if I understand what you are trying to do correctly.

HTML:
<a rel="nofollow" target="_blank" href="http://AmericanMuscle.com">AmericanMuscle.com</a><a rel="nofollow" target="_blank" href="http://AmericanMuscle.com"><img alt="Clubs of" src="http://clubs.americanmuscle.com/files/amclubs.png" width="150" height="72" style="border:0;"></a>

Thank You is there a way to make the link below it or above it. Or just make the image linkable?

error3.webp
 
Thank You is there a way to make the link below it or above it. Or just make the image linkable?

View attachment 30453
The image already already contains a link if that is what you mean. If you want to move the Text above or below then you just need to take


HTML:
<a rel="nofollow" target="_blank" href="http://AmericanMuscle.com">AmericanMuscle.com</a>

and either place it before or after:
HTML:
<a rel="nofollow" target="_blank" href="http://AmericanMuscle.com"><img alt="Clubs of" src="http://clubs.americanmuscle.com/files/amclubs.png" width="150" height="72" style="border:0;"></a>
 
Top Bottom