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

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -