Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » please help with displaying image in <title>


please help with displaying image in <title>

Reply
  #1 (permalink)  
Old 06-15-04, 12:06 AM
krmoon krmoon is offline
Newbie Coder
 
Join Date: May 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Question please help with displaying image in <title>

Any help would be GREATLY appreciated!! I can't find a tutorial on this anywhere!

To give an example of what I am talking about...go to ESPN.com in IE and you will see ESPN's logo displayed right before the url (and also in in your favorites list)...how in the world do you do that???


Thanks so much to anyone who knows!!!
Reply With Quote
  #2 (permalink)  
Old 06-15-04, 09:00 AM
cshark's Avatar
cshark cshark is offline
Wannabe Coder
 
Join Date: Jan 2004
Location: Indianapolis
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up

I've actually been thinking about doing one myself.
What you're talking about is usually refered to as a "fav icon"

First... you need to create an icon graphic. There are lots of tools that do this. My favorite is QTAM Bitmap to Icon 3, but there are others. I hear that even photoshop has a plugin for this now.

Once you have the icon try something like this in the head of your document.

Code:
<head>
<title>My page Title</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta content="My silly meta tag here">
</head>
Remember to change favicon.ico to the name of your icon file. In this example, you would keep the .ico file in your root directory. But this can be done in any directory off the root using /path/to/file/ type linking.

Hope that helps.

Enjoy.
__________________
Later
Cshark

Try <a href="http://shorthand.org">Shorthand</a>, an exciting new language for web applications.
Reply With Quote
  #3 (permalink)  
Old 06-24-04, 01:37 AM
gps gps is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by krmoon
Any help would be GREATLY appreciated!! I can't find a tutorial on this anywhere!

To give an example of what I am talking about...go to ESPN.com in IE and you will see ESPN's logo displayed right before the url (and also in in your favorites list)...how in the world do you do that???


Thanks so much to anyone who knows!!!
Hi,

You can also log on to www.chami.com for the .ioc images.

G.P.Singh
www.sasnagarinfo.com
Reply With Quote
  #4 (permalink)  
Old 06-26-04, 05:57 PM
Sharon White Sharon White is offline
Newbie Coder
 
Join Date: May 2004
Location: London
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
__________________
Sharon White
Reply With Quote
  #5 (permalink)  
Old 06-27-04, 10:12 PM
computelllc computelllc is offline
Newbie Coder
 
Join Date: May 2004
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Re:

chami.com is great. Thanks for the link.
__________________
<a href=http://www.computelllc.com>Computel LLC</a> : Computers and Internet Directory : Resource for the Internet & World Wide Web. Submit your FREE listing now.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with upload image and getting image name to db mikewooten PHP 3 05-14-04 04:52 PM
need help with viewing uploaded image on webpage? mikewooten PHP 0 03-16-04 07:39 PM
how to change text dynamically with image? rabbit51 JavaScript 1 02-23-04 08:35 AM
How to change text dynamically with image? rabbit51 Script Requests 0 02-07-04 12:14 PM
Displaying default images galesjam PHP 4 01-16-04 04:23 PM


All times are GMT -5. The time now is 10:13 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.