• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to put Signature link without turning it automatically to image link?

Status
Not open for further replies.
Level 4
Joined
Jun 2, 2012
Messages
746
Hello, hivers. I know this is a basic knowledge to all of you but How do I make Signature link without turning it automatically to image link. For example when you paste the URL and img it will turn into your game signature and after that when previewed its in picture, right? But how do you paste this URL and img that will not turn into picture. Because I want to post this img and URL link for the hivers here to know my game signature....:ogre_frown:
 
Level 22
Joined
Dec 31, 2006
Messages
2,216
Not quite sure what you mean, so I'll try to answer anything it could be.

If you want a link like www.google.com as an image, i.e you want a clickable image that directs to your link, then you can do this like so:

[url="www.google.com"][img]https://www.google.no/images/srpr/logo3w.png[/img][/url]



If you want your image to link to itself (or perhaps a larger image if you're using a thumbnail) you do it like so:
[url="www.google.no/images/srpr/logo3w.png"][img]https://www.google.no/images/srpr/logo3w.png[/img][/url]



If you want to post a link like www.google.com without it being clickable, you do it like so:
[plain]www.google.com[/plain]
Result: www.google.com

If all you want is a non-clickable image, just don't use [url][/url] tags.

If you want a link to an image without it turning into an image, do not use any tags at all and let the server parse it (Unless you want custom text).
Example (and result): www.google.no/images/srpr/logo3w.png
(With custom text): [url="www.google.no/images/srpr/logo3w.png"]Hey dude, click me![/url]
Result: Hey dude, click me!

If none of this answers your question, then please explain it more thoroughly :D
 
Level 4
Joined
Jun 2, 2012
Messages
746
Not quite sure what you mean, so I'll try to answer anything it could be.

If you want a link like www.google.com as an image, i.e you want a clickable image that directs to your link, then you can do this like so:

[url="www.google.com"][img]https://www.google.no/images/srpr/logo3w.png[/img][/url]



If you want your image to link to itself (or perhaps a larger image if you're using a thumbnail) you do it like so:
[url="www.google.no/images/srpr/logo3w.png"][img]https://www.google.no/images/srpr/logo3w.png[/img][/url]



If you want to post a link like www.google.com without it being clickable, you do it like so:
[plain]www.google.com[/plain]
Result: www.google.com

If all you want is a non-clickable image, just don't use [url][/url] tags.

If you want a link to an image without it turning into an image, do not use any tags at all and let the server parse it (Unless you want custom text).
Example (and result): www.google.no/images/srpr/logo3w.png
(With custom text): [url="www.google.no/images/srpr/logo3w.png"]Hey dude, click me![/url]
Result: Hey dude, click me!

If none of this answers your question, then please explain it more thoroughly :D

Youve answer the question! Thanks for the 2nd time help! Actually what I mean for the question is making the link unclickable. :thumbs_up:Still +REP!
 
Status
Not open for further replies.
Top