Cheat Sheet


Topics include:



Button Design

Here is a list of button Stylesheet Classes available. Copy and paste these Stylesheet Classes into your Advanced settings of your link to turn a link into a button.
 

Advanced Link settings, showcasing how to insert a maroon button White: btn btn-default     Default Example
Blue: btn btn-primary       Primary Example

You can also further customize buttons, with a specific color, such as maroon. Maroon Example


In the Style field of your Advanced settings, specify a background color by inserting "background:maroon;" You can use names of colors, or HEX codes.

View button tutorial video

 

 

 

 


 



Pasting from Word & Removing Formats

Use the keyboard shortcut Crtl+Shift +V to paste as plain text. This will remove any formats that could have been copied over with the text.
 

On your editing toolbar, use the Remove Format button to highlight your text and remove any existing formats.

The editing toolbar with the remove format button highlighted



Add Padding (Margins) to Articles

Add the below code to the top of your Source code to add margins to your entire article.

<div class="row padh"><br />
 



Tips & Tricks Education Session Topics