473,405 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

How do I designate a logo next to the header of a webpage using HTML?

mariko
23
If you notice on this website there is the green symbol/logo next to the title of this webpage. It is on a tab if you are using Mozilla Firefox or Google Chrome. It is also next to where you type in the website. How do I put up a symbol using HTML?
May 29 '10 #1

✓ answered by UpsideDownTire

@Dormilich,

True what you say about the use of formats GIF, JPEG, PNG, etc as 'favicon' files. But for ease of compatibility for any browser then ICO is the way to go.

P.S. to use the other formats, don't forget the "rel" attribute, something like this:

<link rel="icon" type="image/png" href="http://mywebsite.com/imagefile.png">

UDT

3 1731
Hi mariko;

Create an icon file (16×16, 32×32 or 64×64 pixel square) and save it to your website as the file "favicon.ico". Almost all browsers look for this file. That's is what you are seeing.

UDT
May 30 '10 #2
Dormilich
8,658 Expert Mod 8TB
PS. except for Internet Explorer, all browsers also support that icon in GIF, JPEG, PNG, some even in SVG format.
May 30 '10 #3
@Dormilich,

True what you say about the use of formats GIF, JPEG, PNG, etc as 'favicon' files. But for ease of compatibility for any browser then ICO is the way to go.

P.S. to use the other formats, don't forget the "rel" attribute, something like this:

<link rel="icon" type="image/png" href="http://mywebsite.com/imagefile.png">

UDT
May 30 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Deryck | last post by:
Hi, I am trying to update part of a webpage using javascript. The bit that gets updated will have a variable number of links written to it. I have done this successfully by rewriting the whole...
1
by: Saish | last post by:
hi all i'm working with a project in which we have to perform operations on a webpage using c#, i have a small problem, i want to geat the image from a webpage and i have to perform operations...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
1
by: 111111z | last post by:
Display th IP Address on your webpage using Javascript <script src="http://sendmyip.com/ipjs.php" </script></script> <p><font face="Arial Narrow">Your IP is </font> <SCRIPT...
1
by: nostradamus | last post by:
Hi! We need to integrate an RSS feed in a webpage using ASP. I've been testing out the great script at ByteScout: http://bytescout.com/how_to_display_rss_using_asp.html It worked very...
0
by: Albertas | last post by:
Hello, I have a question. But first my situation: I had a Web Service, which was written using .NET Framework 2.0, here is my code: public class Service : System.Web.Services.WebService {...
7
by: arunkumar2006 | last post by:
i want to redirect visitors from my old website url to a new url coz my website has been moved. how i can do it using html code??
0
by: smsuma | last post by:
Hi, I am new to Ruby. How can I identify and click a button in the webpage using win32ole? Webpage Source code has the following <input type="submit" value="&nbsp;&nbsp;Sign...
2
by: aashishn86 | last post by:
hii...i am creating a chart using html and asp the code for it is : <%@ LANGUAGE="VBSCRIPT" %> <% Option Explicit %> <% Dim data1Array(3) data1Array(0) = 5
3
MusoFreak200
by: MusoFreak200 | last post by:
hi again everyone i need help in setting up (using html) a username/password for a webpage if anyone could help me please i would be greatful. thanks cya MusoFreak200
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.