|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello everybody.
Just wondering, how do you add in a little icon for your website, similar to the one you guys have on WPW that appears in the address bar and when you add to favorites? Thanks for helping... |
|
|||
|
I think your referring to this command:
<link rel="shortcut icon" href="favicon.ico"> which is put between your <head></head> tags. If you havent already got it in .ico format, you will have to convert it. (there are plenty of freebie icon convertors on net) Cindy
__________________
Web Development Community ::: Forum ::: Library It' time for Progressive Web & IT Development! |
|
|||
|
Cindy,
Thanks for your help. What is the specific size of the icon? Thanks... |
|
|||
|
32px x 32px is the stantard.
I don't speak for the girl, though lol. Do you need a tutorial to look at? http://codepunk.hardwar.org.uk/ahtml33.htm This was the best tutorial site I used at the very beginning of my career! |
|
||||
|
Hi Becky,
the topic of favicons came up on Web Programming in August last year, have a look through the thread see if there's anything of use to you. http://www.webproworld.com/viewtopic.php?t=4620 PS. there's also an online favicon application at www.favicon.co.uk, but it's tricky to get it just right! Hope that helps, Paul |
|
|||
|
Thanks everybody, I think I'll be able to make one now... :)
|
|
|||
|
If you can believe it, someone is actually charging a hundred and twenty five bucks for a favicon! Better come with power windows and seats for that price.
I've managed to 'force' some icons out of paint, but it's not worth explaining how. For only ten bucks, USD you can buy IconArt Pro, with commercial license. Then you can charge your customers and arm-and-a-leg for favicons. In this metatag example, Code:
<link rel="shortcut icon" href="favicon.ico" type="icon/x-image" /> |
|
|||
|
I have viewed some websites and when saving these websites to my favorites they have a icon or picture that is set in replace of the standard (e) internet explorer icon. I want to do this on my website so this will show up when someone saves my website to their favorites.
Thank you for any help. |
|
||||
|
This is easily done, but remember, it isn't foolproof, as sometimes the icon cash gets messed up and suddenly you will see the standard icon back.
Easiest is to place the icon in the root directory of the website, and call it favicon.ico It needs to be a proper windows icon that you can make using a icon maker programme (many freeware available) Alternatively you can point to a suitable icon from the HTML using the following <LINK REL="SHORTCUT ICON" HREF="/favicon.ico"> in the <head> section of your page. That's it!
__________________
Jaap PalmVenue Broekhuizen Paintings MacSijp You've done it all You've broken every code (Steve Harley) |
|
||||
|
IE on PC is ok using favicons, IE Mac, however does not. Safari mac does, and I believe that the latest Netscape both Windows and Mac also displays favicons.
It is also recommended that you upload a version of the favicon in .png format and link BOTH in the head of your pages in the follwing way: <link rel="SHORTCUT ICON" href="favicon.ico"> <link rel="ICON" href="favicon.png" type="image/png"> The favicons (both .ico and .png) need to be uploaded in the site root directory. Also, the favicons should be exactly 16 pixels square. Look at the source code of these pages: http://www.latex-mania.com http://www.grindergirl.com One more thing: there is a favicon tutorial at: http://hotwired.lycos.com/webmonkey/01/18/index1a.html |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |