SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: Bookmarking via image
-
Oct 12, 2001, 14:18 #1
- Join Date
- Sep 2001
- Location
- Underneath the Earth w/ Krom (Canada)
- Posts
- 787
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Bookmarking via image
I've seen java coding for bookmarking via text...now how about via image? (I'm a coding defunct)
Another bookmark related question. Matt had this great article about adding a bookmark logo to IE 5.5--
I made a nifty logo for my site and it worked! However when I came back to the site a day later, I noticed the logo was no longer showing up. Is that because you have to register the favicon program??
-
Oct 15, 2001, 13:05 #2
- Join Date
- May 2001
- Location
- Channel Islands Girth: Footlong
- Posts
- 5,882
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Re: Bookmarking via image
Originally posted by guysmy
I've seen java coding for bookmarking via text...now how about via image? (I'm a coding defunct)
Another bookmark related question. Matt had this great article about adding a bookmark logo to IE 5.5--
I made a nifty logo for my site and it worked! However when I came back to the site a day later, I noticed the logo was no longer showing up. Is that because you have to register the favicon program??
And remember that in order for a favicon to work, the image must reside in EVERY directory there is in your filestore.I swear to drunk I'm not God.
» Matt's debating is not a crime «
Hint: Don't buy a stupid dwarf ö Clicky
-
Oct 15, 2001, 16:28 #3
- Join Date
- Sep 2001
- Location
- Underneath the Earth w/ Krom (Canada)
- Posts
- 787
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Yea!
I mean clicking an image to add the page to favorites...
I have the favicon in all dir. still does not want to work.
-
Oct 15, 2001, 21:04 #4
Re: Yea!
Originally posted by guysmy
I mean clicking an image to add the page to favorites...
I have the favicon in all dir. still does not want to work.
and for favicon I don't actually think you need it in every directory just your base directory.
If you can't get it to work its good to add
<LINK REL="SHORTCUT ICON"href="http://you_url/you_icon.ico">
That will tell the browser the exact place to get it from
-
Oct 15, 2001, 21:12 #5
example code
<!--[if IE]>
<A onclick="c=0" HREF="javascript:window.external.AddFavorite('http://www.yahoo.com','Yahoo Search')"><IMG BORDER=0 src="You_image_url"></A>
<![endif]-->
That works, i think thats what you where aksing for, Note with that code i put it in ie tags only as the script only works in ie, just remove that if you don't mind the bookmark links showing up to netscape users.
-
Oct 15, 2001, 23:16 #6
- Join Date
- Sep 2001
- Location
- Underneath the Earth w/ Krom (Canada)
- Posts
- 787
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
kewl
Thanks guys, I already linked my favicon.ico with that code before..I can't get it to work.
Bookmarks