Picture next to the title

Wizet

New Member
Messages
644
Reaction score
0
Points
0
Is there a script anywhere that can allow you to have a picture next to your title bar? For example like that circle thing next to the url address box.
 

nexhunter

New Member
Messages
239
Reaction score
1
Points
0
here a code to get any image to act as favicon,
insert into the <head> section of your document
Code:
<link rel="icon" type="image/(replace with end of image tag without the *.*)" href="path/to/icon"/>

and favicons are usualy 19x19pixels
 
Last edited:
Top