473,782 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

inserting image in title of html page

Hi,

I would like to insert an image into a html page title. I have been
looking for information on how to do it, but haven't found any, thus
here I am.

I may be in the wrong place, but I could not find any other group that
dealt with anything to do with html.

Is is possible to do this? {It is only a little image :)}

I would appreciate any help.

Thank you kindly.

Miguel
Jul 23 '05 #1
5 2767
On 28/9/04 12:47 am, Miguel Angel wrote:
Hi,

I would like to insert an image into a html page title. I have been
looking for information on how to do it, but haven't found any, thus
here I am.


Search Google for "favicon"

--
Philip Ronan
ph***********@v irgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #2
Miguel Angel wrote:

I would like to insert an image into a html page title. I have been
looking for information on how to do it, but haven't found any, thus
here I am.

Add this to your <head> section:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

Use your favorite image editor to create the favicon image: icon file
format, 16x16 pixels.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 23 '05 #3
jmm-list-gn <jm************ ***@sohnen-moe.com> wrote in message news:<x5******* *************@g iganews.com>...
Miguel Angel wrote:

I would like to insert an image into a html page title. I have been
looking for information on how to do it, but haven't found any, thus
here I am.

Add this to your <head> section:
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">

Use your favorite image editor to create the favicon image: icon file
format, 16x16 pixels.


Hi,

I have looked this up (as per your instructions), however, this is not
what I wanted to do. I don't want an icon to show on the address bar
or in the favourites section. I want to show next to the title of a
page an image. That is, the image is part of the title of the page so
it shows on the top of the browser, or frame of the browser. I haven't
seen anything like it before, so I don't know if it is possible.
As an alternative, I did try the icon suggestions but it didn't work
(I don't know why, I followed the directions), but since that wasn't
my original request I abandoned it.

Thanks anyway.

Miguel
Jul 23 '05 #4
On 28 Sep 2004 23:44:27 -0700, Miguel Angel <M_*******@hotm ail.com> wrote:

[snip]
I have looked this up (as per your instructions), however, this is not
what I wanted to do. I don't want an icon to show on the address bar
or in the favourites section. I want to show next to the title of a
page an image. [...]


So by title, you mean next to the text in the TITLE element? Like

<head>
<title>Page title *Image here*</title>
</head>

No, that's not possible.

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #5
"Michael Winter" <M.******@bluey onder.co.invali d> wrote in message news:<opse2xwxu 4x13kvk@atlanti s>...
On 28 Sep 2004 23:44:27 -0700, Miguel Angel <M_*******@hotm ail.com> wrote:

[snip]
I have looked this up (as per your instructions), however, this is not
what I wanted to do. I don't want an icon to show on the address bar
or in the favourites section. I want to show next to the title of a
page an image. [...]


So by title, you mean next to the text in the TITLE element? Like

<head>
<title>Page title *Image here*</title>
</head>

No, that's not possible.

Mike

That is exactly what I wanted to do. Thanks for letting me know this
is not possible.

Miguel
Jul 23 '05 #6

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

Similar topics

9
9581
by: matthiasjanes | last post by:
Hi, Maybe someone of you can help me. I'm trying to display an image in memory(open file) with an cgi script - but it want work proberly: I'm running an Cgi webserver (CgiServerGui.py). both files are in the /cgi/ folder
2
1782
by: j van c | last post by:
I have a menubar on my main page. when clicking on a menu item I want to open an existing htm page at a certain position in my main page I use no frames. It should be replacing a div-section. Below is the script for opening in a new window mainMenuItem("xyz",".gif",27,118,"javascript:var newwin=window.open (another.htm',null,'height=200,width=400,status=yes,toolbar=no,menubar=no,...
14
11096
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a window.open function? I would prefer not to create a separate HTML page. So far all I have is the basic var cwin = window.open('images/KJV-THANKS.gif', 'Thanks', 'width=243,height=420,'); cwin.focus();
4
2756
by: tshad | last post by:
I am trying to set up an Image authorization where you type in the value that is in a picture to log on to our site. I found a program that is supposed to do it, but it doesn't seem to work. It should put a blue and yellow box on the page with "This is a test" as part of the picture. But what I get is a broken Gif. The other problem is that I can't view the source???? The view source is disabled for this page. What causes this?
2
2813
by: amritranjan | last post by:
This is my Jsp code for image upload in database: -----------Upload.jsp---------------- <html> <head> <title>Account Details </title> </head> <body bgproperties="fixed" bgcolor="#CCFFFF"> <form method="POST" action="UploadPicture.jsp" enctype="multiform/form-data">
7
2407
by: hsegoy1979 | last post by:
Dear All Iam using file upload control and i want to display image in another pop up page .But image is not displaying in image control iam sending image path thru querystring . here is my code <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html...
3
4434
by: premprakashbhati | last post by:
hi, good evening.. i am going to upload an image in a web form .....for that iam using HTML input(file) control and one web control button i.e., Upload_Button() here is the code ...its work fine when iam using a normal web page... but can't in content page.... Code in Master Page <%@ Master Language="C#" AutoEventWireup="true" CodeFile="submaster.master.cs" Inherits="submaster" %> <%@ Register Assembly="AjaxControlToolkit"...
2
4095
by: studentofknowledge | last post by:
For some unknown reason ie is placing images I have in a div in a weird way. One image is overlapping another but this problem is not occuring in mozilla. I have looked at my code over and over again but cant seem to find out what the problem is. I think this could be fixed with a i.e hack??? please advise the problem of the overlapping image is occuring in imagerow2 div on line 56. please see my code below here is my html <!DOCTYPE...
0
10146
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...
1
10080
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9944
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
8968
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...
1
7494
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4044
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3643
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2875
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.