Quizzes & Puzzles1 min ago
Make an icon thats is shown next to the website address?
5 Answers
when you visit some website they are able to change the Internet Explorer picture to the left of the address at the top of the screen to there own logo. How is this done and can I do it on my website - http://www.paulbradley.biz
?
Answers
Best Answer
No best answer has yet been selected by paulobrad. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.That is a favicon
see below for details
http://www.favicon.co.uk/
It also helps if you put the following in the <head> section
<link rel="shortcut icon" href="<a href=http://www.(url target=_blank>http://www.(url</a>
of web page).favicon.ico">
<link rel="shortcut icon" href="<a href=http://www.(url target=_blank>http://www.(url</a>
of web page).favicon.ico">
-- answer removed --
-- answer removed --
Thanks for the attempt at editting pity it went so wrong
Put the following link to the favicon in the "head" section of your page's html code. You can do this by selecting view source in IE and saving the HTML as text
(left chevron)link rel="shortcut icon" href="(valid url for where the icon is)/favicon.ico"(right chevron)
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.