Viewing Iframe

Iframe



User: Ralph L. 4 years ago
I use iframe to display content on the EverWeb page inside an HTML Snippet.
<iframe src="http://www.sagegolf.ca/SCHEDULE.htm" style="height:600px;width:900px;border:none;margin:0;padding:0"></iframe

It used to resolve the webpage location and I could see the results prior to uploading the content to the web server. This no longer happens. Does anyone have a solution?
User: Roddy 4 years ago
EverWeb is having to download the iframe content from the server and sometimes it doesn't appear when viewed on the design canvas.

You should change the URL to a relative path for better performance and faster download...

<iframe src="SCHEDULE.htm" style="height:600px;width:900px;border:none;margin:0;padding:0"></iframe>

See THIS page for more info about file paths.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.