Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    May 2005
    Posts
    1,062
    Tokens
    0

    Latest Awards:

    Exclamation Needing A Code For

    I Need A HTML Code To Make My Links Pop Up In A New Window Dose Anyone Know It? If So Please Could I Have It. Rep+ For The Help!
    Thanks
    Justin
    We Will Rock You!
    .._...|..____________________, ,
    ....../ `---___________----_____|] = = =
    ...../_==o;;;;;;;;_______.:/
    .....), ---.(_(__) /
    ....// (..) ), ----"
    ...//___//
    ..//___//
    .//___//


    Signature edited by Agesilaus (Forum Super Moderator): Signature image was exceeding the size limit for your usergroup an font size reduced as it is against the rules to have a font size bigger than 4.

  2. #2
    Join Date
    Mar 2006
    Location
    Manchester UK
    Posts
    195
    Tokens
    0

    Default

    HTML Code:
    <a href="url.php" target="blank" /></a>

  3. #3
    Join Date
    May 2005
    Posts
    1,062
    Tokens
    0

    Latest Awards:

    Default

    What DO I Put In The Areas?
    We Will Rock You!
    .._...|..____________________, ,
    ....../ `---___________----_____|] = = =
    ...../_==o;;;;;;;;_______.:/
    .....), ---.(_(__) /
    ....// (..) ), ----"
    ...//___//
    ..//___//
    .//___//


    Signature edited by Agesilaus (Forum Super Moderator): Signature image was exceeding the size limit for your usergroup an font size reduced as it is against the rules to have a font size bigger than 4.

  4. #4
    Join Date
    Aug 2005
    Location
    Earth
    Posts
    3,761
    Tokens
    51
    Habbo
    catchetat

    Latest Awards:

    Default

    or target=none

    but what do you mean by areas?
    Last edited by Catchetat; 25-03-2006 at 04:07 PM.
    Please visit my websites (yn)

    http://ks3sci.webs.com/ to revise Key stage 3 Science
    http://igcsechem.webs.com/ to revise I/GCSE Chemistry
    http://plain_indians.webs.com to learn about the plain indians
    http://medic4u.webs.com for first year medical notes
    http://medics4u.webs.com for second year medical notes

    http://catchetat.blogspot.co.uk/ to check out my blog (as a boring medical student)

  5. #5
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Catchetat
    or target=none
    It doesn't actually matter what you put in there, although blank is better.
    kinda quit.

  6. #6
    Join Date
    Aug 2005
    Location
    Earth
    Posts
    3,761
    Tokens
    51
    Habbo
    catchetat

    Latest Awards:

    Default

    that's why i put or

    using none is less words
    Please visit my websites (yn)

    http://ks3sci.webs.com/ to revise Key stage 3 Science
    http://igcsechem.webs.com/ to revise I/GCSE Chemistry
    http://plain_indians.webs.com to learn about the plain indians
    http://medic4u.webs.com for first year medical notes
    http://medics4u.webs.com for second year medical notes

    http://catchetat.blogspot.co.uk/ to check out my blog (as a boring medical student)

  7. #7
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    For technical accursay you should use "_blank" althogh if you use a name that isnt used by anything in the document, it will revert to opening a new window anyway. Just useing "blank" is just as bad as useing "none" or "ilikepie" Since the actaly command needs the start to have a _ which acts as a specal charciter "/

  8. #8
    Join Date
    May 2005
    Posts
    1,062
    Tokens
    0

    Latest Awards:

    Default Ok But of Confuseion

    HTML Code:
    <a href="url.php" target="blank" /></a>
    What Do I Put In blank
    And
    In
    URL.PHP

    This Is To Make My Links Open In New Window!
    We Will Rock You!
    .._...|..____________________, ,
    ....../ `---___________----_____|] = = =
    ...../_==o;;;;;;;;_______.:/
    .....), ---.(_(__) /
    ....// (..) ), ----"
    ...//___//
    ..//___//
    .//___//


    Signature edited by Agesilaus (Forum Super Moderator): Signature image was exceeding the size limit for your usergroup an font size reduced as it is against the rules to have a font size bigger than 4.

  9. #9
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Dust-Ball.
    HTML Code:
    <a href="url.php" target="blank" /></a>
    What Do I Put In blank
    And
    In
    URL.PHP

    This Is To Make My Links Open In New Window!
    Eh? You replace url.php to the link you want opening in a new window. So lets say we want habbo.php to open in a new window we would put:

    HTML Code:
    <a href="habbo.php" target="_blank" /></a>

  10. #10
    Join Date
    Aug 2005
    Location
    Earth
    Posts
    3,761
    Tokens
    51
    Habbo
    catchetat

    Latest Awards:

    Default

    you replace the url.php to the thing you want it to pop out.
    Please visit my websites (yn)

    http://ks3sci.webs.com/ to revise Key stage 3 Science
    http://igcsechem.webs.com/ to revise I/GCSE Chemistry
    http://plain_indians.webs.com to learn about the plain indians
    http://medic4u.webs.com for first year medical notes
    http://medics4u.webs.com for second year medical notes

    http://catchetat.blogspot.co.uk/ to check out my blog (as a boring medical student)

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •