Jump to content

PHP include file form not showing in Safari


oracle765

Recommended Posts

Hi there we have this webpage which is not showing the form in Safari but it is in all other browsers, I am not sure if it is the include file, browser itself or css of something

 

the url is compareandchoose.com.au/home_loans it is for all landing pages not just this one

 

thanks in advance professionals

if the html of the form is actually present (have you checked the 'view source' of the page in the browser type where it doesn't work), browser problems like this are usually due to invalid markup/css that some browsers ignore the problems in, but other's don't.

 

your page has 70 makeup errors and 67 warnings - http://validator.w3.org/check?uri=compareandchoose.com.au%2Fhome_loans&charset=%28detect+automatically%29&doctype=Inline&group=0

 

most of the errors are because the html comments are broken, which means that some browsers will see part of the html as being part of the comment.

 

if you are dynamically producing these pages, why do you even have html comments in it? you should have php comments in the php code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.