1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Code

Discussion in 'HTML & Website Design' started by ultimategp, Oct 3, 2006.

  1. #1
    Hi i would like to get a code so i can let others place my games on there sites but when ever i try to get that code it dosent work my site is http://www.ugplay.com and i want to get the code for the solitare game on the main page there thanks please let me know
     
    ultimategp, Oct 3, 2006 IP
  2. SedNaX

    SedNaX Active Member

    Messages:
    1,326
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    90
    #2
    if you want to let other sites to link to your page where the game is located, use this code:

    <a href="http://www.ugplay.com/card_Solitare.html">Play Solitaire</a>
    
    (you can change the 'play solitaire' in anything you want)
    Code (markup):
    if you want to let other sites to link to your game and not the page, use this code:

    <a href="http://www.ugplay.com/Games/Card/Solitare/solitaire.swf">Play Solitaire</a>
    
    (You can change the play solitaire text here also)
    Code (markup):
    the output would be this:

    page: http://www.ugplay.com/card_Solitare.html
    game only: http://www.ugplay.com/Games/Card/Solitare/solitaire.swf
     
    SedNaX, Oct 5, 2006 IP