/    Sign up×
Community /Pin to ProfileBookmark

Alright, I don’t know how to explain it, so I’ll use a URL to show it. On the [URL=http://www.htmlgoodies.com/]HTML Goodies home page[/URL], if you look in the address bar, you see that little icon before the address. What’s it called and how do you make it??? ?

to post a comment
Full-stack Developer

3 Comments(s)

Copy linkTweet thisAlerts:
@khakiJun 20.2003 — hi charish2k1...

it's called a favicon.

go to the HTML forum (on this site) and type [B]favicon[/B] in the search box.

you will get about 1/2 a dozen threads that cover it.

? k
Copy linkTweet thisAlerts:
@charish2k1authorJun 20.2003 — Alright, what about the cursor? What's the code so that instead of the Windows cursor, it uses your custom cursor made in Microangelo or some other program? And how do you do it on a frames page?
Copy linkTweet thisAlerts:
@pyroJun 20.2003 — Insert this in the <head> of the page you want to have the custom cursor, or better yet, in a .css file, and call that on the page:

&lt;style type="text/css"&gt;
body {
cursor: url("yourcursor.cur");
}
&lt;/style&gt;
×

Success!

Help @charish2k1 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...