• 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.

Dashing is lookng for Affiliates!

Status
Not open for further replies.

fantanoice

Madly Diligent
Joined
Sep 27, 2008
Messages
5,529
Reaction score
116
FP$
3,296
Site Name: Dashing
Link: http://www.dashing.co.nr
What types of forums you want to affiliate with (can be any): Any forum is acceptable, as long as they do not contain inappropriate or illegal material (like porn and emulators.)

My button and code:
post-62-1165213461.png

Code:
<a href="http://s1.zetaboards.com/dashing" target="_blank"><img src="http://5.forumer.com/uploads/dashing/post-62-1165213461.png" alt="
Dashing!" border="0" style="filter:Alpha(opacity=50);-moz-opacity:0.5;" onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100;"onmouseout="this.style.MozOpacity=0.5;this.filters.alpha.opacity=50;"></a>

To affiliate you must provide me a link to your forum/website. It is also preferred that you submit a button and a brief description (if you do not provide one, I'll do my best to write one for you. I won't make a button however.)


Affiliates will be displayed in the "affiliates" section. There is a link to it on the top right hand corner of the page.
 
My site:
http://capcomcommand.proboards105.com/index.cgi

My code:
Code:
<a href="http://capcomcommand.proboards105.com/index.cgi"><img src="http://i265.photobucket.com/albums/ii222/GlennTheDragoon/CCaff.jpg"></a>

what it looks like:
CCaff.webp

My description:
Capcom Command is all about capcom and its games. We will try to get you all the newest info on capcom games before anyone else! We also love talking about other games and systems too!

I've added you and would like a description of your site too. 😀
 
I have added ya'

Code:
<a href="http://s149.photobucket.com/albums/s70/shiven_2007/?action=view&current=Aff100.png" target="_blank"><img src="http://i149.photobucket.com/albums/s70/shiven_2007/Aff100.png" border="0" alt="Photobucket"></a>

YOUR GO!

Despriction : A [Gaming]-[GFX]-[Coding]-[Community] Forum,IceStudios is back, and better than before! Join now and you will be joining a knowledgeable, friendly and helpful community.
Our staff thrive to give knowledge back to the gaming, graphics, and coding community for free.
 
GlennTheDragoon said:
I've added you and would like a description of your site too. 😀
A general discussion forum with a broad range of topics, including gaming and music. We even have sections for forum games, role playing, debates and artwork. We are also home to the "Never Ending Sequel," which follows the adventures of Gilligan in the world that is controlled by the clicking keyboards.

With helpful staff and welcoming members, we're surely the forum for you.


I just looked at your affiliates section Glenn and I really like the highlighted yellow border thing you've got with some of those buttons. Could you please tell me how to do that and perhaps add that to the code you have for my button? (If you don't know how, if you give me the code for the other buttons I may be able to work out how.)

icestudios said:
Done, but you need to check over your code. The link in your code is the URL for your button. You also have 'Photobucket' as the title that appears when you scrollover the button. It should be:
Code:
<a href="http://icestudios.co.cc" target="_blank"><img src="http://i149.photobucket.com/albums/s70/shiven_2007/Aff100.png" border="0" alt="Ice Studios!"></a>
Don't worry. I fixed it when I put your button up.


You're both up by the way. Thanks for affiliating. =]
 
fantanoice said:
I just looked at your affiliates section Glenn and I really like the highlighted yellow border thing you've got with some of those buttons. Could you please tell me how to do that and perhaps add that to the code you have for my button? (If you don't know how, if you give me the code for the other buttons I may be able to work out how.)

😛 Its your Browser that makes it do that... I use opera and it doesn't do it... and my brother uses msn explorer and it does it... 😛 I've checked the code a million times but there is nothing that should be making it do that... but you can feel free to look at my source and see if you can find anything... 😛
 
I'd gladly affiliate with you, let me know when I am up so I can add you. 🙂

What it looks like: imagescopy-1.webp

Affiliate Banner:
Code:
<a href="http://www.fftalk.co.nr/" target="_blank"><img src="http://i23.photobucket.com/albums/b370/shadowteddy/imagescopy-1.png" border="0" alt="Photobucket"></a>
 
I'd gladly affiliate with you, let me know when I am up so I can add you.
Sure, I just put you up (so now you do the same.) You didn't provide a description, so I wrote one for you.

but you can feel free to look at my source and see if you can find anything...
It think it may be something about the scrollover things in your CSS. I'm not exactly sure which part. I'm basing this assumption on the fact that when you scroll over a link, it highlights yellow and doesn't just underline the word, but 'overline' as well. I'm not 100% sure, but it "could" be this..?
Code:
.nav:hover    { font-size: 10px; text-decoration: none; color: #003399;  text-decoration: underline; }
Not sure.
It also only seems to work on the 88x33 buttons.
 
My bad it does, and I write the Text for the previous banned, because when I add affiliates, I can't tell when one starts, and one ends, so I have to add text so I know. Just in-case something goes wrong.
 
Are you using HTML or BBCode for your affiliates section.
*Checks*

Well, looks like you're probably using HTML. The best thing for you to do is to either put all your codes into paragraphs or put each code onto a new line.

Eg 1) Paragraphs:
Code:
<p><a href="http://s1.zetaboards.com/dashing" target="_blank"><img src="http://5.forumer.com/uploads/dashing/post-62-1165213461.png" alt="
Dashing!" border="0" style="filter:Alpha(opacity=50);-moz-opacity:0.5;" onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100;"onmouseout="this.style.MozOpacity=0.5;this.filters.alpha.opacity=50;"></a></p>
The code has <p></p> tags around it, to say it is a paragraph.

Eg 2) Space at the end
Code:
<a href="http://s1.zetaboards.com/dashing" target="_blank"><img src="http://5.forumer.com/uploads/dashing/post-62-1165213461.png" alt="
Dashing!" border="0" style="filter:Alpha(opacity=50);-moz-opacity:0.5;" onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100;"onmouseout="this.style.MozOpacity=0.5;this.filters.alpha.opacity=50;"></a><br />
In this case, the code has <br /> at the end, which makes it so the next bit of code will be on a new line.


So yeah, hope that helps you out. (If it does, rep me.) xD
 
I can't put them in paragraphs. Piece of shit forums automitally puts it together. That's why I learned from my mistakes, and I started writing bits of Text. -redface-
 
•Cloud said:
I can't put them in paragraphs. Piece of **** forums automitally puts it together. That's why I learned from my mistakes, and I started writing bits of Text. -redface-
You sure you haven't done something wrong in your code? It seems to work fine at other types of those forums.
 
Do you have a button?
Edit: That's okay, I found it on the forum.

Also, can you provide a brief description? If not, I'll write one myself, to the best of my ability.
 
Umm yea sure. It's kinda long but okay...

Welcome to Reliable Gamers. Everything you need for Game Hacking is right here. From WoW to Gaia. We supply you with everything you need to own the battlefield. Or if you just like them dash games like dinerdash or Ranch Rush or ANYTHING Game Type, we will help you hack it. We supply hacks,cheats,guides,online play,cheat sheets, maps and more. Join us and learn how to hack.
 
Status
Not open for further replies.
Back
Top Bottom