Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> How Do You Get The Icon?, The icon on web browsers??
faith
post Aug 8 2005, 02:49 AM
Post #1


Member [Level 1]
****

Group: Members
Posts: 59
Joined: 7-August 05
Member No.: 10,425



In alot of websites i see, they have custom little icons, like trap17, im using IE and in the little browser bar on the left on the home page, itts a custom icon, and its the same thing in my favorites menu, some sites with just regular ones is the little E with the page in the backround, and i was wondering how do you get it custom?
Go to the top of the page
 
+Quote Post
Tyssen
post Aug 8 2005, 02:54 AM
Post #2



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



A search in Google on 'favicon' will tell you what you need to know.
Go to the top of the page
 
+Quote Post
guangdian
post Aug 8 2005, 03:01 AM
Post #3


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,182
Joined: 24-September 04
Member No.: 1,245



yes.
but what do you mean?
just the <http://yoururl/favor.ico">?

why my ie don't get that?
that is using so much ?
oh i'm not sure.
then I think if you wanna made it.
it's simple
Photoshop can do it.
Go to the top of the page
 
+Quote Post
kraam
post Aug 8 2005, 03:04 AM
Post #4


Member [Level 1]
****

Group: Members
Posts: 56
Joined: 7-August 05
Member No.: 10,411



you can do it with many graphic programs - photoshop, paintshop, fireworks etc... but i think you have to save it as a .png.
Go to the top of the page
 
+Quote Post
faith
post Aug 8 2005, 03:26 AM
Post #5


Member [Level 1]
****

Group: Members
Posts: 59
Joined: 7-August 05
Member No.: 10,425



Thanks SO muc tyseen, i was like dieing to know, and didnt know what it was called!
Go to the top of the page
 
+Quote Post
palladin
post Aug 8 2005, 09:34 AM
Post #6


Member [Level 3]
******

Group: Members
Posts: 92
Joined: 28-June 05
Member No.: 8,782



CODE
<link rel="Shortcut Icon" href="icon_name.ico">


Place this in HEAD section.

But this is work only when someone add you page to favorites. SOMEONE know how to do working icon even if site not added to favorites ?

--------------------

Practice is when evrything work but no one know why.
Theory is when work nothing but evry one know why.
Programmers join Practice with Theory - nothing work and no one know why cool.gif
Go to the top of the page
 
+Quote Post
midnightvamp
post Aug 8 2005, 09:46 AM
Post #7


Privileged Member
*********

Group: [HOSTED]
Posts: 624
Joined: 9-May 05
From: Oshawa, Ontario, Canada, North America, Planet Earth, Our Sun's Orbit, Milky Way Galaxy, The Universe, Beyond
Member No.: 6,839
myCENT:19.23



QUOTE(palladin @ Aug 8 2005, 05:34 AM)
CODE
<link rel="Shortcut Icon" href="icon_name.ico">


Place this in HEAD section.

But this is work only when someone add you page to favorites. SOMEONE know how to do working icon even if site not added to favorites ?

--------------------

Practice is when evrything work but no one know why.
Theory is when work nothing but evry one know why.
Programmers join Practice with Theory - nothing work and no one know why cool.gif
*




Okay, that is cool, so does that mean, that if I added that code to my site, and someone put a shortcut link to it on their desktop, it would be the icon I choose? That would be pretty neat. Or will that only work too if the page has been bookmarked?
Go to the top of the page
 
+Quote Post
Inspiron
post Aug 8 2005, 11:50 AM
Post #8


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,203
Joined: 25-March 05
Member No.: 4,883



Hey dude... Do this.. :

CODE


<html>
<head>
 <title> Favicon.com - custom icons for your website!</title>
 [b]<LINK REL="SHORTCUT ICON" HREF="favicon.ico">[/b]
</head>

<body>

  <!-- Your HTML contents here -->

</body>

</html>

Go to the top of the page
 
+Quote Post
Inspiron
post Aug 8 2005, 11:52 AM
Post #9


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,203
Joined: 25-March 05
Member No.: 4,883



Oh as referred to my previous post, any moderators or administrators please help me get that important line Bold if possible.
Thanks and sorry for double posting...
Go to the top of the page
 
+