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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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