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.
The forum of the forums
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 Sun Mar 13, 2016 9: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 Sun Mar 13, 2016 9:44 pm

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


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

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

    Post by SLGray Sun Mar 13, 2016 9: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 Sun Mar 13, 2016 9: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 Sun Mar 13, 2016 9: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 Sun Mar 13, 2016 9: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 Sun Mar 13, 2016 10: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

      Current date/time is Mon Sep 23, 2024 1:25 pm