id for SFX - are the images setup with my id

Posted by crmpicco on Thu, 05/25/2006 - 16:14SFX.com-related Forum

When i log into spreadfirefox and click on the logos are the links preloaded with my id for accruing points?

 

Picco 


Submitted by Kelson on Thu, 05/25/2006 - 17:11.

The code on the affiliates homepage is generated using your ID, so you can just copy from the boxes there and paste it into your own site.

The only thing you might need to change is to replace the & with & if you're using a strict HTML DTD. 

--

Can Firefox users and Opera fans agree on anything?
The Alternative Browser Alliance

Submitted by Red Rebel Rider on Mon, 05/29/2006 - 14:07.

And if you really want to be W3C XHTML & CSS compliant, do the above, and also get rid of border="0" and make an attribute for that in your css file like this:

 img { border: 0px; }

 The line should look like this then:

< a href="?q=affiliates&amp;id=000000&amp;t=67" >< img alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/trust.gif" / >< /a >

Change the affiliate number into your number of course. But this way the standard W3C is met and your source codes are validated. 

Submitted by crmpicco on Fri, 05/26/2006 - 17:52.

thank you very much - that helped