RSD - iframe doesn't allow scrolling...

User 2490574 Photo


Registered User
20 posts

Hi all -

Perhaps not specifically a question that should be asked here but since I am working with RSD I thought....

View http://e-lumini.com/promotions/may16/th … rants.html which is a page clearly under development.

In RSD the page is much longer but, for some reason, the page doesn't allow scrolling down once the iframe is embedded.

Code used to embed iframe: <iframe src="http://e-lumini.com/promotions/may16/clip/index.html" width="960" height="540" scrolling=”no” />

Anyone able to give me some idea on how to resolve this not-scrolling-down-issue?

Many thanks in advance!

Raymond
User 2699991 Photo


Registered User
5,305 posts
Online Now

Hello,
Nice looking site anyway

Im not expert on coding, but shouldn't the iframe end with </iframe> I see there is /> which I assume should work, but maybe worth trying the old fashioned way </iframe>
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS


A simple quick way to contact me
https://mawarputih.coffeecup.com/forms/contact-wayan/
User 122279 Photo


Senior Advisor
14,622 posts
Online Now

You're right, Wayan, the end tag has to be </iframe>

From this code:
<iframe src="http://e-lumini.com/promotions/may16/clip/index.html" width="960" height="540" scrolling=”no” />
remove the slash at the end, and add the closing tag </iframe> behind the >
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2450707 Photo


Registered User
94 posts

Hi Raymond,

Why not experiment!
In your code your have:
width="960" height="540" scrolling=”no”

So you have scrolling turned OFF!
Try scrolling="yes"

Best wishes,

Daniel

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.