Need help in html code

Discussion in 'Programming' started by gamez4you, Nov 29, 2010.

  1. #1
    I have several images in a frame, each image is a link to a game. Lets say the Frame size is 600X 600, and Game frame size is 500X500.
    How do I make each link to open in the same frame?
    P.S
    I will add a BACK button on the side or something like that.

    Thanks.
     
    gamez4you, Nov 29, 2010 IP
  2. 525252

    525252 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <a href = "xxx" target="mygamewin">a game</a>
    <a href = "xxx" target="mygamewin">b game</a>

    just setup a same target .
     
    525252, Dec 1, 2010 IP
  3. gamez4you

    gamez4you Member

    Messages:
    106
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    can you explain a bit more about the hierarchy of the files? Do I use <Frameset> tag? How do I set the frame itself to be in the size I want (lets say 600 X 500)?
     
    gamez4you, Dec 1, 2010 IP