redirect button Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    redirect button

    mist3r0us_b0y
    mist3r0us_b0y
    Forumember


    Male Posts : 747
    Reputation : 19
    Language : english

    redirect button Empty redirect button

    Post by mist3r0us_b0y Mon 4 Jan - 21:58

    hi
    help me ....
    looking for a push button to redirect a link other page

    thanks


    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    redirect button Empty Re: redirect button

    Post by TheCrow Mon 4 Jan - 23:27

    mist3r0us_b0y wrote:hi
    help me ....
    looking for a push button to redirect a link other page

    thanks


    Hello,

    A redirect button for what? To redirect where?



    redirect button Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    mist3r0us_b0y
    mist3r0us_b0y
    Forumember


    Male Posts : 747
    Reputation : 19
    Language : english

    redirect button Empty Re: redirect button

    Post by mist3r0us_b0y Tue 12 Jan - 10:52

    http://www.w3schools.com/jquery/default.asp

    example here where its says as ( try it yourself )

    10spetter10
    10spetter10
    Forumember


    Posts : 195
    Reputation : 82
    Language : Dutch

    redirect button Empty Re: redirect button

    Post by 10spetter10 Tue 12 Jan - 14:09

    That is just a link, you can use the bbcode:
    Code:
    [url=link]text[/url]
    or the html alternative:
    Code:
    <a href="link">text</a>
    .

    The button look is just css.
    Code:
    <a href="link" style="background-color: #ff0000; padding: 5px 12px;">text</a>
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    redirect button Empty Re: redirect button

    Post by Take Notes Tue 12 Jan - 14:26

    Code:
    [url=URL TO REDIRECT TO][img]IMAGE LINK HERE[/img][/url]

    Code:
    <a href="URL TO REDIRECT TO"><img src="IMAGE LINK HERE" /></a>