How do I get an image to display before the url?

Thanks
SJ

Recommended Answers

All 4 Replies

Do a web-search for "favicon".

And put some code like this in the header of your html:

<link rel="shortcut icon" href="icon.ico" type="image/x-icon"/>

And put some code like this in the header of your html:

<link rel="shortcut icon" href="icon.ico" type="image/x-icon"/>

That's an IE hack. The standard is:

<link rel="icon" href="favicon.ico" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.