used in the HTML Element issue - Post...

User 256339 Photo


Registered User
25 posts

Greetings,
I have been trying to insert a working contact form into my website project using Site Designer 4.0. I placed an iframe tag within the HTML element and thought I had a working contact page. I found a problem with the page's top responsive navigation bar. On smaller browser size, my hamburger icon does not work as it was created. For several days now I have not overcome this issue. This is my iframe insert.
<iframe width="100%" height="600" style="border: none;
background: transparent; overflow: hidden;"
src="https://www.us24ever.org/nu-page/index.html"></ifram>

My project is located at the following url: https://www.us24ever.org/us24-2020-project/contact.html
Many thanks for any advice,

Jerry
Jerry H
User 379556 Photo


Registered User
1,535 posts

This probably won't solve the problem, but the following matters may be worth looking at -
1. There is a typo in the closing iframe tag, which I think was meant to be just </iframe> rather than
</ifram>
.
2. The coding is not quite as shown in the post, but adds
sandbox="allow-top-navigation"
.
Frank
User 256339 Photo


Registered User
25 posts

Thank you Frank,

This closing iframe tag sealed the deal for me. Very much appreciate the support one gets from CoffeeCup.
Jerry H

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.