Hello there!
Sam, you surely can. You can define some dimensions for your iFrame windows and define it as non-scrollable.
This is how I would do it:
- Insert an HTML Macro in the desired page
- Go grab the link to the desired page
- For this example I used this: https://confluence.atlassian.com/support/create-a-support-zip-790796819.html#CreateaSupportZip-Creatingasupportzip
- Important here is the #CreateaSupportZip-Creatingasupportzip
- Insert the iFrame code in the HTML macro. Here is mine:
<iframe scrolling="no" src="https://confluence.atlassian.com/support/create-a-support-zip-790796819.html#CreateaSupportZip-Creatingasupportzip" width="100%" height="950px" align="center" ></iframe>- Publish the page
- Users will not be able to scroll the portion of the site that is being shown
The #CreateaSupportZip-Creatingasupportzip is the ID of the section that I need to show. So, this method relies on this info being available. You can get this information by selecting a title (or anything else, really) and select to "Inspect selection source". Then, you should be able if there is an ID for you to use.
I defined hard limits to my iFrame because I wanted to display that part only. If you use %, it may not show what you need to show.
But the start of the show here is the scrolling="no" parameter. This keeps users from scrolling the content being shown!
So, Sam, let us know if this helps you out!
Reference:
How to put an iFrame into Confluence
Is it possible to create an iframe of the create issue-screen of a JIRA-project to the confluence space?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.