Using hyperlinks
You can add a link to your text by:
- Using the chain-link button in the editor toolbar
- Selecting some text in your post and pasting a link from your clipboard
- Adding Markdown / BBCode / HTML links:
[link here](https://example.com)
[link=https://example.com]link here[/link]
<a href="https://example.com">link here</a>
Clickable Images
To make an image clickable, you can nest the image Markdown syntax within the link Markdown syntax. Here’s the basic format:
[](link URL)
The alt text
is important for accessibility, as it describes the image if it does not load or is used by screen readers. Always use meaningful alt text.
[](https://community.nsfirehub.ca/)
Result clickable