how-do-i-link-between-pages-in-cbsplit
Table of Contents
How do I link between pages in cbsplit?
Creating an internal link
- In the page editor, highlight the text you want to turn into a link
- Click the Link button in the toolbar (or press
Ctrl+K) - In the link dialog, start typing a page title — cbsplit will suggest matching internal pages
- Select the page and click Insert Link
HTML syntax for internal links
<a href="/page-slug">Link text</a> <a href="/docs/getting-started/installation">Installation Guide</a>
Linking to a section on a page
<a href="/page-slug#section-heading">Jump to section</a>
External links
<a href="https://example.com" target="_blank" rel="noopener"> Visit Example </a>
Link best practices
- Use descriptive link text — avoid “click here”
- Check for broken links periodically using Tools → Link Checker
- When you rename or move a page, update internal links accordingly
Use relative paths like
/page-slug
instead of full URLs so links continue working if the domain changes.
how-do-i-link-between-pages-in-cbsplit.txt · Last modified: 2026/03/13 16:09 by stephan
