How do I get an image to display before the url?
Thanks
SJ
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"/>
Thanks
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" />
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.