confirmation page layout has issues,...

User 458848 Photo


Registered User
39 posts

When I fiil in a form my confirm page shows up. Correctly and with an html div and ccs layout. However there is a border on the outmost edge of the form that is not from my form body or header. Maybe it is aborder or an issue where the body field differs in colors.

http://ehbo.themafeestenontvangen.nl/re … rEhbo.html
Fill in the form and see for yourself. I have be looking for a solution but can't find it.
it has something to do with the form.cfg.php file and it being pulled into the main form page.
User 187934 Photo


Senior Advisor
20,271 posts

Looks fine to me. Here's what I got.
http://awesomescreenshot.com/0011p4wte3
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 458848 Photo


Registered User
39 posts

Hi Eric, quick response, thx.
The white border that goes all around the grey box is what I want removed.
User 187934 Photo


Senior Advisor
20,271 posts

Look for some margin being applied in your css. It might be in the default.css.
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 458848 Photo


Registered User
39 posts

couldn't find any margins, checked it with firefox firebug inspector and no margins to be found.

Could it be that the double header and body tag causes this, altough the other pages have no problem.
User 187934 Photo


Senior Advisor
20,271 posts

Try adding this to the top of your page.
<style type="text/css">
<!--
#fb_iframe{
margin:-20px;
}
-->
</style>
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 458848 Photo


Registered User
39 posts

@ Eric on which page should this be placed? confirm page or ?
User 187934 Photo


Senior Advisor
20,271 posts

I placed it on the page with your form script.
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 458848 Photo


Registered User
39 posts

@Eric Did you place it in the html file? Which line did you place it on. tried some options but non worked yet.
User 187934 Photo


Senior Advisor
20,271 posts

Head of the page that has the form embed script.
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

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.