Mini Icon
Moderator: snoopdog
- snoopdog
- Yellow Tang
- Posts: 4258
- Joined: Mon Feb 17, 2003 7:37 pm
- Are you a Bot ?: No
- Location: Mobile, Al
- Contact:
Everyone give thanks to Harbinger for taking his personal time to do this. It looks great and I am happy that we have him in our crew.
"When they was no meat we ate fowl, when there was no fowl we ate crawdad. And when there was no crawdad to be found, we ate sand."--Cellmate
"You ate what?"--H.I.
"We ate sand."--Cellmate
"You ate sand?"--H.I.
"That's right."--Cellmate
"You ate what?"--H.I.
"We ate sand."--Cellmate
"You ate sand?"--H.I.
"That's right."--Cellmate
- harbingerofthefish
- Copepod
- Posts: 393
- Joined: Sun Feb 23, 2003 2:55 pm
- Location: ^^Harbinger wishes he was way up here^^ - um...can we say abuse of power here?! and memphis, tn ;)
- Contact:
hmmm...no problem but I don't see it.
Anyone else not see it?
might fix my problem. And yep I have cleared my cache 
[edit]oops, typo[/edit]
Anyone else not see it?
Code: Select all
<link rel="icon" href="favicon.ico" />
Code: Select all
<link rel="shortcut icon" href="http://www.mbrk.com/favicon.ico">

[edit]oops, typo[/edit]
"nothing is the matter, it don't matter what you think"
- snoopdog
- Yellow Tang
- Posts: 4258
- Joined: Mon Feb 17, 2003 7:37 pm
- Are you a Bot ?: No
- Location: Mobile, Al
- Contact:
Well I made that change Harbinger, but honestly it comes up on 4 machines here. Some are running Firefox, some IE 6. I guess 5 machines if you count the one here at work.
"When they was no meat we ate fowl, when there was no fowl we ate crawdad. And when there was no crawdad to be found, we ate sand."--Cellmate
"You ate what?"--H.I.
"We ate sand."--Cellmate
"You ate sand?"--H.I.
"That's right."--Cellmate
"You ate what?"--H.I.
"We ate sand."--Cellmate
"You ate sand?"--H.I.
"That's right."--Cellmate
- harbingerofthefish
- Copepod
- Posts: 393
- Joined: Sun Feb 23, 2003 2:55 pm
- Location: ^^Harbinger wishes he was way up here^^ - um...can we say abuse of power here?! and memphis, tn ;)
- Contact:
hmmm... but i did take another look.
The <link> tag for the icon is inside the CSS <style> tag. Not supposed to be there. might be my problem.
Needs to be above the <style> tag like the rest of the <link> tags.
Don't know if was like that before i didn't notice it's location until now.
It shows in FF 1.0.2,
but not in IE6.x or Moz 1.7.5
even after clearing all thier caches.
hmmm...
[/code]
The <link> tag for the icon is inside the CSS <style> tag. Not supposed to be there. might be my problem.
Code: Select all
...
<link rel="chapter forum" href="viewforum.php?f=18" title="Vendor's Only" />
<title>Mobile Bay Reef Keepers :: View topic - Mini Icon</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
[color=red]<link rel="shortcut icon" href="http://www.mbrk.com/favicon.ico">[/color]
<!--
...
Needs to be above the <style> tag like the rest of the <link> tags.
Don't know if was like that before i didn't notice it's location until now.
It shows in FF 1.0.2,
but not in IE6.x or Moz 1.7.5
even after clearing all thier caches.
hmmm...
[/code]
"nothing is the matter, it don't matter what you think"