Tabs & Slides
Creating a slide
- After you have logged into the backend, go to the article manager and open the article that you wish to add the slide into.
- The way in which a slide works is that you “wrap” the area of content that you wish to slide in “tags”. The way in which to do this is find the content that you wish to make slide in and out.
- At the start of the content type:

<heading> is what will be displayed on your website for users to click on to activate the slide in effect. A good example is this webpage it utilises the effect. The tag is
- Once you have entered the start tag, you must also end the tag. Find the end of the content and enter:

This ends the section that will have the slide effect on it. - It is possible to have multiple slides on one page. Each time use the
and
tags for each section. - Once you have finished, save the document and test it on the front end of your site.
Example:
Cakes are very good
Please note, that you cannot have a slide with in a slide.
Creating a tab
- Once you have logged into the back end of your website. Go to the article manager and open the article that you wish to add the tabs into.
- To create the tabs, enter in:

<heading> represents the title of the tab. For example if the tab contained information about cakes, you could enter
. - The content that follows the tag will be placed into the tab that you just created. To add a second tab, enter:

<heading2> represents the title of the second tab. - Each new tab that you wish to create just type in the previous tag. Once you have finished with the tabs, enter in:

Example:
This is all in tab1!
This is tab2
Combining tabs and slides
- It is possible to use tabs and slides together. To do this, open an article in the article manager.
- The way in which this works is using tabs first and then the content that is within those tabs we can apply the slide effect to. So, create your first tab using
. - Now you can sort the content in the tab using the
tag to create the slide and then remembering to end the slide using 
- You can use as many slides as you want per tab. For the next tab, type in
and then you can continue to add slides. - Once you have finished adding tabs, enter in

- Click on “Save” and check the effect on the front end.
