Graphic Design Forum | GraphicsCode.net
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Affilliate Button!

4 posters

Go down

Affilliate Button! Empty Affilliate Button!

Post by shamzblueworld 2009-10-17, 12:52

hey guys,
can anyone or david please tell me how to create that affilliate button GC has at the Affilliate forum?
shamzblueworld
shamzblueworld
Regular Member
Regular Member

Male Posts : 103
Join date : 2009-10-08

http://www.funstop.tk

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by Admin 2009-10-17, 13:01

Are you talking about the button or the show/hide thing?

Admin
Webmaster
Webmaster

Male Posts : 1156
Join date : 2009-07-12

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by shamzblueworld 2009-10-17, 16:31

yes i mean the show hide thing,
shamzblueworld
shamzblueworld
Regular Member
Regular Member

Male Posts : 103
Join date : 2009-10-08

http://www.funstop.tk

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by Kasperx 2009-10-17, 17:07

check this out.... http://www.graphicscode.net/markup-and-style-sheet-languages-f20/how-to-change-spoiler-name-t319.htm
Kasperx
Kasperx
Global Moderator
Global Moderator

Male Posts : 567
Join date : 2009-10-05

http://elite-gfx.forumotion.com/

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by shamzblueworld 2009-10-17, 17:58

ok i got it thanx.
one more thing, can we put a slightly cool picture or button instead of that box? i mean the box which says show/hide affilliates, how to change the look of the box or post a picture/button in place of that box?
shamzblueworld
shamzblueworld
Regular Member
Regular Member

Male Posts : 103
Join date : 2009-10-08

http://www.funstop.tk

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by Admin 2009-10-18, 14:07

Yes:
Code:
<html>
<head>     
<script type="text/javascript">
        function toggleDiv()
        {
          if (document.getElementById("myDivBox").style.display == "block")
        {
            document.getElementById("myDivBox").style.display = "none";
          }
          else
          {
          document.getElementById("myDivBox").style.display = "block";
          }
}     
</script>   
</head>
<body>
<img src="IMAGEURL.JPG" value="Show/Hide Affiliates" onclick="toggleDiv()">
<div id="myDivBox" style="display:none;"> 

CONTENT HERE

</div>   
</body> 
</html>

Just replace the IMAGEURLHERE and the CONTENT HERE Smile

Admin
Webmaster
Webmaster

Male Posts : 1156
Join date : 2009-07-12

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by shamzblueworld 2009-10-19, 10:55

ok thanx david.
shamzblueworld
shamzblueworld
Regular Member
Regular Member

Male Posts : 103
Join date : 2009-10-08

http://www.funstop.tk

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by aprillove20 2011-01-13, 09:25

Such as a additional knowledge, regarding creating the affiliate...

aprillove20
Member
Member

Female Posts : 74
Join date : 2010-10-20

Back to top Go down

Affilliate Button! Empty Re: Affilliate Button!

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum