My Favicon isn't showing up on my local server -


i'm working on local server , trying add simple favicon. have searched high , low on these forums, , tried everything. i'm not sure going wrong.

this code have inserted head of code:

<link href="http://www.canwise.com/favicon.ico" rel="shortcut icon" type="image/x-icon"/> 

my favicon image in same folder html file page. haven't put in images folder.

i can't life of figure out i'm doing wrong? i'm working else's coded files homepage file not called "index.html" it's called "application.html.erb" have it? also, other html files stored in different folders. put favicon image in same folder html.

any suggestions? please help. i'm new coding.

i pretty sure work if remove "shortcut" text rel tag. should this: rel="icon" think "shortcut" text proprietary old ie browsers.

if doesn't work check paths. test using relative path instead of full path. example: href="favicon.ico" if icon in same directory.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -