Link Element
The Link element creates a clickable hyperlink with customizable text.
Overview
Link is ideal for:
- Navigation to external sites
- Reference links
- Documentation links
- Resource downloads
- Any clickable text link
Adding a Link Element
- Open the Website Builder
- Find Link in the Elements panel
- Drag it onto your page
- Configure the URL and text in the General Tab
Properties
General Tab
| Property | Description |
|---|---|
| Question Text | The clickable link text (supports HTML) |
| Link URL | Target URL when clicked |
Color Tab
| Property | Description |
|---|---|
| Panel Background | Container background |
| Text Color | Link text color |
Dimensions Tab
| Property | Description |
|---|---|
| Font Size | Link text size |
| Padding | Inner spacing |
| Margin | Outer spacing |
Link Text
The Question Text field supports HTML, allowing formatted link text:
<strong>Click here</strong> for more informationLearn more about <em>our services</em>Use Cases
External Resource
Text: "View Documentation"
URL: https://docs.example.comContact Link
Text: "Contact Support"
URL: https://support.example.comDownload Link
Text: "Download PDF Guide"
URL: https://example.com/guide.pdfReference Link
Text: "Terms and Conditions"
URL: https://example.com/termsLink vs Button
| Feature | Link | Button |
|---|---|---|
| Appearance | Text only | Button style |
| Purpose | Navigation | Actions |
| Events | Single URL | Multiple events |
| Styling | Minimal | Full customization |
Use Link for simple navigation, Button for actions with events.
Best Practices
Use descriptive text - "View Documentation" is better than "Click here"
Indicate destination - Users should know where they're going
Use consistent styling - Match your app's link colors
Consider target - Open external links in new tabs
Keep accessible - Ensure links are keyboard navigable
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Button - https://help.acenji.com/#/./create-web-application/elements/button/index Card Link - https://help.acenji.com/#/./create-web-application/elements/card-link/index