• Has another user failed to fulfill their side of a transaction?

    Please open a support ticket for assistance. You may also review our Exchange Policy.

Affiliate with FanFic Forum

Status
Not open for further replies.

AlexTuesday

Familiar Face
Joined
Jul 19, 2013
Messages
87
Reaction score
0
FP$
6
Site Name: FanFic Forum
Link: http://fanficforum.com
What types of forums you want to affiliate with: I am in particular looking for trades with writing, artwork, roleplay or gaming websites, as these are closest to my topic, but I will take any type of trade offered. 🙂
Notes: Here is my official affiliate thread; Affiliate with FFF

My banner;
Code:
<a href='http://fanficforum.com/' title='FanFic Forum' target='_blank'><img src='http://fanficforum.com/8831.gif' width='88' height='31' alt='FanFic Forum' /></a>
 
The code you gave is wrong. Here is the right code:

Code:
<a href='http://fanficforum.com/'><img src='http://fanficforum.com/8831.gif/'></a>

I simply replaced the "'s with ''s. I also removed the / from the end of the image's link because HTML doesn't understand what that means.

Here is an even better code:

Code:
<a href='http://fanficforum.com/' title='FanFic Forum' target='_blank'><img src='http://fanficforum.com/8831.gif' width='88' height='30' alt='FanFic Forum' /></a>

Same code, but added title and Alt values for better SEO. I also added a specific size reference to the image link because some websites have trouble when the image size isn't mentioned in the code.

Hope that helps. 🙂

Also, if you would be so kind as to add my link to your affiliate thread, it would be much appreciated.
Code:
<a href='http://www.ragefor.com' title='RageFor - The Rage on Gaming, Tech & Entertainment!' target='_blank'><img src='http://img.photobucket.com/albums/v382/atiragepro/ragefor8831banner_zps3gzjyg9q.gif' width='88' height='31' alt='RageFor - The Rage on Gaming, Tech & Entertainment!' /></a>

Thank you. 😎
 
Thanks, I just caught the mistake in another thread - its fixed now. I will add your button later this evening, when I'm back in front of my code editor.
 
Status
Not open for further replies.
Back
Top Bottom