TYPO3's text editor is a key tool for daily work. It functions like any other editor, and most buttons resemble those you know from, for example, Word. You can insert quotes, links to content, pages, or files, as well as create tables, bullet points, etc.
Highlight the text you want to turn into a link. Click the link icon in the text editor. Now, choose one of the following options:
Link to a page in your site tree: Navigate to the desired page and select it by clicking the page title in the site tree. You can also link to a specific element on the page: Click the small black arrow next to the page icon in the site tree to reveal the page’s elements. This allows the element to function as an anchor or bookmark. This is known as deep linking. If you know both the page ID and element ID you want to link to in your site tree, you can insert page-id#element-id (e.g., 1613#9567) in the External URL tab (option 3).
Link to a file in Filelist:
If we want to create a link to an element on a page that we don't have access to in the backend, we need to look at the page's code to find the element's ID. All browsers have a built-in tool that can be used for this. Open the page's URL in a browser:
A window will then open on your screen showing the page's code. The highlighted text will be shown.
Now, add #c3203 to the end of the page's URL. In this example, the page we don't have backend access to is https://typo3.au.dk/optimer-webindhold/responsivt-design/opbygning-af-sider, and the final link to element ID 3203 on the page would be https://typo3.au.dk/optimer-webindhold/responsivt-design/opbygning-af-sider#c3203.
When you copy text from other sources, such as Word, your email, a PDF file, or another website, the copied text will typically retain its original formatting. If you don't clean the text of this foreign formatting, it may appear on your page and override the AU design. This formatting can also disrupt search engine optimization. You can ensure that the original formatting doesn't carry over by using Ctrl+Shift+V when pasting copied text. You can also remove original formatting by selecting the text and clicking the 'Remove formatting' icon (the Tx icon).
You can check the HTML code using the '<> Source' button ('Toggle HTML view on/off') to see if the text is properly cleaned. Alternatively, you can paste the copied text into a program like Notepad first, which will remove all formatting. Then, copy the text from Notepad into TYPO3's text editor.