Subscribe
Receive the free twice-monthly FreePint Newsletter.
Join now »

Enter your
email address:

My Account »

FreePint Shop: My Shop



Bookmark and Share







Testimonial?
If you find FreePint useful, please supply a testimonial »

Home > Forum > Bar > Message

bookmarking/anchoring in html

Share this posting:

Content feed RSS Feeds    Twitter feed Twitter Feed

... or subscribe to the FreePint Newsletter.

 

Scroll down  Scroll down to read the full posting

 

« Return to the FreePint Bar Message Index

 

Click to visit the FreePint ShopFreePint Research Report: Information Governance Policies and Priorities: This was the first time FreePint Research brought together various areas of information governance -- records management, IP protection, copyright risk management, etc. -- into a single research project.
Find out more »

The FreePint Bar is free
thanks to our sponsors:

Message Index    |  Flat View  

Share this posting:




Featured Posting:


Popular Bar posts
(60 days):


Return to the
Message Index

 bookmarking/anchoring in html
Author:wendy fortington
Date:Tuesday, 16th Apr 2002 00:15
Views:6,057 (excluding Digests and RSS feeds)
Category:Internet Searching, Webmaster, eCommerce
URL:http://www.freepint.com/go/b17133

Does anybody know the particular HTML code for bookmarking/anchoring on a page. The normal method (in frontpage) is for these anchors to be invisible - somebody has changed ours and I want to change it back. I am not clever enough to work this out myself

blog comments powered by Disqus

Topic Author Date ID
• bookmarking/anchoring in html
Does anybody know the particular HTML code for bookmarking/anchoring on a page. The normal method (in frontpage) is for these ...
wendy fortington 16/04/02 00:15 17133
  • Re: bookmarking/anchoring in html
All links are underlined by default so you need to put in some code rather than remove it. You'll ...
Kylie Baxter 17/04/02 15:23 17168
  • Re: bookmarking/anchoring in html
Hi Wendy Just a thought.. IE can be set to automatically underline links in Internet Options / Advanced. If you do ...
Stuart Cliffe 17/04/02 01:57 17149
    • Re: bookmarking/anchoring in html
stuart - thanks I dont think it requires anybody really clever just cleverer than me - and I dont want ...
wendy fortington 17/04/02 04:41 17150
  • Re: bookmarking/anchoring in html
An external bookmark: Your link would go here A relative bookmark (i.e. relative to another file on your website): This links ...
Matt 16/04/02 10:54 17135
    • Re: bookmarking/anchoring in html
Matt thanks very much - I am having a major problem explaining what I need. I know how to do ...
wendy fortington 17/04/02 00:57 17148
      • Re: bookmarking/anchoring in html
Wendy not clear if your Freepint post was answered. In the CSS file there's a listing similar to this. You'll need ...
Rod Sweek 18/04/02 11:34 17191
    • Re: bookmarking/anchoring in html
Bugger. Didn't show. Try this (replacing the square brackets): External: [a href="http://www.freepint.com/"]Freepint[/a] Relative: [a href="/bar/nonexistentfile.htm"/]Filename[/a] Internal: (1) The anchor... [a name="#linkone"][/a] (2) The link to the anchor... [a href="yourpagename.htm#linkone"]Link ...
Matt 16/04/02 10:57 17136
      • Re: bookmarking/anchoring in html
As I understand it, the target (anchor) point on the page does not have the hash symbol (#) in it, ...
Sue Black 17/04/02 11:09 17158
        • Re: bookmarking/anchoring in html
Sorry, you're absolutely right. Don't know why I went wrong there.
Matt 24/04/02 10:38 17284