473,769 Members | 6,187 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

icon/image in titlebar

I'd like to put a logo in the titlebar of my webpage. The one I'm talking
about is the one that's next to the URL in the address bar in both netscape
and IE.

Just so I'm clear, for example, on google's pages, next to the url in the
address bar, there is their logo of a blue "G" in a box. Does anyone know
how to do this?

Thank you in advance.
Jul 20 '05 #1
9 63189
"arenaTR" <ar*****@comcas t.net> wrote in message
news:1o******** ************@co mcast.com...
I'd like to put a logo in the titlebar of my webpage. The one I'm talking
about is the one that's next to the URL in the address bar in both netscape and IE.


Look up favicon.ico in your favorite search engine and you should find what
you're looking for.

Jonathan
Jul 20 '05 #2
S
The logo next to the URL and in bookmarks is called a favicon. Here is
a Website that explains how to create one:
http://www.webdevelopersjournal.com/...s/favicon.html
"arenaTR" <ar*****@comcas t.net> wrote in message news:<1o******* *************@c omcast.com>...
I'd like to put a logo in the titlebar of my webpage. The one I'm talking
about is the one that's next to the URL in the address bar in both netscape
and IE.

Just so I'm clear, for example, on google's pages, next to the url in the
address bar, there is their logo of a blue "G" in a box. Does anyone know
how to do this?

Thank you in advance.

Jul 20 '05 #3
On Sun, 6 Jul 2003, Jonathan Snook wrote:
"arenaTR" <ar*****@comcas t.net> wrote in message
news:1o******** ************@co mcast.com...
I'd like to put a logo in the titlebar of my webpage. The one I'm talking
about is the one that's next to the URL in the address bar in both netscape
and IE.


Look up favicon.ico in your favorite search engine and you should find what
you're looking for.


Although that's a good start, a START is all that is. I find that the sites
that were out there (as of about 8 months ago, since I haven't looked since) do
leave a couple of things out.

There are TWO types of "favicon"'s .

1) The one that displays in the favorites/bookmarks page
( <LINK REL="SHORTCUT ICON" HREF="....filen ame..."> ), and
2) The one that displays in the location window of the browser
( <LINK REL=ICON HREF="....filen ame..."> ).

These need NOT be the same, although on my pages, they usually are. The above
constructs assume that one doesn't simply want to have a single default
"favicon.ic o" file for all pages for a site. Don't forget what happens to the
bookmarked copy when its file falls out of the browser's cache.

As for how to convert an image to icon format, how to add MIME-type support to
a web server, and the other related things, I will leave that to the web pages
that are out there.
Jul 20 '05 #4
P
... your posting has it as one long sentence with
no line breaks.


Really? No one has ever reported that problem, and I've been posting on dozens of newsgroups for years. What newsreader do you use?

--
P@tty Ayers
http://www.WebDevBiz.com
Web Design Contract, Estimate Worksheet
--

Jul 20 '05 #5
P
... your posting has it as one long sentence with
no line breaks.


I just checked, and it's set to 76 characters (and has been).

??

--
P@tty Ayers
http://www.WebDevBiz.com
Web Design Contract, Estimate Worksheet
--

Jul 20 '05 #6
"P@tty Ayers" <pa****@NOSPAMn c.rr.com> wrote in
news:jB******** *************@t wister.southeas t.rr.com:
... your posting has it as one long sentence with
no line breaks.
Really? No one has ever reported that problem, and I've been posting
on dozens of newsgroups for years. What newsreader do you use?


I happen to be using Xnews, but you'll notice that Eric(in another
thread) and Lauri have both commented on this also, and they are
using MicroPlanet Gravity.

As Lauri pointed out, your postings are using
"Content-Transfer-Encoding: quoted-printable".
Here's an edited portion of a 1998 usenet posting regarding
"Word wrap in Outlook Express":
"Quoted Printable formats text as paragraphs, not as lines of text
like other encoding options do.... doesn't know how to display QP,
so its soft returns are displayed as =, and hard returns (which
force a new paragraph when QP works) are displayed as =20. When you
view your own outgoing QP messages, you see the text formatted properly
because OE can display QP. If you use any other encoding option
(Uuencode, MIME/None, MIME/Base64), the text is broken into discrete
lines of text of less than 80 characters."

Here's what your posting looks like in "raw" format,
including some of the headers:
----------------------------------------------------
From: "P@tty Ayers" <pa****@NOSPAMn c.rr.com>
Newsgroups: comp.infosystem s.www.authoring.html
Subject: Re: icon/image in titlebar
Lines: 15
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
... your posting has it as one long sentence with
no line breaks.


Really? No one has ever reported that problem, and I've been posting on =
dozens of newsgroups for years. What newsreader do you use?=20

--=20
P@tty Ayers
http://www.WebDevBiz.com
Web Design Contract, Estimate Worksheet
--
----------------------------------------------------

I don't use Outlook Express, but here's some instructions
I found in a usenet posting:
=============== =============== =============== =============
In Outlook Express 6 you would do the following to get rid of
"quoted printable". If you are using another version of OE then
the method may vary somewhat from this.
=============== ======
In Outlook Express
- Tools (menu)
- Options (menu item)
- Send Tab
- Set mail sending format to "plain text" (radio button)
- Click "Plain text settings" button
- Set message format to "Mime" using radio button **
- Set "Encode text using" box to "none" *
* This is where the "quoted printable" gets set.
** You could click UUENCODE here but Mime is OK
(I believe) in this context.
You can also set the line break length here (set to somewhat less
than 80) & the delimiter used to mark sender's text.
=============== =============== =============== =============

--
Dave Patton
Canadian Coordinator, the Degree Confluence Project
http://www.confluence.org dpatton at confluence dot org
My website: http://members.shaw.ca/davepatton/
Vancouver/Whistler - host of the 2010 Winter Olympics
Jul 20 '05 #7
On Mon, Jul 7, P@tty Ayers continued to post over-long lines which
said, in part:
Really? No one has ever reported that problem,


Oh yes we have. I commented on it yesterday in
<Pi************ *************** ****@lxplus086. cern.ch>
and I saw a couple of others mention it also.

Unfortunately your "X-Newsreader:" isn't even an ex-newsreader
(monty-python allusion intended).
Jul 20 '05 #8
On Mon, 07 Jul 2003 05:42:54 GMT, Dave Patton
<dp*****@remo ve-for-nospam.confluen ce.org> wrote:
"P@tty Ayers" <pa****@NOSPAMn c.rr.com> wrote in
news:jB******* **************@ twister.southea st.rr.com:
... your posting has it as one long sentence with
no line breaks.


Really? No one has ever reported that problem, and I've been posting
on dozens of newsgroups for years. What newsreader do you use?


I happen to be using Xnews, but you'll notice that Eric(in another
thread) and Lauri have both commented on this also, and they are
using MicroPlanet Gravity.


FWIW I see the same problem in Forte Agent.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #9
P
Really? No one has ever reported that problem,


Oh yes we have. I commented on it yesterday in


I meant during the first three years I participated daily in newsgroups, up
until yesterday. :-)

I think I found the setting in Outlook. Hope it satisfies everybody, and my
apologies for the faux pas.

--
P@tty Ayers
http://www.WebDevBiz.com
Web Design Contract, Estimate Worksheet
--

Jul 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3437
by: Hai Ly Hoang [MT00KSTN] | last post by:
I have written an WindowApplication (in C# with VS7) . It target file is MyApp.exe. It's default icon (display in Windows Explorer) is not pretty. I replaced file app.ico in project directory with my icon. However, the default icon is not changed . Can anyone help me to change the icon of my appication. Thanks in advance
1
2065
by: jack xu | last post by:
just like outlook when you insert a attachment ,a icon image of the file you selected will show in a textbox. Thanks.
0
1312
by: - HAL9000 | last post by:
Reference the visual basic power pack: http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbpowerpack.asp I have been using win32 SHGetFileInfoW to get icons for my "FileViewer" & "FolderViewer" as is done in the power pack code. What is unusual is that the icons are much darker than normal. You can see this in the folder icons of figure 7 on the web page - sort of a black lining.
6
11008
by: Udi | last post by:
Hi, I have an imagelist initialized in design time with several icons files (.ico). However, when I need to extract an icon (Image) from the Imagelist, I can't convert it back to an icon: statusBarPanel1.Icon = imageList1.Images; // cast/as don't work // Cannot convert type 'System.Drawing.Image' to 'System.Drawing.Icon' What am I mising here?
1
3100
by: rob | last post by:
I would like to add an icon to the RIGHT side of an application's titlebar. Basically, it will supplement the other icons already there. Is there any direct support in .NET 2.0 to do this? If not I assume I would have to subclass the windows form but what exactly would I do there? Also how can a make sure that the icon keeps the same style as the other icons? Ideally, there would be some "empty" icon (for instance a minimize icon...
1
4156
by: x taol | last post by:
I want to set access application icon and titlebar name using VBA. *** Sent via Developersdex http://www.developersdex.com ***
1
18043
by: flaerpen | last post by:
Hi, I'm trying to use the function paste() to paste a image into another image but I can't get it work! Is it the right function to use or is there any other function that's better? Here's my very simple code: from PIL import Image import ImageDraw im = Image.new("RGB", (500,500), "white") draw = ImageDraw.Draw(im)
1
2594
by: John | last post by:
I have a switchboard and wish to add an image to the buttons via the switchboard table. I have added an extra column in the switchboard table with the names of embedded ico images corresponding to each item and was hoping to read these and add the image on to transparent buttons along with the switchboard text items next to the buttons at runtime. The switchboard form has the ico images embedded elsewhere on the form to avoid having to...
4
5035
by: Marcolino | last post by:
Hi, I have simple needs but I don't know how to implement it. I have application that create Dynamic Button. I need to set the image on this button, getting the icon from a form. So pratically I need to convert dinamically a Form.Icon to Button.Image runtime, but i don't know how. Any help would be appreciated. Many Thanks
0
9589
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10211
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10045
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9863
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8872
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6673
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3562
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.