Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: html question.  (Read 3414 times)

0 Members and 1 Guest are viewing this topic.

S_R_S5

  • Guest
html question.
« on: March 01, 2008, 12:21:27 AM »
Look by the url on computer hope and you will see a icon. How do I put a icon like that on my page?
Thanks,
S_R_S

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: html question.
« Reply #1 on: March 01, 2008, 09:44:10 AM »
you would have to create a jpg or gif icon first. Then insert it into your webpage like this:
<img src="imagename.jpg">

soybean



    Genius
  • The first soybean ever to learn the computer.
  • Thanked: 469
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 10
Re: html question.
« Reply #2 on: March 01, 2008, 10:59:20 AM »
OK, you want a "favicon", like this, http://www.computerhope.com/favicon.ico , right?   Here's a very helpful website for that: http://www.html-kit.com/favicon/.  You can upload a larger image (should be square) and they will generate the favicon for you, and let you download it.

They also give brief instructions on adding it to your website.  If that's not clear, post back and I'll help clarify the procedure.