Slickplan
Slickplan Help Content Planner SEO & CSS Planning

How do I use element options on a content block?

How do I use element options on a content block?

Element options are basically for sitemap export. You can select any standard HTML tags that an element will be wrapped around with.

  1. Navigate to the content dashboard and open a page.

    Screen_Shot_2020-11-18_at_12_22_36_PM.jpg

  2. Open the content editor of any page. Hover over the three-dot menu on the content block you want to style.

    Screen_Shot_2020-11-30_at_1_57_35_PM.jpg

  3. Select Settings.

    Screen_Shot_2020-11-30_at_1_58_54_PM.jpg

  4. Select HTML Wrapper.

    help-543.jpg

  5. Click on the Settings icon and define wrapper class and ID.

    Screen_Shot_2020-11-30_at_2_00_40_PM_1.jpg

  6. When done, click Save.

So, for example you have a text block and you select <div> and add class and id – the export will look like:

<div class="added class" id="added id"> element’s text </div>

<div> is a default wrapper. There are other tags as well as no wrapper and custom HTML where users can add their own HTML code that will be before the element’s content and after.