BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

how to put a link in signature ?

Hi all,

Can anybody tell me how to add a link into my signature ?
... just like CC did, I guess I have to put some code, html or something, but I don't "speak" this language at all. Smiley Sad

Thanks for help

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 1 of 17
(16,020 Views)

Before anyone who knows what they are talking about replies.

Goto one of his posts. Do a "View Source"

Search for the text "E-List"

It should be in a sequence of characters taht start with "<a href" and ends with a "</a>

Heer is a cut and paste of what I think does that.

"<a href="http://forums.ni.com/ni/board/message?board.id=130&message.id=1861">E-List</a>"

I will watch for a better answer.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 17
(16,016 Views)
Great shot Ben, it's working fine Smiley Wink !

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 3 of 17
(16,010 Views)

How do you guys put logo's and HTML links in your signatures?

Regards,

-SS



0 Kudos
Message 4 of 17
(14,924 Views)

Dear ben,

The link u gave shows "message was deleted" and asked me to update my bookmarks.

What is that signifies?

Thanks,

Mathan

0 Kudos
Message 5 of 17
(14,906 Views)
The link is corrupt because it has extra stuff at the end.
 
Here's how my signature code looks like.
 
 
HTML is very easy, do a quick web search and you'll find a ton of simple instructions.


Message Edited by altenbach on 05-21-2008 11:18 PM
Message 6 of 17
(14,897 Views)
to link an image, you need to use the <img> tag as the text of your link (which uses the <a href> tag)
the standard way is <a href="your url goes here"><img src="the image url goes here"></a>
for example, <a href=http://forums.ni.com/ni/view_profile?user.id=7614"><img src="http://forums.ni.com/attachments/ni/130/2051/1/oldman3.gif"></a> will link to altenbach's profile with a picture of his avatar, like so:
Message 7 of 17
(14,881 Views)
0 Kudos
Message 8 of 17
(14,865 Views)

I finally got back around to doing this, sry but I'm not an HTML guy but learning.

I was trying to add the CLAD logo as my signature. I have the picture that was sent but figured it needs to be online to working in your signature.  So I ended up looking here:  http://sine.ni.com/nips/cds/view/p/lang/en/nid/14438

http://sine.ni.com/images/products/us/040910_lv_cert_dev_l.jpg  -this picture looks to be too big, will not resize,  and changes to a different picture entirely when added to my signature:)

http://sine.ni.com/images/products/us/040910_lv_cert_dev_t.jpg  -this picture is online but too small to read

Here is my signature HTML source:  <center><small><a href=http://sine.ni.com/nips/cds/view/p/lang/en/nid/14438><img src="http://sine.ni.com/images/products/us/040910_lv_cert_dev_t.jpg">

 



0 Kudos
Message 9 of 17
(14,602 Views)
I think you should shrink it a bit. 😄
0 Kudos
Message 10 of 17
(14,599 Views)