1. Add the Convert to <a> tag plugin to your page.
2. Basic settings
- Element ID: Enter the ID of the element you want to convert into a link (e.g., my-button, header-text).
- Target Path: Specify the destination path.
- Relative path: about or /about → Uses the current page as the root path.
- Absolute path:
https://example.com → Used as-is.
3. How it works
- Wraps the specified element in an <a> tag while preserving its styles and events.
- Normal click: Executes the original event.
- Cmd/Ctrl + click: Opens the link in a new tab.
4. Notes
- Make sure the element ID is entered correctly.
- Avoid enabling this if you need to run processes before navigating to another page.