Hyperlinks in RapidWeaver 7

Just new to Rapidweaver and I can’t seem to find a way to create a hyperlink to external sites. Can anyone point me in the right direction on this issue please?

From the menu navigation or within the body of a page?

If menu navigation then add an “offsite page” and enter the relevant URL.

If in body of page it all depends on what you are using: styled text, markdown, etc. But for styled text just highlight the relevant text and you’ll see a link button at bottom of screen. Click and enter the link URL.

1 Like

Using Markdown not sure where the Naviation menu is. Sorry…just starting so I’m a little lost.

Markdown example:

[Click Here for Google](https://google.com)

Gets you: Click Here for Google

1 Like

Thank you Scott. Next question is how is it done using an image.

Thanks Mathew. I will give it a try.

This is a nice quickstart guide:
https://daringfireball.net/projects/markdown/syntax

Here’s for images:

![Alt text](/path/to/img.jpg "Optional title")

You don’t need all of it, so probably most useful is:

![Alt text](/path/to/img.jpg)

This is all assuming you have manually uploaded relevant images to your server (i.e. not through RW).

![Image Alt Text](/path/to/image)](path/to/linked/page)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.