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

  1. #1

    Default Need Help ASAP!

    I am trying to make it to where if I make a particular word available to click
    on to go directly to the section of the page. I think it might be java but I am
    still not sure how to set it up? Help please?!:confused;

    novangel78 Guest

  2. Similar Questions and Discussions

    1. HELP ME PLEASE!asap!
      :confused; I am sooooo stressed out, i need to add a new button on to my navogatioon bar which is currently a table. However the fancy border does...
    2. Frustrated!!!! Need help ASAP...
      :o I am so at my witts end... I cannot get the text color to change on the links or the actual text and the dotted line is the wrong color, too. ...
    3. New Hire needs Help ASAP!!!
      I'm trying to get started using ColdFusion to test new applications, but am unsure of exactly how to use the current configuration. I have used...
    4. 75% works OK -- Need help ASAP
      I've got two sliders. They should not overlap, but rather push each other. I used HitTest and almost got it to work. Open file and slide one way...
    5. Need help ASAP!!
      My computer is losing my profile when I login. I am set up as Admin on computer (login is administrator). My computer doesn't recognize login &...
  3. #2

    Default Re: Need Help ASAP!

    <a href="#anchorName">Word</a>

    <a name="anchorName"></a>
    <p>blah blah blah</p>
    DW_Steve Guest

  4. #3

    Default Re: Need Help ASAP!

    does this work with multiple words?
    novangel78 Guest

  5. #4

    Default Re: Need Help ASAP!

    as in an entire sentence being a link? Yes.
    DW_Steve Guest

  6. #5

    Default Re: Need Help ASAP!

    it worked perfectly thanks a bunch!:)
    novangel78 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