Inserting a hyperlink displays HTM extension

I just noticed that when inserting a hyperlink:
If the Topic List pod is set to View by File Name, the hyperlink displays the filename (with the HTM extension).
If the Topic List pod is set to View by Topic Title, the hyperlink displays the topic title.
Is this normal behavior? (Excuse the question, but I'm learning RH as I go.)

Hi there
Absolutely it's normal. One way you are viewing the actual file name used (along with the htm file extension). The other setting controls whether you view by the title you assigned to the topic.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7, 8 or 9 within the day!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • How to insert a hyperlink in ABAP documentation

    In SE38 you can create your own online documentation. I want to insert a hyperlink in this documentation so that when the user clicks the 'I' icon, he can click directly on the hyperlink in the documentation.
    In my research I found that when you are editing the documentation, you must choose Insert -> Link. Once I click that, I get a popup asking for the following fields:
    Document Class:
    "Field based on what Document Class is chosen":
    Name in Document:
    Does anyone know what I need to fill in those fields?
    Thank you,
    Brenda

    Hi Brenda,
    I'm glad to know it works, up to this limit. In my system, this limit is 60 characters (SAP_BASIS 7.0 SP 13).
    I think we can't go beyond this limit, but there's a workaround, used by KENO (URL to SAP library) document class for example.
    You link your document class to a function module exit, by entering the function module prefix in TDCLD-DOKEDICL field. Entering a value XXXX means that SAP will call function modules XXXX_OBJECT_TITLE and XXXX_OBJECT_SHOW. I recommend to use KENO as a template.
    For example, you can enter the following code in XXXX_OBJECT_SHOW :
      data l_url(65535).
      case dokname.
        when 'A1'.
          l_url = 'http://help.sap.com/saphelp_nw70/helpdata/en/07/bf5bfa83404c6a9ed9858bcb0d46d1/frameset.htm'.
      endcase.
      if l_url is not initial.
        call function 'CALL_BROWSER'
          exporting
            url                    = l_url
          exceptions
            frontend_not_supported = 1
            frontend_error         = 2
            prog_not_found         = 3
            no_batch               = 4
            unspecified_error      = 5
            others                 = 6.
        if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.
      endif.
    Then, in your document, you enter :
    <DS:XXXX.A1>click me</>
    Clicking it will display the SAP library
    Of course, instead of hardcoding the values in the function module ("A1"), you will use other means to get the URL from Solution Manager, using a key of 60 characters maximum. This would be another question if you don't know how to get it.
    Best regards,
    Sandra

  • How to insert a hyperlink in mail content for workflow

    Experts,
    I want to insert a hyperlink in mail content when i use sendmail type step in workflow.
    How to do it?
    Thanks you very much!

    Hi, Venkat
      Thanks you for your help!
      I try to use '<a href=''https://login.yahoo.com/config/login_verify2?&.src=ym''>Yahoo mail</a>' in the mail, but
      my outlook display the mail content is '<a href=''https://login.yahoo.com/config/login_verify2?&.src=ym''>Yahoo mail</a>',
      is not a hyperlink.
    Ken.Li

  • How to insert a HYPERLINK in a template Editable Field?

    Question:  How to insert a HYPERLINK in a template Editable Field?
    Hi
    Does anyone know how to insert a HYPERLINK in a template Editable Field?
    I want the link to always display the word "Cities".
    But the URL will change with each child page.
    Here's what I've got so far . . .
    <!-- TemplateBeginEditable name="Cities" -->Cities<!-- TemplateEndEditable -->
    Thanks so much!

    NOTE: This is to go into the TEMPLATE
    Your best bet is to keep the hyperlink OUT of the editable Field and to make the HREF attribute of the link editable.
    This would go in the head of your document:
    <!-- TemplateParam name="href" type="URL" value="" -->
    This would go where you want the link to appear:
    <a href="@@(href)@@">cities</a>
    THE BETTER WAY: You can either paste these quotes into the appropriate places in your template or you can insert:
    <a href="#">cities</a>
    and click inside the opening <a> tag.
    Then go to Modify > Templates > Make Attribute Editable
    In the dialog box "Editable Tag Attributes" you should now see "Choose which attributes of this A tag should be editable."
    If HREF is not showing in the drop-down, do Add and put it there.
    Check the box to Make this attribute editable.
    Give a name for this editable attribute (if you have more than one on a page, you will want it to be understandable, like "cities" for your cities links).
    Make sure it is of Type URL
    If you want a default URL in place, put one in the Default field.
    Then push OK.
    To use it, on each page, do Modify > Template Properties... choose the property to edit, and put the new URL in the entry field.
    Press OK.
    Beth

  • Inserting a hyperlink in .ppt does not work. How to do it ?

    I want to insert y hyperlink to an .xls and am using the prescribed 'insert link - file ' method however there where the file should be selected from my Documents (in Finder) - I keep seeing the turning wheel.
    What should I do differently ?
    Thanks in advance for your help.....
    Rgds

    Hi, Pieterst!
    This is somewhat of a standard reply **, but reinstalling Office 2011 might (vielleicht) address problems that you may be experiencing.
    The current version of Office 2011 is 14.4.8.
    First - find your Office 2011 install disc with the product key # - and only then remove Office according to MS instructions
    http://support.microsoft.com/kb/2398768
    Or go here to DianefromOregon's site for help removing Office 2011:
    http://www.officeformachelp.com/2012/12/office-for-mac-2011-remove-office/
    Then Reinstall from DVD
    Then enter your Product #
    After successfully reinstalling Office 2011,  update your Office product using the Software update within Office called Microsoft Update or going to the Help menu within Word or Excel or PowerPoint and select Update.
    It may take a few times before you get to final upgrade to current Office version.
    It should be 14.4.8 as of current date.
    How to locate product keys
    http://support.microsoft.com/kb/2279109
    or here on locating product keys
    http://office.about.com/od/MicrosoftOfficeMac/a/Best-3-Ways-To-Find-Microsoft-Of fice-For-Mac-Key-Codes.htm
    Note is updated as of March 5, 2015
    **Wir können etwas anderes versuchen, - wenn das nicht funktioniert.

  • FEATURE REQUEST: urls display without extensions (mod_rewrite in .htaccess)

    Just had a client ask about the file extensions appearing in the web address bar... home.html, about.html, etc etc. His previous site came from a wordpress environment where everything was pretty, but his bigger concern was how he has posted urls all over the place without the extensions for the last five years. (And without the extensions, none of his external page links that point to the new Muse site work properly.) So, not being a programmer, but being resourceful, I did some research and learned all about adding mod_rewrite to the .htaccess file on Apache servers. Thankfully it was a relatively easy fix. The links my client has all over the interweb (without the extension) now point correctly to his pages, but once inside the site, all menu links still display with extensions. And so today I'm going back through the entire Muse site file and change all the automatic internal links (that use the .html or .php extension) to external links (without the extensions) to satisfy the client's request. I thought it might be something designers would appreciate as a feature in Muse, if there was the option to truncate the extensions within Muse by adding the code to the .htaccess file. Here are some resources: http://alexcican.com/post/how-to-remove-php-html-htm-extensions-with-htaccess/ https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite http://stackoverflow.com/questions/3631153/how-come-some-site-urls-do-not-include-a-file-e xtension

    Hi,
    Please add your vote to Idea forum, here Re: Re: Functionality to hide .html file extensions for sites not hosted on BC...

  • Inserting a Hyperlink in the "Submit" button in forms CS4

    This has got to be a nobrainer!
    I created a form and at the end it has the submit button...when i go to insert a hyperlink it won't let me copy paste a url and doesn't recognize
    the button....does anyone know how i  can include a hyperlink for the submit button which will send the info to the new url??
    Thanks!
    Eric

    You can have a Submit button with the Submit URL and the remove the back ground fill to look like a hyperlink on the form.
    Thanks
    Srini

  • Inserting a hyperlink in Safari on iPad2

    How to insert a hyperlink in the body of a message in a Safari email on an iPad2?

    [iPad User Manual|http://manuals.info.apple.com/enUS/ipad_2_userguide.pdf|when you click this blue text, and amazing thing happens! a pdf starts to load]
    Page 21

  • How to insert a hyperlink to RETURN TO FRONT PAGE?

    I just now played a photo slide show that I made last night. There is no way to exit that page to go back to the Table of Contents page/Site Menu.
    How do I insert a hyperlink in all the pages so a visitor can return to the first page, or at least to the Table of Contents page/Site Menu.
    Also, there was no navigation bar on the slide show. Instead, there were clickable thumbnails of the slide show. Is this as iWeb made it to be?
    — Lorna in Southern California

    Sorry to bother you, but i did find the answer to my question by going to the Help Menu, which I forgot all about in my concern. So to keep this from being a total waste of your time, here are the instructions for making a hyperlink to another page. Again, I apologize. -Lorna
    Adding a text hyperlink
    You can create a text hyperlink that opens a webpage or a new email message, or downloads a file.
    To add a text hyperlink using the Link Inspector:
    1. Select the text you want to turn into a hyperlink.
    2. If the Link Inspector isn't open, click Inspector in the toolbar (or choose View > Show Inspector), and then click the Link Inspector button.
    3. In the Link Inspector, select "Enable as a hyperlink," and then choose an option from the Link To pop-up menu:
    • One of My Pages: Opens another page in any of your iWeb websites. Choose the page from the Page pop-up menu.
    • An External Page: Opens any webpage for which you know thethe website address. Type the address in the URL field.
    • A File: Downloads a file to the visitor's computer. (The file is part of your website; visitors won't have access to your computer.)
    • An Email Message: Opens a new email message containing the email address and subject you specify.

  • Picking up PDF URL for insertion as hyperlink in Word

    I just upgraded from Acrobat Pro 8 to 9, and I'm having trouble copying URLs from PDFs. I create a document in Word, then want to insert a hyperlink inside the doc to a PDF at a website.  I used to be able to select text, right-click to bring up the Insert Hyperlink dialog in Word, then open PDF and its URL would automatically insert into the dialog box or I could cut-and-paste the URL from the browser window. Now, all PDFs within a website open not in a browser but in a PDF window with a truncated URL and "[1]" inserted into the filename.  I then have to find the full URL and manually type it into the Word dialog box...and those URLs can get long.  Sorry if this question may be stupid and the answer obvious...I'm happy to wear egg just to get this functionality back.  I'll even downgrade to 8 if I have to...sigh...

    We may not be able to tell you much without seeing the Word document.

  • Can anyone advise me how to insert a hyperlink into a project I am using Captivate 5?

    Can anyone advise me how to insert a hyperlink into a project - I am using Captivate 5

    You can use an interactive object such as a click box placed over the top of a text caption, or a button, to link to the URL.  However, these will not strictly-speaking appear identical to hyperlinks.
    If you really want to replicate the rollover appearance of a true HTML text hyperlink, then you might consider the Hyperlink widget from Infosemantics:
    http://www.infosemantics.com.au/adobe-captivate-widgets/hyperlink-interactive/help
    Free trial versions for download hers:
    http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets

  • How to insert a hyperlink into a Paragraph text

    hi everybody~
    for example:
    this encourages people to answer for points and helps you track answers.
    how can I insert a hyperlink in the word:"answer for points"?
    Louis.

    Hi Louis,
    Write the following code in your compositionReady event handler :
    var text_answer = "this encourages people to";
    text_answer += "<a target='_blank' href='http://www.<etc.>'>answer for points</a>";
    text_answer += "and helps you track answers.<br>";
    sym.$("<textElementName>").html( text_answer);
    // or if needed sym.getSymbol("<symbolInstanceName>").$("<textElementName>").html( text_answer);
    Gil

  • I do I insert a hyperlink in e-mail. Insert feature does not seem to work.

    How do I insert a hyperlink in e-mail? Insert feature does no seem to work.
    == This happened ==
    Every time Firefox opened
    == the beginning

    The text editor is the text area that you use on the webmail (Yahoo, Hotmail) website to create a new mail.
    You can compare that with the ''Post new message'' text area that you use to create a new post on this forum.
    Just above the text area that you use to enter the message text there is usually a button bar with buttons that allows some text formatting like Bold and Italic and can also include a button to make a clickable hyperlink.
    Check the tooltip of each button by hovering with the mouse over each button.
    Make Link - https://addons.mozilla.org/firefox/addon/142

  • How do I insert a hyperlink in Fireworks?

    How do I insert a hyperlink in Fireworks? I had to create it
    in Dreamweaver, but when I previewed it, when I passed the mouse
    over the link phrase it dissapears. Is it possible to do it in
    Fireworks?

    There are times when you would insert a url into fireworks, such as creating hotspots or pop-up menus. You may do so from the properities panal at the bottom of the screen. I've read that you nust insert the entire url when doing so: http//www.filename.html, but I was unsure. I was hoping to confirm this. If you can do it in dreamweaver, even with popuus that would be better.

  • Display Repair Extension Program

    Hi,
    I've got a quite new 15inch PB. (1,67GHz from February '05)
    My problem is that on my screen are now apearing those white spots which are discribed in the Display Repair Extension Program from Apple, but my PB with this serial-number is not supported by this program.
    What can I do? Any ideas?
    Thanks

    You are under warranty, so call Apple.

Maybe you are looking for

  • Error while determining ref.mov.type for WM via Table 156S: 647/ / / /L/ /

    Guyz, Firstly despite the plant+storage location + warehouse no. assignments are done , my replenishment delivery (delivery for stock transport order between plants under same company code) is not picking up storage location and warehouse no and thus

  • A suggestion for those with battery issues:

    When I first got my iPhone, I had the same battery issues many people here are talking about, in fact I posted about it myself. Its fixed. Very fixed, and Im very happy with my battery life. Here is what I did. First, do not charge it using your USB

  • Download to excel from front end - percent coming as date

    download to excel from front end - percent coming as date Hi, i'm using below method to dowload to excel from frontend (Backened is R/3). 1) l_string will have the entire xls date ( with sepeartor cl_abap_char_utilities=>horizontal_tab and cl_abap_ch

  • Sequence Number problem.

    I have situation like this: I am creating text files from a procedure and i am making FILE NAME as follows. v_file_name := v_document_code || '_' || p_printer_id || '_' || p_quote_ref_id || '_' || v_reference_id; All above values i have in my procedu

  • Reverse Target planning error.

    Hi Team, I am using ODI 10.1.3 version, here in this all the setup is completed.But in reverse target planning i am getting continuous errors that the planning is not success, the planning in red color only. So please do need full how to overcome fro