How to hyperlink an image to my latest post
3 posters
Page 1 of 1
How to hyperlink an image to my latest post
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.
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.
Kendra.FC- New Member
- Posts : 7
Reputation : 1
Language : English
Re: How to hyperlink an image to my latest post
- Code:
[url=LINK HERE][img]IMAGE HERE[/img][/url]
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: How to hyperlink an image to my latest post
AP > Display > Colors & Pictures > Pics Management
Advanced Mode
Mini-Icons Tab
Last post link:
Last post link - New:
Advanced Mode
Mini-Icons Tab
Last post link:
Last post link - New:
Last edited by SLGray on Sun 13 Mar - 23:53; edited 1 time in total
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to hyperlink an image to my latest post
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>
Guest- Guest
Re: How to hyperlink an image to my latest post
In posts the code that is used is BBCode.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>
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: How to hyperlink an image to my latest post
Forumedic wrote:In posts the code that is used is BBCode.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>
Works fine when HTML is enabled in that mssg. Works fine in widgets as well
Guest- Guest
Similar topics
» Clicking "view latest post" image brings me to top of that page, not last post on page.
» Latest Post widget as well as the Latest Topic widget
» Can og:image metatag be edited to use image from the 1st post instead of banner
» Jump to latest post
» New Post / Latest Posts
» Latest Post widget as well as the Latest Topic widget
» Can og:image metatag be edited to use image from the 1st post instead of banner
» Jump to latest post
» New Post / Latest Posts
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum