Page 1 of 1

Bookmarking Links

Posted: Fri Oct 26, 2007 9:57 pm
by JellyFish
Whenever I bookmark an anchor the name of the bookmarklet is the links href. What I'd like to know, is there an attribute for an anchor element that allows me to set the name of the bookmark when the link is dragged up to the bookmarks bar?

Hopefully you understand what I mean by this.

Thanks. :D

Posted: Fri Oct 26, 2007 10:09 pm
by JAB Creations
You're probably referring to the alt and/or title attributes. I assume you're bookmarking anchors in Firefox? The alt attribute is required to validate certain (if not all) versions of XHTML. I use title attributes whenever I can (or at least insert them blank to later be filled in on all my work on anchors and images though sometimes other elements too).

Posted: Fri Oct 26, 2007 11:22 pm
by JellyFish
[quote="JAB Creations"]You're probably referring to the alt and/or title attributes. I assume you're bookmarking anchors in Firefox? The alt attribute is required to validate certain (if not all) versions of XHTML. I use title attributes whenever I can (or at least insert them blank to later be filled in on all my work on anchors and images though sometimes other elements too).[/quote

Ooot! Thanks yous! :D