Tips
In a piece of content providing advice or instructions, it can be helpful to call out especially helpful information separately to make sure the reader doesn’t miss it or provide extra guidance to really help them out.
Examples
Tips on the full-width multi-column block

How to make tips on the full-width multi-column block
Tips on the full-width multi-column block with custom borders

<!--Tips (grids, 4 cols)-->
<div class="stk-snippets-tips stk-grid" data-ce-tag="grid">
<div data-col-width="2" class="stk-grid-col" data-ce-tag="grid-col">
<div class="stk-snippets-tips__card stk-container" data-ce-tag="container" data-container-name="Card">
<h2 data-ce-tag="paragraph" class="stk-reset stk-theme_00000__style_large_header">01</h2>
<h4 data-ce-tag="paragraph" class="stk-reset stk-theme_00000__style_small_header">Make your content the optimal width for scannability</h4>
</div>
</div>
<div data-col-width="2" class="stk-grid-col stk-grid-col_last" data-ce-tag="grid-col">
<div class="stk-snippets-tips__card stk-container" data-ce-tag="container" data-container-name="Card">
<h2 data-ce-tag="paragraph" class="stk-reset stk-theme_00000__style_large_header">02</h2>
<h4 data-ce-tag="paragraph" class="stk-reset stk-theme_00000__style_small_header">Use a logical structure that clearly breaks down content</h4>
</div>
</div>
</div>
Select the code component with the same number of columns as in the grid system of your post.
Replace style id `stk-theme_00000` with yours before adding it to your Style Manager. For more info, please go to the Introduction page.
You can also adjust border width and colors in the component CSS.
Tips on the side

How to Make Tips on the side
Tips on the side with custom the vertical divider

<div class="stk-snippets-tips-02 stk-container" data-ce-tag="container" data-container-name="Tips">
<p class="stk-reset stk-theme_00000__style_small_text stk-theme_00000__color_4507_custom_color_0 stk-theme_00000__mb_05"><strong class="stk-reset">TIPS</strong></p>
<h3 class="stk-reset stk-theme_00000__mb_05 stk-theme_00000__style_medium_header"><span class="stk-reset">Best practices to use in your content</span></h3>
<ol data-ce-tag="list" class="stk-reset stk-theme_00000__style_small_text">
<li data-ce-tag="list-item" class="stk-list-item stk-reset stk-theme_00000__style_small_text">Make your content the optimal width for scannability</li>
<li data-ce-tag="list-item" class="stk-list-item stk-reset stk-theme_00000__style_small_text">Use a logical structure that clearly breaks down content</li>
<li data-ce-tag="list-item" class="stk-list-item stk-reset stk-theme_00000__style_small_text">Establish hierarchies for easy scanning</li>
<li data-ce-tag="list-item" class="stk-list-item stk-reset stk-theme_00000__style_small_text">Make content navigation a breeze</li>
<li data-ce-tag="list-item" class="stk-list-item stk-reset stk-theme_00000__style_small_text">Emphasize certain content to catch the eye</li>
<li data-ce-tag="list-item" class="stk-list-item stk-reset stk-theme_00000__style_small_text">Provide additional information in helpful ways</li>
</ol>
</div>
<p class="stk-reset"></p>
Replace style id `stk-theme_00000` with yours before adding it to your Style Manager. For more info, please go to the Introduction page.
You can also adjust divider style and color in the component CSS.
Content Experience Impact
Readers want to get the maximum benefit for the minimum amount of work, so by highlighting the most valuable tips and tricks in a more visual form, you can draw their eye to the most relevant content and quickly provide them incredible value. Tips can also be used to provide additive information to help the reader take their learnings to the next level, without breaking the flow of your main text. When designed well, with colorful backgrounds, icons, and different font styles, these can also provide some visual interest as the reader scrolls down the page, thereby upping engagement.
Dos
Help your tip stand out with a stylized frame, different background color, or even an icon placed by the header of the tip.
Make the design of your tips uniform down the page so the reader can easily scan and find each one throughout your content.
Don'ts
Don’t call out everything in your content as a tip—if everything is emphasized, nothing is. Instead, consider the goals the user is trying to achieve or what is most important to them and only highlight that information as a tip.
Learn More
Improving Content Comprehension With Layouts Setka
Prioritize: Good Content Bubbles to the Top Nielsen Norman Group
Extra Inspiration


Last updated
Was this helpful?