Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Posts
    5,380

    HTML Bookmarks in FF

    anyone got any pointers on how to format html bookmarks for FireFox, im following the below rules and it only works in IE, load the page in FF and the links do nothing at all

    Thus, for example, an author might create a table of contents whose entries link to header elements H2, H3, etc., in the same document. Using the A element to create destination anchors, we would write:

    <H1>Table of Contents</H1>
    <P><A href="#section1">Introduction</A><BR>
    <A href="#section2">Some background</A><BR>
    <A href="#section2.1">On a more personal note</A><BR>
    ...the rest of the table of contents...
    ...the document body...
    <H2><A name="section1">Introduction</A></H2>
    ...section 1...
    <H2><A name="section2">Some background</A></H2>
    ...section 2...
    <H3><A name="section2.1">On a more personal note</A></H3>
    ...section 2.1...

    We may achieve the same effect by making the header elements themselves the anchors:

    <H1>Table of Contents</H1>
    <P><A href="#section1">Introduction</A><BR>
    <A href="#section2">Some background</A><BR>
    <A href="#section2.1">On a more personal note</A><BR>
    ...the rest of the table of contents...
    ...the document body...
    <H2 id="section1">Introduction</H2>
    ...section 1...
    <H2 id="section2">Some background</H2>
    ...section 2...
    <H3 id="section2.1">On a more personal note</H3>
    ...section 2.1...
    Open your eyes to Narcissism, Don't let her destroy your life!!

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    nm, i had a hash "#" in my header tag, removed it and it works
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. Html editing: useful links & questions
    By travisperkins in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 03-09-2006, 12:37 AM
  2. How to insert bullet in a paragraph object
    By jrak in forum AutoPlay Media Studio 6.0
    Replies: 13
    Last Post: 12-29-2005, 10:53 AM
  3. SQLite data to HTML file
    By Intrigued in forum AutoPlay Media Studio 5.0
    Replies: 16
    Last Post: 10-23-2004, 03:19 AM
  4. HOWTO: Open an HTML Help File to a Specific Topic
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-01-2002, 02:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts