Tutorial
Use the Pull quote to make important text really stand out. It's easy to do in MemberGate
One of the latest enhancements in MemberGate is the ability to quickly add Pullquotes to articles within your site. (Available in the MemberGate 3.50 update).
Use the Pull quote to make important text really stand out. It's easy to do in MemberGate
To create a pull quote in MemberGate, you simply place the following code where-ever in the article you wish the pull quote to appear.
Use the Pull quote to make important text really stand out. It's easy to do in MemberGate
The variables you can include in the pullquote command are:
- text = "quote text goes here" - this variable is required.
- byline = "quote author" - optional
- align="left" - aligns the quote to the left or right of the page.
- back="e3e3e3"> - background color of the pull quote box. Use any valid color.
The one other thing you will want to add is the following CSS definitions to 'edit font settings':
.Pullquote {
line-height: 20px;
padding-top: 6px;
padding-left: 6px;
padding-bottom: 6px;
padding-right: 6px;
font-size: 12px;
font-weight: bold;}
.Pullquoteattrib {
line-height: 20px;
padding-top: 6px;
padding-left: 6px;
padding-bottom: 6px;
padding-right: 6px;
font-size: 12px;
font-weight: italic;}
You can modify the font style settings above to change the color and size of the pullquote text and box.
You can have as many pull quotes as you like on a article or department page, but these should not be used on main portal pages.