Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > inserting image in title of html page

Reply
Thread Tools

inserting image in title of html page

 
 
Miguel Angel
Guest
Posts: n/a
 
      09-27-2004
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
 
Reply With Quote
 
 
 
 
Philip Ronan
Guest
Posts: n/a
 
      09-27-2004
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

(Please remove the "z"s if replying by email)


 
Reply With Quote
 
 
 
 
Miguel Angel
Guest
Posts: n/a
 
      09-29-2004
jmm-list-gn <jmm-> wrote in message news:<x5OdnfZjIPnxNcXcRVn->...
> 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
 
Reply With Quote
 
Michael Winter
Guest
Posts: n/a
 
      09-29-2004
On 28 Sep 2004 23:44:27 -0700, Miguel Angel <> 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.
 
Reply With Quote
 
Miguel Angel
Guest
Posts: n/a
 
      09-30-2004
"Michael Winter" <> wrote in message news:<opse2xwxu4x13kvk@atlantis>...
> On 28 Sep 2004 23:44:27 -0700, Miguel Angel <> 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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I'm looking for html cleaner. Example : convert <h1><span><font>my title</font></span></h1> => <h1>my title</h1>… Stéphane Klein Python 2 03-30-2010 12:35 AM
Re: I'm looking for html cleaner. Example : convert <h1><span><font>my title</font></span></h1> => <h1>my title</h1>… Stefan Behnel Python 0 03-29-2010 08:14 PM
Inserting Page Title in HTML Automatically Jonathan Wood ASP .Net 7 01-03-2008 01:05 AM
Friendly Urls with page title in (eg. page-title.aspx) anthonykallay@googlemail.com ASP .Net 1 04-24-2007 08:25 AM
How 2 place page title into window title using sitemap in master page? bednar.tomas@gmail.com ASP .Net 0 11-30-2006 03:17 PM



Advertisments