1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

how to redirect ?

Discussion in 'All other topics' started by BIGnewb, Sep 18, 2007.

  1. BIGnewb

    BIGnewb Guest

    hi i want to have a "click here" thing so when someone clicks it, it redirects the person to the site i want them to go to.i'd like for the site to do this for free thanks!
     
  2. Ripper

    Ripper Active member

    Joined:
    Feb 20, 2006
    Messages:
    4,697
    Likes Received:
    13
    Trophy Points:
    68
    Well, if you want an "auto-redirect" script, you can get one off google for free, they are usually php i think.

    However, if you merely want a hyperlink then the code is as follows..

    Code:
    <a href="url here">Text Here</a>
    :)

     
  3. BIGnewb

    BIGnewb Guest

    doesnt work

    nvm it does
     
    Last edited by a moderator: Sep 18, 2007
  4. Ripper

    Ripper Active member

    Joined:
    Feb 20, 2006
    Messages:
    4,697
    Likes Received:
    13
    Trophy Points:
    68
    I was going to say, unless they've changed the way HTML works in the last few days, it should work.. lol.
     

Share This Page