Toolbar image
-
How can I insert image into toolbar? like code project show small picture on toolbar Regard.
if you're interested in having your own little icon on the browser's tabs, Google for favicon. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
if you're interested in having your own little icon on the browser's tabs, Google for favicon. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
Thanks I found favicon code it's below but it didn't work :( why?
icon
Is it take several time to work exactly?
This one line of code in the head part of the HTML works for me:
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
assuming the icon file "favicon.ico" (IIRC the name matters) is in the server's "images" folder. When in doubt, look at the "page source" of any web page that gets you interested. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
This one line of code in the head part of the HTML works for me:
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
assuming the icon file "favicon.ico" (IIRC the name matters) is in the server's "images" folder. When in doubt, look at the "page source" of any web page that gets you interested. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
You can look at the page source of codeproject.com and search for favicon: I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess.
Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women
-
You can look at the page source of codeproject.com and search for favicon: I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess.
Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women
Thank you very much, however I discovered that many years ago and am using it myself, see my reply above. You are replying to the wrong person. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
-
Thanks I found favicon code it's below but it didn't work :( why?
icon
Is it take several time to work exactly?
You can look at the page source of codeproject.com and search for favicon: <link rel="icon" href="/favicon.ico" type="image/ico"> I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess. I hope that I am answering to the right person now :)
Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women
-
You can look at the page source of codeproject.com and search for favicon: <link rel="icon" href="/favicon.ico" type="image/ico"> I recommend to use the whole path to the image like "http://www.codeproject.com/favicon.ico" if you want to work in subdirectories and you want to use .htaccess. I hope that I am answering to the right person now :)
Wedding rings for women | Unique wedding rings for women | Diamond wedding rings for women