,

Your IP Address

what is my ip address?

How to make a html signature including a logo and url

Most email programs let you attach a html signature file. This will enable you to attach the signature file to any outgoing emails, without having to write the details for each email. The hardest part is finding out how to make a html file. In this tutorial I will show you how to make this html file and how to make a link to a website or a logo.

How to make a html signature file?

  1. Open notepad. (start menu>all programs>accessories>notepad)
  2. Write your details in. It can be a html link or a url path to your logo that is stored on the internet. You can also just simple put your business name, address, and phone number. (See below for instruction on how to make a link)
  3. When you have finished writing your text, go to the file menu at the top.
  4. Choose Save As from the menu. See the screenshot below.
logo html signature
  1. Now see the screenshot below. Name your html file something you will remember.
  2. Instead of saving the file with the file extension .txt you need to save it as .html
  3. See how I have saved my file as Email-sig3.html
  4. When you have written your file name in then press save.
So the moral of the story is that we are going to save this notepad file as a .html file.

How to add a html link to a website in your email signature?


  1. The first thing we need to know is the URL of the website we want to link to…In this case I am going to link to http://www.tips4pc.com but I want it to look like thisTips4pc.com
  2. Here is what the html looks like to do this:
    • <a href=” http://www.tips4pc.com”>Tips4pc.com</a>
    • Green = My link
    • Yellow = What my link will look like (Anchor text)
  3. Now if you look at the screenshot below you can see more links that I have used.
html code for email signature
This is what my signature looks like. Click on the thumbnail to see a larger picture.
email signature in thunderbird

How to make a link to a logo?

  1. Firstly you need to find the url or web address of where your picture or logo is located. See How to find the url to a picture or logo on the internet
  2. Yes your picture needs to be stored somewhere on the internet. Even storing it on Facebook is fine.
  3. To simple write html code to include the picture is simple.
    • <img src=”http://www.tips4pc.com/images/picture.jpg”>
  4. To make the image a link:
    • <a href=”http://www.tips4pc.com” img src=”http://www.tips4pc.com/images/picture.jpg”</a>
    • Green = My link
    • Yellow = Where the picture is stored on the internet.
Regardless of what you put in the signature file, you will need to save the notepad file as a .html file.

0 comments:

Post a Comment