Display icon on browser??
Hj .My problem is how to display icon like some website or like this site.Give me the code or Articles to do it.I want to do like this image:Thanks so much!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Oct 31, 2011, 12:04 PM
PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
type="image/png"
href="http://example.com/myicon.png">
[…]
[…]
it can be a image on your disk, just change the href portion.
viet vo quocPosted Oct 31, 2011, 12:10 PM
viet vo quocPosted Oct 31, 2011, 12:00 PM
Javeed M ShaikhPosted Oct 31, 2011, 11:45 AM
did you try this in the head section.