Viewing html snippet preview

html snippet preview



User: Guest 12 years ago
Hi I am having an issue using the html snippet
I place this code in my website

<IFRAME SRC = "http://.../navbar" WIDTH="400px" HEIGHT="55px" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="no" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>

but for some reason i cannot test/preview the code to see if it is working on my site
I dont know if the issue is because im using an iframe code or something else

Thanks
Edit
User: Roddy 12 years ago
You won't get a preview in EasyWeb at this time. Publish to a local folder and double click the index.html file to launch your site in the browser.

Your iframe code is rather dated! Use something like this...

<iframe src="http://www.website.com/page.html" style="width: 500px; height: 300px; border: none"></iframe>

-------------------------------
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.
User: Paul-RAGESW 12 years ago
You should get a preview. Can you show your full iframe code. The code you posted doesn't point to a proper URL and it's also not proper HTML.

-------------------------------
Paul
EverWeb Developer
User: Roddy 12 years ago
I don't get a preview of more or less anything I put in an HTML Snippet!

Example...



<iframe src="http://www.roddymckay.com/ew/sliders/galleria/index.html" style="width: 825px;height: 725px; border: 1px solid #fff"></iframe>

Published page...

http://roddymckay.com/EasyWeb/galleria.html

-------------------------------
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.
User: Paul-RAGESW 12 years ago
Strange, works fine for me.

I think we need a preferences option to fix this issue because EasyWeb may need a longer delay before updating the HTML Preview.

-------------------------------
Paul
EverWeb Developer
User: Guest 12 years ago
Thanks for the updated code roddy
I could see the code appear on the page but cannot test it to see if it works
but I still think you should be able to test your code before publishing to a local folder (it just seems like more work to just see if the code is actually working)
And is there any idea as to how long the delay will take to fix the preview option of the HTML snippet
Edit
User: Roddy 12 years ago
I have a test site with more than 30 pages. Most of them have something in an HTML Snippet and none of them actually work in EW.

HTML text and images obviously work.

With a movie, the poster frame sometimes will only partially load if the file is hosted elsewhere. Audio players, sliders, smooth scrolling anchors, tooltips, drop down menus - nothing works in EasyWeb.

-------------------------------
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.