Skip to main content

Add an I-Frame

videocam

Iframes contain whole html pages, complete with styling etc . They can be removed or applied to Pages by adding them as an HTML Text Area.


To Add an Iframe to your Page#


Let's start by adding an Iframe to our page.

1. Log into your Admin Module

To access your admin site, simply type "admin." before your public url.

eg: https://admin.demo.dashnetics.com.au

img

2. Select the menu

img

3. Select Page Management

img

4. Select Setup Pages

img

5. Select Items Icon list_alt

Each page will be listed, choose the "Items" Icon next to the page you want to change.

img

6. Select Add

To begin adding a new Item to the page

img

7. Enter a Name for your Styling

  • For example, "CSS"

Names can contain spaces or any characters

img

8. In the Type dropdown, choose "HTML Text Area"

img

9. Width can remain as "0"

Width "0" means the item will display at the DEFAULT width.

This can be changed later if necessary

img

10. Within the HTML Text area, type or copy your styling text

<iframe
style="margin: 0;
overflow: hidden!important;
position:absolute;
left: 0px; top: 0px;
width: 100%!important; height: 100%!important;
id="iframe_a" name="iframe_a"
src="https://docs.dashnetics.com.au"><!-- change this to your page url -->
Your browser does not support iframes.
</iframe>

11. Tick check_box 'Divider After'

This will ensure the next element we add will appear below the styling.

img

12. Press Save

img