#2: Re: Icon in HTML address
Posted on 2008-04-24 17:02:00 by rotsjke
On 24 apr, 16:47, "marko" <s...@dd.com> wrote:
> Hello!
>
> I have some problem with HTML. I don't know how to put small icon in the
> address bar on HTML on its left side. Example:
>
> (icon G) than ishttp://www.google.com/
>
> Please, help me.
>
> Thanks, Marko
Hi Marko,
you have to add these lines:
<link rel="icon" href="image.ico" type="image/x-icon" />
<link rel="shortcut icon" href="image.ico" type="image/x-icon" />
and have to put the file image.ico (has to be an icon image) in the
root of your website.
Rotsj
Report this message |