Alt text mouseover in hyperlink text?

I use alt tag text in Dreamweaver CS4 to give a text synopsis of the content on the linked page. If possible, how do you make alt text in the mouse-over of a hyperlink, for PDF output?External hyperlink text does give the address as a mouse-over alt text, but how do you modify that alt text?
If this is impossible in InDesign CS4, what would be the most efficient work-around solution? Comment boxes in Acrobat? Flash?

There is no way that I know to define Alt text when creating a hyperlink. However, if a hyperlink points to a URL, when you pause your mouse over the hyperlink in Acrobat or Reader, a tooltip will show the URL the hyperlink points to.
What you might investigate is using buttons. A little-used feature of creating buttons (which can be used to trigger actions of various kinds) is that you can specify what you could call "Alt text" which appears as tooltips when you mouse over them. When you define the button in the Button panel in CS4 or CS5, go to the flyout menu in the Button panel and select PDF Options. There is a Description field there which creates the text for a tooltip. So if the button is used to trigger a sound, for example, you could have the Description read "Double-click to Play". You'll see that text in the tooltip.

Similar Messages

  • How to hyperlink text in a paragraph

    Hi all (apologies for a newbie question but I couldn't find an answer to this looking through the FAQs)
    I inserted a text box in my composition (called "linksAtBottom") and it looks like this:
    faq  |  board |  mission | join our mailing list | contact us
    All of the above are listed in that one text box called "linksAtBottom"
    How do I highlight just "faq", "board", "mission" and so on and tag each with their own URL hyperlink?
    Many thanks!
    Nathan

    Hi Jordi,
    Adding your whole text to the dynamic textfield via code, in the code window would be the easiest way to get all your text in that textfield I believe. Another option would be to load in the text via xml.
    You can control the normal Edge text props for your dynamic text field, using the text properties panel in Edge. You can't style your hyperlinked text with that built in panel though. For this, I've been using an external stylesheet to style hyperlinked text. I did see a post by forum member oolorin, who suggested that you could put styles inline as shown below (external style sheet is much cleaner though):
    http://forums.adobe.com/message/4375947
    sym.$("text_1").html("<style type='text/css'>a:hover{text-decoration:underline;};</style>This is some <a href='randomtext.com' target='_blank' alt='check out my random text'><span style='cursor: pointer;'>random text</span></a>.");

  • Changing hyperlink text color...

    I see how to change hyperlink text colors for a page (normal, rollover, visited, active) but I am hoping for something more complicated- I would like a link to change color on rollover, but stay that color until another link is clicked, then return to its original color. ( I have a swap image applied to five links on a page, clicking on each word displays a different image.) Is there any code I can add that will get a link to remain a rollover color until something else is selected? Thanks in advance!

    CSS menus are much leaner and more efficient than image rollovers.
    Persistent Page Indicator on CSS Menus
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Hyperlinked text--the text, not the link--disappears when I create a PDF from a book in FM 11

    I am editing a FrameMaker 11 document with some text that is hyperlinked to a website. Earlier PDFs output fine. When I created the last PDF, some of the text disappeared in the PDF, but it's still visible in FM. On the PDF, the hyperlink is active in the blank space and it works to go to the website. Specifically the hyperlinked text is part numbers in a table with a shaded background--I mention this because if I open a page of the defective PDF in Illustrator--the text that has disappeared is behind the shaded square. Some of the hyperlinked part numbers are visible in the PDF--this seems almost random. It's not just part numbers or rows where I have edited something. I'm editing the document, I didn't create it. My background is InDesign and I am a novice in FrameMaker. Appreciate any guidance or suggestions.

    Not really sure that I fixed the problem, but I did find a work around and wanted to post it if someone else runs across the same issue. Apparently the document creator used lots of custom rules and shading. If I pulled up the custom rules and shading palette and just unchecked both the custom ruling and shading boxes, it allowed me to create the print file correctly--the disappearing part numbers were on the new PDF. I didn't have to update the whole book which I didn't want to do because I feared it would mess up the rules and shading. Just unchecking the box before creating the PDF solved that issue for my purposes.

  • How to create hyperlinked text in F1 help of a particular Data Element.

    Dear Guru
    I have encountered an issuse regarding to create hyperlinked text in F1 help of a particular Data Element.
    For Example what i am trying to do is ---
    If you open a particular data element say "ATNAM" in se11 you will found the below documentation available for ATNAM -->>
    DE ATNAM
    Text
    Characteristic Name
    Definition
    Name that uniquely identifies a *characteristic*.
    >> The "characteristics" comes in hyperlinked bluecolor and if we press this it linked to below --- >>
    Definition: characteristic
    Classification (CA-CL)
    Property for describing and distinguishing between objects, such as length, color, or weight.
    Profitability Analysis (CO-PA)
    I am able to make 1st part of the documentation using SE61.
    But I am not able to make Hyperlinked part of that documentaion .
    please show me some way to develop this
    Thanks & regards
    Saifur Rahaman

    HI,
    you can give the hyperlink in the documentation by going to the path below
    MENUBAR ----> INSERT -----> TEXT -----> HYPERTEXT.
    this will solve the issue
    have a good day
    regards
    sarves

  • Appending to a word document hyperlink text

    Hey, Is it possible to change the hyperlink text not the address? I would like to append to it not completely replace it. This is my example. I would like the hyperlink to display "Fig 1" instead of just the number "1". Is this
    possible somehow? thanks.

    Hi Rundownbassman92,
    This script below may be helpful for you to edit the text of hyperlink in a Word Document:
    $word = New-Object -ComObject word.application
    $document = $word.documents.open("word file path")
    $hyperlinks = @($document.Hyperlinks)
    $hyperlinks | ForEach {
    $newtext ="Fig "+ $_.TextToDisplay # add "Fig" before original text
    $_.TextToDisplay=$newtext
    $document.save()
    $word.quit()
    Best Regards,
    Anna Wang

  • How do you set the text of a Hyperlink component in code

    I am using Visual Web pack in NB 6.0. How do you set the text of a hyperlink component in code?
    Please see screenshots at
    http://coba.usf.edu/departments/isds/faculty/agrawal/projects/java/
    I have a hyperlink in a grid panel. I am using
    hyperlink1.setText("Hello"); in prerender(),
    but the Hyperlink shows up with the text "Hyperlink", whereas I was expecting "Hello". However,
    hyperlink1.setUrl("http://www.usf.edu"); works as expected.
    I tried nesting a static text in the hyperlink as suggested in the Creator guide (ed 2, Google project). I deleted the "Hyperlink" text in the properties editor but then the page turned out blank.
    Thanks
    Manish

    Hi Manish,
    Great to know you were able to fix your issue. The following blog entry has the list of resources you would like to look at for future.
    http://blogs.sun.com/NetBeansSupport/entry/useful_resources_for_visual_web
    Thanks
    K

  • Copying Hyperlinked Text from PDF to Word (or elsewhere)

    Hello-
    I am at my wit's end, so I hope someone can help... I have a PDF with text that hyperlinks to a web page. It works great within Acrobat Pro, but if I try to copy and paste that text/hyperlink into an email, or word file, it loses the underlying hyperlink and only retains the text.
    Example: The text would say "Click here to hear about Company X and Solution Y" and all of this text is hyperlinked to "www.google.com/companyx" or whatever. When I copy and paste that from the PDF into another application, I am left with the "click here" text, but not the underlying web page.
    Here is the tricky part. I have found that if I select additional text that is not hyperlinked in addition to the hyperlinked text, and then right-click over the non-linked text, I get an option to "copy with formatting". Now I am able to copy/paste as one would expect. The problem is that this is not intuitive at all.
    Can someone please let me know if this is a problem with PDF's, or if I can change settings when I Export out of InDesign? Or is there some other workaround?
    Thank you SO much in advance!
    Dash

    Here is a visual example of what I am referring to, showing the right-click location and the different options that appear. (The blue selection box is from me selecting and dragging around the question from a non-text area)

  • How to create an interactive pdf, hyperlinking text to a video on a usb drive?

    Creating an interactive pdf in InDesign CS6, hyperlinking text to a video.  Both pdf and video placed on a usb thumbdrive.  When clicking link on Mac a warning box came up, but after clicking Allow the video played fine.  On PC the warning box also came up but clicking Allow did nothing

    You'll need to use startDrag and stopDrag  in order to be able to move an object (the slider handle).  You will need to specify a rectangle that has 0 height for the drag limits.  The width of that rectangle will define the maximum value of the scroll (which will be the maximum value of your scale.
    Assuming you will have a linear scale for values along the drag line, the math is fairly easy to manage.  The x property of the handle at the minimum slider position should be 0.  You use the ratio of the current x position of the slider handle to the full width to determine what value to assign ( ex: ratio = handle.x / rectangleWidth).  So if the minimum value is 1K and the maximum value in 10K, you essentially have 9K represented by the length of the line, so the value provided by the slider position at any point along that line would be 1K + (ratio * 9K)
    You can use a MOUSE_MOVE event listener that you assign when the slider's MOUSE_DOWN event occurs to update the textfield as the slider is moved.  You can remove the MOUSE_MOVE listener when the slider's MOUSE_UP event occurs.
    So, in summary, you need to look into the startDrag and stopDrag methods, which will be inititiated using MOUSE_DOWN and MOUSE_UP events, respectively.  The MOUSE_DOWN event will create a MOUSE_MOVE listener that you will use to have a function continually update the textfield value displayed, while the MOUSE_UP event will have that MOUSE_MOVE listener removed.  The ratio of the x property of the slider to the total slideable distance will be used to determine the current value that the MOUSE_MOVE event handler assigns to the textfield display.

  • Hyperlink text in indesign for dps

    I wonder how does hyperlink text to jump to an image in indesign dps.

    Can you expand on that, please. I'm not sure what you're getting at.

  • Enable hyperlink grayed out for text in stand-alone text box

    I need to create hyperlinks to several webpages in my book.
    I am able to do this by selecting a few words of text in chapters that were "inserted from a Word document," but when I create a separate text box, the menu is grayed out. I have tried selecting the whole text box as well as carefully selecting just the text. What am I doing wrong? Thanks!

    You're right dabienwa. If you select the text and it has a tight box around it inside the text box, then it's a box within a box. You can't hyperlink these. Deleting all the contents and entering them again solved it for me.
    I discovered this when creating a new text box for a template, and entering some default text that I knew I wanted on every corresponding page. In my case it was "www.domain.com/" allowing me to fill in the remainder on each page and then hyperlink it.
    I ended up deleting the text from the template so I wouldn't get the box-within-a-box problem, and pasting the common text in on every page. I could then actually make the hyperlink text a hyperlink.

  • Changing hyperlink text colors.

    I saw few posts asking about changing hyperlink text colors. And there are many camps regarding this topic. Suzanne Boben would recommend editing template XML . Some would recommend editing published HTML code. Some would recommend editing CSS code.
    But it came down to couple things.
    1) proficient in XML, HTML or CSS
    2) tried different colors, but it did turned out as expected
    One easy way is editing CSS files, this only apply to pages' hyperlink text; if your text got turn to PNGs, read no further .
    iWeb generates a CSS file for the associated HTML page - CSS file is in the Page_files folder.
    Edit the CSS files and keep copies of them, then you won't have to edit them again the next time you publish you sites.
    These CSS files are quite easy to understand, all you have to do is to look for a { , a:visited { and a:hover { .
    They contain RGB (Red Green Blue) values for link color, visited link color and rollover color.
    But what about those #8000FF and #4c4c4c?
    Well, I know they are RGB hexadecimal color values, but I don't what colors they are, so I came up with Argiope (Argiope is a family colorful spiders).
    It's a colors picker application to help with choosing background color, link color and rollover color. It'll give you the exact RGB hexadecimal value of chosen color.
    You can find Argiope here. Enjoy

    It can be done, but I have to do too much works.
    I already have a a script to do that, but it's quite complicated for an average bear.
    http://www.geocities.com/[email protected]/iWeb_utils --> LinksColors.zip
    Does just that, it is flexible, you can configure the colors for individual page, but it is quite different to configure. Look at the colors.txt and page.txt.
    If you really want to know more, ping me.

  • Modifying hyperlink text for enlarged photo

    I've created pages using photo template. Some of the jpegs (unenlarged photos) have text descriptions with hyperlinks, which I've highlighted using red text. The photos enlarge without the highlight, and I cannot seem to make the modification. Any solutions?

    will this show up on the website once it is published?
    Publish your page and see for yourself.
    Well, it won't show. It's just a visual indicator to remind you that it's a link. And to make you confused.

  • How can I put a Hyperlink text in a JDialog???

    Hi everyone...
    I have a question... It's possible to put a HyperLink text in my JDialog???
    I accept all the answers...
    Regards...

    I create my hyperlink, but I don't know hoe to launch it on my Browser...
    Any help please...
    Regards...

  • Justify Hyperlink Text in Navigation Bar

    Hello,
    I am trying to justify the text of my navigation bar (which are all hyperlinks).  I would like to use css.  I have tried a variety of things but none seem to work.  I have attached the text.  If anyone could write the code I need it would be greatly appreciated!  Thanks!  I have attached the file as well.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Shupaca Handmade Alpaca Clothing</title>
    <link href="Shupaca.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
        text-align:justify;
        color: #666;
        font-family: Arial;
        font-size: 20px;
        text-decoration: none;
        font-style: normal;
        text-transform: uppercase;
        word-spacing: 100%;
        height: auto;
    a:visited {
        color: #666;
        font-family: Arial;
        font-size: 20px;
        text-decoration: none;
        font-style: normal;
        text-transform: uppercase;
        word-spacing: 100%;
    a:hover {
        color: #84cbe1;
        font-family: Arial;
        font-size: 20px;
        text-decoration: none;
        font-style: normal;
        text-transform: uppercase;
    a:active {
        color: #84cbe1;
        font-family: Arial;
        font-size: 20px;
        text-decoration: none;
        font-style: normal;
        text-transform: uppercase;
    -->
    </style>
    <script type="text/javascript">
    <!--
    //-->
    </script>
    </head>
    <body onload="MM_preloadImages('Images/Home Page Links/scarf.jpg')">
    <div class="MarginControl">
      <div id="NavigationBar">
        <a href="index.html" target="_self">Home </a><a href="scarves.html" target="_self">products </a><a href="construction.html" target="_self">who we are </a> <a href="construction.html" target="_self">why alpaca? </a><a href="construction.html" target="_self">FAQ's </a><a href="mailto:[email protected]">contact</a><a href="construction.html" target="_self"></a></p>
      </div>
    </div>
    </body>
    </html>

    As you will see though, by making the menu text so large, the interval between menu items looks all off.  Eithr dramatically red
    uce the text size, or you can set the width of each individual li by giving some an id and specifying width:
    <div id="NavigationBar">
      <ul>
        <li><a href="index.html">Home</a></li>
        <li id="prod"><a href="scarves.html">products</a></li>
        <li id="who"><a href="construction.html">who we are</a></li>
        <li id="why"><a href="construction.html">why alpaca</a></li>
        <li><a href="construction.html">FAQ's</a></li>
        <li><a href="construction.html">contact</a></li>
      </ul>
    </div>
    wtih this css - the changes in orange
    #NavigationBar a {
        color: #666;
        font-family: Arial verdana sans-serif;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
    #NavigationBar a:hover, #NavigationBar a:active, #NavigationBar a:focus {
        color: #84cbe1;
    #NavigationBar ul {
        list-style: none;
        width: 850px;
    #NavigationBar li {
        text-align: center;
        padding: 0px;
        float: left;
        width: 118px;
    #NavigationBar li#who, #NavigationBar li#why {
        width: 180px;
    #NavigationBar li#prod {
        width: 136px;
    Hope that helps.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

Maybe you are looking for