Web form taking up whole site??...

User 2514789 Photo


Registered User
4 posts

I was trying to implement the form on a client's website today. When I copy the code over into the designated area and load the page, it will load the website fine but then show only the form. How can I fix this?
The website is locked, to access it use username: guest - pwd: 000000 (that's six zeros and it's Non-sensitive)

The form should be located at the bottom of the site.

Thanks
User 122279 Photo


Senior Advisor
14,647 posts
Online Now

If you want us to take a look, you need to provide the web address.
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 2514789 Photo


Registered User
4 posts

Sorry - that is ubhonduras.org
User 2147626 Photo


Ambassador
2,958 posts

Sorry Edgar, can't get on that site to look at your problem. Asking me for username/password :rolleyes:
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 187934 Photo


Senior Advisor
20,271 posts

Something is hanging it up. Did you dbl check to make sure you got all the code. Try getting a rid of the script part of the iframe and make it a straight iframe embed. I didn't see anything obvious looking at it for a min.

Edit: If I refresh the page I see more of your content flash on the screen.:/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 187934 Photo


Senior Advisor
20,271 posts

I see some duplicate id names.
id="boxes"
id=" contentbox"
id="navbar"
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 38401 Photo


Senior Advisor
10,951 posts

I think if you run it through HTML and CSS validators you're going to be shocked at the over 1000 errors in the CSS and those in the HTML are reflecting what Eric has already mentioned. You cannot use ID's in more than one spot on a page so if you need similar items for different elements, create different ID's for them.

Start with validating though, it's pretty messed up.
User 2514789 Photo


Registered User
4 posts

Eric Rohloff wrote:
Something is hanging it up. Did you dbl check to make sure you got all the code. Try getting a rid of the script part of the iframe and make it a straight iframe embed. I didn't see anything obvious looking at it for a min.

Edit: If I refresh the page I see more of your content flash on the screen.:/


By removing the script, I was able to get it to work. What is the script for?
User 2514789 Photo


Registered User
4 posts

Jo Ann wrote:
I think if you run it through HTML and CSS validators you're going to be shocked at the over 1000 errors in the CSS and those in the HTML are reflecting what Eric has already mentioned. You cannot use ID's in more than one spot on a page so if you need similar items for different elements, create different ID's for them.

Start with validating though, it's pretty messed up.


Thanks for the note - I don't normally validate these sites cause they are based off of Pagelines and the only thing that's added is a separate style.css and no PHP or html is edited. I will look into that.
User 38401 Photo


Senior Advisor
10,951 posts

I would still look into it since the CSS is where the majority of well over 1000 errors were found. That's the most errors I've ever seen in a validation be it CSS or HTML lol, so definitely take a look at that and get that all squared away. The CSS is most of the issue, so if that is what you added, then you need to work that out better :)

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.