anchor to link to an absolute position

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default anchor to link to an absolute position

    I'm a newbie to this forum. Just installed Studio 8. Been building sites with
    MS FrontPage, so bare with me. Thanks.

    I want the anchor to link to an absolute position on the page. The
    [url]http://www.remyc.com[/url]

    RemyC Guest

  2. Similar Questions and Discussions

    1. absolute link paths
      Hi all, I'm using Contribute with Dreamweaver templates. On my template pages, I have an editable region containing navigation, all links are...
    2. Position Absolute (CSS) in IE and Firefox
      :confused; I don't know if my problem is (a) a CSS issue/mistake (b) a discrepancy between browsers or (c) an issue with the PVII ShowPic...
    3. Center image using position: absolute?
      I have an image (it's a navigation bar) that should appear with a specifc vertical position; so I'm using absolute positioning to put it a precise...
    4. Is there any way to smooth a line and still have each anchor point remain in a fixed position?
      I am new very new to Adobe Illustrator (I downloaded the try out for CS 3 day ago). I am trying to smooth (or make curve) a line with specific plot...
    5. How do I get absolute position deriving from Control instead of WebControl?
      I remember Nikhil Kothari discussing about this at ASP.NET Forums and he said it is impossible unless you derive from WebControl. -- Teemu...
  3. #2

    Default Re: anchor to link to an absolute position

    Your site certainly moves alot.

    What absolute position are you seeking?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "RemyC" <webforumsuser@macromedia.com> wrote in message
    news:dhm9mv$5ka$1@forums.macromedia.com...
    > I'm a newbie to this forum. Just installed Studio 8. Been building sites
    > with
    > MS FrontPage, so bare with me. Thanks.
    >
    > I want the anchor to link to an absolute position on the page. The
    > [url]http://www.remyc.com[/url]
    >

    Murray *TMM* Guest

  4. #3

    Default Re: anchor to link to an absolute position

    I want the anchor to not only go to the line, but to position exactly where the
    anchor is! Adding the page width and height numbers into the anchor code, so
    the page scrolls to it. I don't know how to explain it any better. Instead of
    just going to the line on the page to where the word or image is I want the
    page to automatically scroll to where the anchor is, so if I build a huge
    page, it will indeed create that effect of "moving a lot." Like building many
    pages on the same page, and having the anchor find them rather than open a new
    page. The code in the museumofsex website is too complex for me to understand,
    plus it's mixed in with templates, etc... there has to be a simpler way to
    write in an additional line of html to the anchor position that will add that
    feature and find its position on the page.

    RemyC Guest

  5. #4

    Default Re: anchor to link to an absolute position

    A named anchor will take you to the exact spot where that anchor is located.
    For example, if you have -

    <255 paragraphs of text content><a name="foo" id="foo">Whatever</a>

    then a link like - <a href="#foo"> - at the top of the page, will take you
    to that exact spot by scrolling the page. Is that your question?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "RemyC" <webforumsuser@macromedia.com> wrote in message
    news:dhme83$be3$1@forums.macromedia.com...
    >I want the anchor to not only go to the line, but to position exactly where
    >the
    > anchor is! Adding the page width and height numbers into the anchor code,
    > so
    > the page scrolls to it. I don't know how to explain it any better. Instead
    > of
    > just going to the line on the page to where the word or image is I want
    > the
    > page to automatically scroll to where the anchor is, so if I build a huge
    > page, it will indeed create that effect of "moving a lot." Like building
    > many
    > pages on the same page, and having the anchor find them rather than open a
    > new
    > page. The code in the museumofsex website is too complex for me to
    > understand,
    > plus it's mixed in with templates, etc... there has to be a simpler way to
    > write in an additional line of html to the anchor position that will add
    > that
    > feature and find its position on the page.
    >

    Murray *TMM* Guest

  6. #5

    Default Re: anchor to link to an absolute position

    Yes, but not exactly... It scrolls down, yes... But what I want it to do is
    also scroll sideways as well... horizontally, to where the anchor is, to align
    it left with the table or cell the anchor is in. So if an anchor is all the way
    2000 pixels right on a 800x600 webpage, the link will also automatically scroll
    the page to that position on the page (off screen) to center (or alight left)
    inside the visible portion of the 800x600 window.

    RemyC Guest

  7. #6

    Default Re: anchor to link to an absolute position

    [url]http://www.murraytestsite.com/namedanchorscroll.html[/url]

    That's what it does when you click on the link - however, it only brings the
    link to the first spot where it is onscreen. You have no further control
    beyond that.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "RemyC" <webforumsuser@macromedia.com> wrote in message
    news:dhovvh$glf$1@forums.macromedia.com...
    > Yes, but not exactly... It scrolls down, yes... But what I want it to do
    > is
    > also scroll sideways as well... horizontally, to where the anchor is, to
    > align
    > it left with the table or cell the anchor is in. So if an anchor is all
    > the way
    > 2000 pixels right on a 800x600 webpage, the link will also automatically
    > scroll
    > the page to that position on the page (off screen) to center (or alight
    > left)
    > inside the visible portion of the 800x600 window.
    >

    Murray *TMM* Guest

  8. #7

    Default Re: anchor to link to an absolute position

    Yes, I know... and that's why I am looking for an additional line of code to
    give me control horizontal as well as vertical. [url]http://www.museumofsex.com[/url] does
    it, So it's doable. If you don't know how, then maybe someone else on this
    forum will. Or we can both look further together. Thanks.

    RemyC Guest

  9. #8

    Default Re: anchor to link to an absolute position

    ah, yes, OK, sorry, got it!
    let me try something with this...
    RemyC Guest

  10. #9

    Default Re: anchor to link to an absolute position

    finally got the page the way I wanted it to work...
    [url]http://www.remyc.com/Carly_Champagne.html[/url]
    almost, close enough...
    had to go back to FP to work with bookmarks instead of anchors...
    because I could figure out how to delete the underline on the linked text...
    I have a big learning curve between FP and Dreamweaver...
    But that's a whole other bowl of wax...
    I can't even find the pencil and the eraser to insert and delete tables and
    cells yet...
    Maybe there isn't any... never mind... will get a book! ;)

    RemyC Guest

  11. #10

    Default Re: anchor to link to an absolute position

    See my response on the DW forum.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "RemyC" <webforumsuser@macromedia.com> wrote in message
    news:dhpsqg$kq6$1@forums.macromedia.com...
    > finally got the page the way I wanted it to work...
    > [url]http://www.remyc.com/Carly_Champagne.html[/url]
    > almost, close enough...
    > had to go back to FP to work with bookmarks instead of anchors...
    > because I could figure out how to delete the underline on the linked
    > text...
    > I have a big learning curve between FP and Dreamweaver...
    > But that's a whole other bowl of wax...
    > I can't even find the pencil and the eraser to insert and delete tables
    > and
    > cells yet...
    > Maybe there isn't any... never mind... will get a book! ;)
    >

    Murray *TMM* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139