Icon in URL box -, How can you change it? |
![]() ![]() |
Icon in URL box -, How can you change it? |
Oct 26 2007, 09:28 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Jan 2006 Member No: 342,692 |
Does anyone have the code to change to icon that shows up in the URL box for a site?
![]() thank you |
|
|
|
Oct 26 2007, 11:34 AM
Post
#2
|
|
![]() Hey, I'm Mike ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,272 Joined: May 2006 Member No: 406,241 |
I just added this code a few days ago... make sure you search the scripts
CODE <LINK REL="SHORTCUT ICON" HREF="IMAGEURLHERE">
|
|
|
|
Oct 26 2007, 11:41 AM
Post
#3
|
|
![]() forgive & forget ![]() ![]() ![]() ![]() Group: Member Posts: 176 Joined: Jul 2007 Member No: 551,100 |
That's a favicon. Mike is right. The code below is the one I'm using right now & it works. Just replace XXX with the url of your image or desired icon for your site.
CODE <link rel="shortcut icon" type="image/ico" href="XXX" />
|
|
|
|
Oct 26 2007, 11:45 AM
Post
#4
|
|
![]() Hey, I'm Mike ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,272 Joined: May 2006 Member No: 406,241 |
^-- I just posed that exact code
if you need directions check out my topic http://www.createblog.com/scripts/script.php?id=932 |
|
|
|
Oct 26 2007, 12:19 PM
Post
#5
|
|
![]() forgive & forget ![]() ![]() ![]() ![]() Group: Member Posts: 176 Joined: Jul 2007 Member No: 551,100 |
Yeah, I just shared my opinion. And I don't know if the code works without type="image/ico" that's why I shared mine but anyways I'm sorry if you found it annoying. I just didn't know.
|
|
|
|
Oct 26 2007, 12:25 PM
Post
#6
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Creating favicon in photoshop: http://www.photoshopsupport.com/tutorials/...er/favicon.html You can use this cute generator if you don't have something and want something really simple: http://www.favicon.cc/ |
|
|
|
Oct 26 2007, 12:32 PM
Post
#7
|
|
![]() forgive & forget ![]() ![]() ![]() ![]() Group: Member Posts: 176 Joined: Jul 2007 Member No: 551,100 |
Yeah, precisely.
|
|
|
|
![]() ![]() |