browser compatability

3 replies
hi there.

hope everyone is having a great day.

I have my site at www.lunchboxdiet.co.uk and it works for me in all browsers, but i'm getting some clients who are telling me that it's not viewing properly and i want to make sure it looks okay, is there a way of testing it across all browsers and what maybe the solution if i encounter a problem?

Regards

Simon
#browser #compatability
  • Profile picture of the author phpbbxpert
    It probably isn't displaying properly because there are all kinds of coding issues with it.
    You have a marguee element which is not even a valid element outside of the document declaration. Which is the first issue I would resolve.

    The marquee looks like a bunch of ads.
    If you didn't put it there take a look at the files for the theme.
    the header and maybe the index. Then change your FTP credentials and check folder permissions.

    UPDATE: your WordPress install and plug-ins also.....
    {{ DiscussionBoard.errors[3142603].message }}
  • Profile picture of the author neilljohnson
    The basic rules for translating HTML documents prepared by the World Wide Web Consortium, which publishes the official HTML standards. But there are many possibilities for interpretation in these soils rules.Your Web browser is a translation unit. It takes a document written in HTML and this translates into a Web page format.
    {{ DiscussionBoard.errors[3144715].message }}
  • Profile picture of the author Edward Floyd
    You can check how your website looks on HEAPS of different browsers here:
    Check Browser Compatibility, Cross Platform Browser Test - Browsershots
    It gives you screenshots of how your site is displayed on pretty much every browser and it's useful for finding problems in your site.

    You should also run your site through a W3C validator to make sure it complies with web standards:
    The W3C Markup Validation Service
    {{ DiscussionBoard.errors[3146754].message }}

Trending Topics