49 lines
3.6 KiB
HTML
49 lines
3.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Add hyperlinks</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Add hyperlinks to a word or text fragment leading to an external website or to another slide in the same presentation" />
|
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Add hyperlinks</h1>
|
|
<p>To add a hyperlink in the <a target="_blank" href="https://www.onlyoffice.com/presentation-editor.aspx" onclick="onhyperlinkclick(this)"><b>Presentation Editor</b></a>,</p>
|
|
<ol>
|
|
<li>place the cursor within the text box where a hyperlink should be added,</li>
|
|
<li>switch to the <b>Insert</b> tab of the top toolbar,</li>
|
|
<li>click the <img alt="Hyperlink icon" src="../images/addhyperlink.png" /> <b>Hyperlink</b> icon on the top toolbar,</li>
|
|
<li>after that the <b>Hyperlink Settings</b> window will appear where you can specify the hyperlink parameters:
|
|
<ul>
|
|
<li>Select a link type you wish to insert:
|
|
<ul>
|
|
<li>Use the <b>External Link</b> option and enter a URL in the format http://www.example.com in the <b>Link to</b> field below if you need to add a hyperlink leading to an external website.
|
|
<p><img alt="Hyperlink Settings window" src="../images/hyperlinkwindow.png" /></p>
|
|
</li>
|
|
<li>Use the <b>Slide In This Presentation</b> option and select one of the options below if you need to add a hyperlink leading to a certain slide in the same presentation. The following options are available: Next Slide, Previous Slide, First Slide, Last Slide, Slide with the specified number.
|
|
<p><img alt="Hyperlink Settings window" src="../images/hyperlinkwindow2.png" /></p>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>Display</b> - enter a text that will get clickable and lead to the web address/slide specified in the upper field.</li>
|
|
<li><b>ScreenTip text</b> - enter a text that will become visible in a small pop-up window with a brief note or label pertaining to the hyperlink to be pointed.</li>
|
|
</ul>
|
|
</li>
|
|
<li>Click the <b>OK</b> button.</li>
|
|
</ol>
|
|
<p>To add a hyperlink, you can also use the <b>Ctrl+K</b> key combination or click with the right mouse button where a hyperlink should be added and select the <b>Hyperlink</b> option in the right-click menu.</p>
|
|
<p class="note"><b>Note</b>: it's also possible to select a character, word or word combination with the mouse or <a href="../HelpfulHints/KeyboardShortcuts.htm#textselection" onclick="onhyperlinkclick(this)">using the keyboard</a> and
|
|
then open the <b>Hyperlink Settings</b> window as described above. In this case, the <b>Display</b> field will be filled with the text fragment you selected.</p>
|
|
<p>By hovering the cursor over the added hyperlink, the ScreenTip will appear containing the text you specified.
|
|
You can follow the link by pressing the <b>CTRL</b> key and clicking the link in your presentation.</p>
|
|
<p>To edit or delete the added hyperlink, click it with the right mouse button, select the <b>Hyperlink</b> option in the right-click menu and then the action you want to perform - <b>Edit Hyperlink</b> or <b>Remove Hyperlink</b>.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|