How to hyperlink an image to my latest post 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.
3 posters

    How to hyperlink an image to my latest post

    Kendra.FC
    Kendra.FC
    New Member


    Posts : 7
    Reputation : 1
    Language : English

    In progress How to hyperlink an image to my latest post

    Post by Kendra.FC March 13th 2016, 10:40 pm

    Hello.

    I have an image that I want to use to hyperlink to my most recent post. How do I do that? Not the most recent post of the forum, but specifically my most recent post.
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How to hyperlink an image to my latest post

    Post by Take Notes March 13th 2016, 10:44 pm

    Code:
    [url=LINK HERE][img]IMAGE HERE[/img][/url]
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51520
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How to hyperlink an image to my latest post

    Post by SLGray March 13th 2016, 10:48 pm

    AP > Display > Colors & Pictures > Pics Management
    Advanced Mode
    Mini-Icons Tab
    Last post link:
    Last post link - New:


    Last edited by SLGray on March 13th 2016, 10:53 pm; edited 1 time in total



    How to hyperlink an image to my latest post Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Guest
    Guest


    In progress Re: How to hyperlink an image to my latest post

    Post by Guest March 13th 2016, 10:52 pm

    Here's some HTML I sometimes use. In this example the picture will be centered and a new tab to the target will be opened. If you don't want it centered, leave center and /center out. If you don't want the link to open in a new tab leave _blank out.

    Code:
    <a href="URL TO POST HERE" target="_blank" title="HOVER OVER TEXT" onclick="window.open(this.href);return false;"><center><img src="URL TO IMAGE HERE"></center></a>
    Take Notes
    Take Notes
    Helper
    Helper


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

    In progress Re: How to hyperlink an image to my latest post

    Post by Take Notes March 13th 2016, 10:54 pm

    RoXaNNeX wrote:Here's some HTML I sometimes use. In this example the picture will be centered and a new tab to the target will be opened. If you don't want it centered, leave center and /center out. If you don't want the link to open in a new tab leave _blank out.

    Code:
    <a href="URL TO POST HERE" target="_blank" title="HOVER OVER TEXT" onclick="window.open(this.href);return false;"><center><img src="URL TO IMAGE HERE"></center></a>
    In posts the code that is used is BBCode.
    avatar
    Guest
    Guest


    In progress Re: How to hyperlink an image to my latest post

    Post by Guest March 13th 2016, 11:01 pm

    Forumedic wrote:
    RoXaNNeX wrote:Here's some HTML I sometimes use. In this example the picture will be centered and a new tab to the target will be opened. If you don't want it centered, leave center and /center out. If you don't want the link to open in a new tab leave _blank out.

    Code:
    <a href="URL TO POST HERE" target="_blank" title="HOVER OVER TEXT" onclick="window.open(this.href);return false;"><center><img src="URL TO IMAGE HERE"></center></a>
    In posts the code that is used is BBCode.

    Works fine when HTML is enabled in that mssg. Works fine in widgets as well Wink