![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
creating shortcut icon
hi all,
im doing a project which uses frontpage. i have finished compiling all the htm extension itno exe for installation etc.. the starting page, i named it as start.htm. i have create a personal icon, named cp.ico. I was wandering if i can change the start.htm icon (IE Icon) into my personal (cp.ico). So that when user clicked on my personal (cp.ico)..they will be able to view my starting page using internet explorer.. i hope to get some suggustion, thanks :) |
|
|
|
|
|
#2 (permalink) |
|
Seasons Greetings
|
Publish the icon into the root directory of your web site
Help the browser find your icon by including in the html, somewhere between the <head> and </head> tags, the following: Code:
<link rel="shortcut icon" href="http://www.your-web-site-name.com/favicon.ico"> |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Feb 2005
Posts: 6
OS: Windows XP Home
|
If it's going to run locally, then put the *.ico file in the same root directory as the rest of the HTML pages, and insert this code into the HTML pages. By the way, you need to rename the icon file, to favicon.ico
HTML Code:
<link rel="shortcut icon" href="favicon.ico" Good luck! |
|
|
|
![]() |
| Thread Tools | |
|
|