Switch Theme:

how to add logo image with URL link to post signature?  [RSS] Share on facebook Share on Twitter Submit to Reddit
»
Author Message
Advert


Forum adverts like this one are shown to any user who is not logged in. Join us by filling out a tiny 3 field form and you will get your own, free, dakka user account which gives a good range of benefits to you:
  • No adverts like this in the forums anymore.
  • Times and dates in your local timezone.
  • Full tracking of what you have read so you can skip to your first unread post, easily see what has changed since you last logged in, and easily see what is new at a glance.
  • Email notifications for threads you want to watch closely.
  • Being a part of the oldest wargaming community on the net.
If you are already a member then feel free to login now.




Made in us
40kenthus





Elvisland

Hello,

I have seen people have logo images in their posts signature. I have been trying to figure out how to do this.

I have uploaded my logo to my gallery but I cannot figure out how to put it in the signature. I am not a technical type of person so this computer stuff is a bit tricky for me.

I already have my website address in the signature but not my logo.

Thank you for any assistance you can give. It is much appreciated.


D.


TO SEE MORE OF MY PAINTED MINIATURES CLICK ON MY LOGO TO GO TO MY EBAY PAGE. SELLING PRO PAINTED MINIATURES SINCE 2000. 
   
Made in gb
Norn Queen







   
Made in us
40kenthus





Elvisland

 BaconCatBug wrote:





Hello,

Thank you for responding.

But, I am not a technical person. I am not sure what I am looking at as far as this html. Is this what I put in the signature? Would it be possible to break down the parts of this code so I can know what goes where?


TO SEE MORE OF MY PAINTED MINIATURES CLICK ON MY LOGO TO GO TO MY EBAY PAGE. SELLING PRO PAINTED MINIATURES SINCE 2000. 
   
Made in gb
Norn Queen






The tag are what create the hyperlink. The = part lets you give the URL a custom display. e.g. just creates https://www.google.com/ while creates click me!.

The tags create the image in the signature. By combining them you create a clickable link. So all you need to do is take the following code, change the URL link to your block and the Image link to the image you want and put it in your signature instead of the link you currently have.

This message was edited 2 times. Last update was at 2019/07/16 15:14:08


 
   
Made in us
[ADMIN]
President of the Mat Ward Fan Club






Los Angeles, CA


Here you go:



Just copy the code below into your signature (staring with the "[url=" part):

If you want learn the how/why this works (aka become a little more of a 'technical person'), see Bacon's post above for the explanation.


I play (click on icons to see pics): DQ:70+S++G(FAQ)M++B-I++Pw40k92/f-D+++A+++/areWD104R+T(D)DM+++
yakface's 40K rule #1: Although the rules allow you to use modeling to your advantage, how badly do you need to win your toy soldier games?
yakface's 40K rule #2: Friends don't let friends start a MEQ army.
yakface's 40K rule #3: Codex does not ALWAYS trump the rulebook, so please don't say that!
Waaagh Dakka: click the banner to learn more! 
   
Made in us
40kenthus





Elvisland

 yakface wrote:

Here you go:



Just copy the code below into your signature (staring with the "[url=" part):

If you want learn the how/why this works (aka become a little more of a 'technical person'), see Bacon's post above for the explanation.




Awesome!, Thank you very very much. You must have been seeing the mess I had been making of it trying to get that to work. I clearly have a lot to learn about html.

Again , thank you for all your help.

TO SEE MORE OF MY PAINTED MINIATURES CLICK ON MY LOGO TO GO TO MY EBAY PAGE. SELLING PRO PAINTED MINIATURES SINCE 2000. 
   
Made in us
[ADMIN]
President of the Mat Ward Fan Club






Los Angeles, CA

 MiniPainterDMan89 wrote:

Awesome!, Thank you very very much. You must have been seeing the mess I had been making of it trying to get that to work. I clearly have a lot to learn about html.

Again , thank you for all your help.


FYI, we do have a size limitation on images in signatures, so you can see yours is getting clipped (you can't see the 'custom painted miniatures' line, for example).

So if you're able, you'd be much better of making a version that is more horizontal (has 'DMAN'S MINIS' side by side on the same line), that way it would fit more nicely as a sig banner here.



I play (click on icons to see pics): DQ:70+S++G(FAQ)M++B-I++Pw40k92/f-D+++A+++/areWD104R+T(D)DM+++
yakface's 40K rule #1: Although the rules allow you to use modeling to your advantage, how badly do you need to win your toy soldier games?
yakface's 40K rule #2: Friends don't let friends start a MEQ army.
yakface's 40K rule #3: Codex does not ALWAYS trump the rulebook, so please don't say that!
Waaagh Dakka: click the banner to learn more! 
   
Made in us
40kenthus





Elvisland

 yakface wrote:
 MiniPainterDMan89 wrote:

Awesome!, Thank you very very much. You must have been seeing the mess I had been making of it trying to get that to work. I clearly have a lot to learn about html.

Again , thank you for all your help.


FYI, we do have a size limitation on images in signatures, so you can see yours is getting clipped (you can't see the 'custom painted miniatures' line, for example).

So if you're able, you'd be much better of making a version that is more horizontal (has 'DMAN'S MINIS' side by side on the same line), that way it would fit more nicely as a sig banner here.




Thank you for all the help. It is very much appreciated. I got a smaller version of my logo on there so the entire thing can be seen now. Honestly, I still do not understand the coding you used. Some of the code I could not see where you got it. The %20 for instance. But , I think I got it working.


TO SEE MORE OF MY PAINTED MINIATURES CLICK ON MY LOGO TO GO TO MY EBAY PAGE. SELLING PRO PAINTED MINIATURES SINCE 2000. 
   
Made in us
Last Remaining Whole C'Tan






Pleasant Valley, Iowa

 MiniPainterDMan89 wrote:
The %20 for instance. But , I think I got it working.


Your original path has spaces in it. Since URLs can't have illegal characters, they get filled in with code. Don't worry about that part.


You might want to change "To see more of my work click here" to so it's clickable.

This message was edited 2 times. Last update was at 2019/07/18 01:37:29


 lord_blackfang wrote:
Respect to the guy who subscribed just to post a massive ASCII dong in the chat and immediately get banned.

 Flinty wrote:
The benefit of slate is that its.actually a.rock with rock like properties. The downside is that it's a rock
 
   
Made in us
40kenthus





Elvisland

 Ouze wrote:
 MiniPainterDMan89 wrote:
The %20 for instance. But , I think I got it working.


Your original path has spaces in it. Since URLs can't have illegal characters, they get filled in with code. Don't worry about that part.


You might want to change "To see more of my work click here" to so it's clickable.


Thank you for the advice. You all have been very helpful. I appreciate it very much.

I hope you all have a nice day.

D.

TO SEE MORE OF MY PAINTED MINIATURES CLICK ON MY LOGO TO GO TO MY EBAY PAGE. SELLING PRO PAINTED MINIATURES SINCE 2000. 
   
 
Forum Index » Nuts & Bolts
Go to: