Click to See Complete Forum and Search --> : How to put image before URL? Simple help


toplisek
10-06-2005, 09:16 AM
I would like like http://www.amazon.com (ccd)
image before URL in browser. Please advise me how to do it? :)

The Little Guy
10-06-2005, 09:39 AM
If you mean in the address bar, go here: http://www.chami.com/html-kit/services/favicon/

If you mean in the actual section of the page do this

<img src="xxx.jpg"><a href="http://www.amazon.com>http://www.amazon.com</a>

toplisek
10-10-2005, 04:02 AM
Thanks, I will look.

toplisek
10-19-2005, 04:05 PM
I have checked http://www.chami.com/html-kit/services/favicon/
and it is not stable. It is shown on first visit and then after reload page it will not work. Can you help me with the best option which will work all the time?

the tree
10-19-2005, 04:31 PM
Keep what you've got and add this to the head element of your page<link rel="shortcut icon" type="image/icon" src="favicon.ico">

toplisek
10-20-2005, 03:38 AM
Problem is also that when I put once on page and replace than it will not be new one.