diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-15 10:58:03 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2022-06-15 11:07:51 +0200 |
commit | 70653442aed4591284e2f543d74e5309f510ab87 (patch) | |
tree | f1a2a9875eef62860ec0f3d697a49a5f773fd1be | |
parent | 8c1f8b9235eccee7650a0bc836c5543fc503be9e (diff) |
Clarify URL inside this document a bit
Change-Id: I7fdd48bd925619b42452df88fd8343727e1a2667
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135882
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r-- | source/text/shared/01/02220100.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/01/02220100.xhp b/source/text/shared/01/02220100.xhp index 618fb29de5..fdc7485ebe 100644 --- a/source/text/shared/01/02220100.xhp +++ b/source/text/shared/01/02220100.xhp @@ -41,7 +41,7 @@ <paragraph role="paragraph" xml-lang="en-US" id="par_id3152349">Lists the properties of the URL that is attached to the hotspot.</paragraph> <bookmark branch="hid/cui/ui/cuiimapdlg/urlentry" id="bm_id3149955" xml-lang="en-US" localize="false"/> <paragraph role="heading" level="2" xml-lang="en-US" id="hd_id3156327">URL:</paragraph> - <paragraph role="paragraph" xml-lang="en-US" id="par_id3155831"><ahelp hid="cui/ui/cuiimapdlg/urlentry">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to a named anchor within the current document, the address should be of the form "file:///C:/Documents/[current_document_name]#anchor_name".</paragraph> + <paragraph role="paragraph" xml-lang="en-US" id="par_id3155831"><ahelp hid="cui/ui/cuiimapdlg/urlentry">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to a named anchor within the current document, e.g. to a shape with name "anchor_name", the address should be of the form "#anchor_name". To target an anchor in another document, the address should be of the form "file:///path/to/another_document_name#anchor_name".</paragraph> <bookmark branch="hid/cui/ui/cuiimapdlg/textentry" id="bm_id3154307" xml-lang="en-US" localize="false"/> <paragraph role="heading" level="2" xml-lang="en-US" id="hd_id3153827">Alternative text:</paragraph> <paragraph role="paragraph" xml-lang="en-US" id="par_id3153665"><ahelp hid="cui/ui/cuiimapdlg/textentry">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp> If you do not enter any text, the <emph>Address</emph> is displayed.</paragraph> |