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

  1. #1

    Default Highlight text

    One of my clients asked the following question. "We were wondering if there
    was a way within Dreamweaver 8 to create a link that takes you to a desired
    page and highlights a specific part of the text on that page. A bit like a
    named anchor but actually highlights the specific text on the page."

    There are several links to anchors on the page and I have no idea if this is
    possible.

    flatlander Guest

  2. Similar Questions and Discussions

    1. Allow User to Highlight Text
      When I read a book, I use a marker to highlight important text. I want to have that same capability in an e-learning course I am developing. How...
    2. Image highlight text
      This is really strange I built this home page in contribute 3 and to the right it says VIDEO. The bottom one 'Preach the Gospel'...when the image is...
    3. Can't highlight text
      I have a file that we can't highlight the text. It is not locked or anything. We can select the text box, but can't edit the text. Three people...
    4. Automatically highlight text in a text field using a button?
      Is there anyway of automatically highlighting (select) all the text in a particular text field, say when pressing a button? If anyone can help?
    5. How to highlight text
      I have a map I scanned. I would like to highlight different areas in different colors, like I went over it with a highlighting pen. How do I do...
  3. #2

    Default Re: Highlight text

    You would have to use some server scripting to accomplish this - there's no
    way using ordinary HTML.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (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
    ==================


    "flatlander" <webforumsuser@macromedia.com> wrote in message
    news:e0r32s$cv4$1@forums.macromedia.com...
    > One of my clients asked the following question. "We were wondering if
    > there
    > was a way within Dreamweaver 8 to create a link that takes you to a
    > desired
    > page and highlights a specific part of the text on that page. A bit like a
    > named anchor but actually highlights the specific text on the page."
    >
    > There are several links to anchors on the page and I have no idea if this
    > is
    > possible.
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Highlight text

    That's what I was afraid of.
    Thank you

    flatlander Guest

  5. #4

    Default Re: Highlight text

    You're welcome.

    Having said that, I will now backpedal and tell you that it would be
    possible using client-side javascript, too, but you'd have to be able to a)
    script it yourself, and b) define a limited number of words (in other words,
    *not* every word on the page) where this would happen.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (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
    ==================


    "flatlander" <webforumsuser@macromedia.com> wrote in message
    news:e0u4k4$l7q$1@forums.macromedia.com...
    > That's what I was afraid of.
    > Thank you
    >

    Murray *ACE* Guest

  6. #5

    Default highlight text

    hey ppl
    quick question.
    how can i highlight text (either as a link or as normal text) just like the
    Home New Topic Profile Logout My Forums Search Help menu here (on top)

    cheers.
    oneirocrite Guest

  7. #6

    Default Re: highlight text

    Add background color and change the text color in your font or link style.
    Michael Hager Guest

  8. #7

    Default Re: highlight text

    Something like this...

    a:hover {
    color: #ff0000;
    text-decoration: none;
    font-size:14px;
    background-color: #ffcc66;
    }

    John Gillett Guest

  9. #8

    Default Re: highlight text

    not sure i understand...

    here's an example :
    [url]http://www.experimentaljetset.nl/[/url]

    the menu on the left is what i'm referring to ...
    thanks.
    oneirocrite Guest

  10. #9

    Default Re: highlight text

    What I gave you is css that will change the text and background colors as you hover over a link. Either include it in your css file or inline in the page. Change the colors as needed, of course.

    John Gillett Guest

  11. #10

    Default Re: highlight text

    [q]Originally posted by: oneirocrite
    here's an example :
    [url]http://www.experimentaljetset.nl/[/url]
    [/q]

    Sorry, i just had to say... what an awful example of website design! For
    starters, you DON'T tell the user how big to make their browser before they
    view your website. Especially when it is completely unnessessary, as it is
    here. The DESIGNER designs the website so that it caters for as many users as
    possible, regardless of what the set-up of their pc might be.

    And secondly, users don't like scrolling at the best of times, let alone
    sideways ('m talking about the 'Lost Formats' page)!! This is, again,
    unnessessary and it's just quirky for the sake of being quirky. It could have
    just as easy been laid-out vertically. Grr!

    Sorry.

    PS, and does there really need to be a "society" for everything?!

    Ok, i'm done. :embarrassment;

    ChimpanzeeUK 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