Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Icon in HTML address

Reply
Thread Tools

Icon in HTML address

 
 
marko
Guest
Posts: n/a
 
      04-24-2008
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 is http://www.google.com/

Please, help me.

Thanks, Marko



 
Reply With Quote
 
 
 
 
rotsjke@gmail.com
Guest
Posts: n/a
 
      04-24-2008
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

 
Reply With Quote
 
 
 
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      04-24-2008
marko wrote:

> 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 is http://www.google.com/


Use that search engine and look for: favicon

--
-bts
-Friends don't let friends drive Vista
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple image sizes in frame icon (window icon) in Swing Dan Polansky Java 3 02-12-2007 11:15 PM
app.rc resource's icon to .net Icon Miro Durcik ASP .Net 0 10-09-2004 12:44 AM
How can i add an icon file to the Address Bar (Without bookmarkin =?Utf-8?B?UGF0cmljay5PLklnZQ==?= ASP .Net 3 10-01-2004 07:23 AM
howto place internet icon on the level of the start icon Sieds Computer Support 5 04-18-2004 01:51 PM
Create a Desktop Icon with proper icon name, not URL name Bodi Javascript 1 11-18-2003 02:40 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57