+ 8
How I insert a logo in title bar?
8 ответов
+ 4
you can get it in Php....☺
+ 6
You have php man..you may find the answer in upcoming lessons..good luck boy..
+ 5
Hello!
✓ To insert a logo in the title bar, place this code below the title tag:
<link rel="logo" href="images/source.jpg" />
here, HREF should define the source of the logo to be placed in the title bar.
I hope this helps!
+ 4
that code is not working
+ 3
thanq friend...., I just follow it.
+ 3
thankq
+ 2
send your code
+ 1
Convert & rename your logo image into "favicon.ico" file.
To do that easily, you can use "http://www.favicon-generator.org/"
then put favicon.ico file in your website root directory.
set the path using below code inside <head> element.
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">