| View previous topic :: View next topic |
| Author |
Message |
twin_rotor Senior Tiger Member


Joined: 01 Aug 2007 Posts: 116 Location: Russvegas
|
Posted: Thu Aug 02, 2007 2:21 pm Post subject: Favricons |
|
|
I'm having a problem getting my favricon back on this URL:
http://forums.alliedcombatexperts.org/
It still works on the main page, but since I've moved the forums to its subdomain, the favricon doesn't show up.. Heres the line:
| Code: |
//-->
</script>
</head>
<link rel="shortcut icon" href="http://forums.alliedcombatxperts.org/favicon.ico" type="image/vnd.microsoft.icon" />
<body class="ltr">
<a name="top"></a> |
_________________ www.alliedcombatexperts.org |
|
| Back to top |
|
 |
TigerBot Tiger Member

Joined: 19 Jun 2007
|
Posted: Thu Aug 02, 2007 2:21 pm Post subject: Sponsored Advertisement |
|
|
_________________ TigerBot
|
|
| Back to top |
|
 |
bsmith Graphics Guru


Joined: 19 Jun 2007 Posts: 678 Location: Arkansas, USA
|
Posted: Tue Aug 07, 2007 8:34 am Post subject: |
|
|
I always just used:
| Code: |
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> |
then put my favicon in my root. if it didn't show up I'd add one to the folder root and it would fix it.
of course, I'm not a favicon expert so I'm not sure if that is right or not... maybe one of the programming guys will swing by and confirm.  _________________ If you have an an urgent question, please call me.
Spam will be removed. |
|
| Back to top |
|
 |
twin_rotor Senior Tiger Member


Joined: 01 Aug 2007 Posts: 116 Location: Russvegas
|
Posted: Tue Aug 07, 2007 12:12 pm Post subject: |
|
|
My code matched yours before I started tryin to figure out why it wasn't working. The type link is different though, so I'll try that out instead.
Thanks
Ben _________________ www.alliedcombatexperts.org |
|
| Back to top |
|
 |
bsmith Graphics Guru


Joined: 19 Jun 2007 Posts: 678 Location: Arkansas, USA
|
Posted: Wed Aug 08, 2007 12:54 pm Post subject: |
|
|
Btw, if you are using IE6 it's not going to show up unless it's bookmarked... and then it may not show up for weeks if at all. Be sure you are testing in firefox or IE7. _________________ If you have an an urgent question, please call me.
Spam will be removed. |
|
| Back to top |
|
 |
twin_rotor Senior Tiger Member


Joined: 01 Aug 2007 Posts: 116 Location: Russvegas
|
Posted: Wed Aug 08, 2007 3:24 pm Post subject: |
|
|
I finally got around to changing the code to what you submitted above.. It works now. I still don't get why it worked before then stopped when I changed URLs(and I did move the favicon.ico also).
Anywho, doesn't matter now i guess .. Thanks!
BTW, thanks for the tip with IE6.. Most of our clan members use Firfox or IE7. _________________ www.alliedcombatexperts.org |
|
| Back to top |
|
 |
|