Website Headings/Styles
Utilize the Format Dropdown to apply any of these styles:
Heading One
Heading Two
Heading Three
Heading Four
Heading Five
Heading Six
Use the Chainlink icon in the Editor to apply a hyperlink:
Hyperlink Example
Use the Source view (top left in the Editor) to code a button via the CSS
- First, create a hyperlink
- Second, click on Source, between "a" and "href" in "a href="linknamehere" type in class="btn". So the generic HTML looks like this: <a href="#">Button via the CSS</a> and enter in class="btn" right before "href" So it should look like this: <a class="btn" href="#">Button via the CSS</a><br />
Button via the CSS
*OR* Use the button icon in the Editor to create a button.
Once the button is in the Editor, click on it, then link it using the Chainlink icon.