Link
Attributes
Attribute |
Description |
Values |
Default |
url |
Define the link URL |
URL |
N/A |
target |
Defines the link target |
_self, _blank |
_self |
class |
Define the link class |
black, white |
black |
Demo
[row wrap=”false” bg_color=”#f1f1f1″ padding=”72px”]
[link url=”#” class=”black”]This is a nice anchor[/link]
[/row]
[code source=”xhtml”][link url=”#” class=”black”]This is a nice anchor[/link][/code]
[row wrap=”false” bg_color=”#000″ padding=”72px”]
[link url=”#” class=”white”]This is a nice anchor[/link]
[/row]
[code source=”xhtml”][link url=”#” class=”white”]This is a nice anchor[/link][/code]