I am having trouble displaying my webpage in different browsers. I have run it through html %26amp; css validators and they can't pick up on any faults which would through the site out of line.
When I display the same code on different computers, different aspects of the pages change even though the files are exactly the same.
How can I get my website to display the...Post a link to your page.?We cannot help much without seeing what is going on.
How can I get my website to display the...The link to the site is http://www.commencegroup.co.uk/johnsons/index.html.
Start by running your page through the validator:
http://validator.w3.org/
You have some elements which are not nested properly such as scripts running outside of the head and body, required attributes missing, tags missing opening or closing, a %26lt;br /%26gt; tag in between %26lt;/td%26gt; and %26lt;td%26gt;.?Then you can ignore the stuff about Flash because the Adobe codes for Flash and Spry never seem to validate.?Some of the other errors at the bottom like no %26lt;/body%26gt; tag can be ignored because they are there, it just means there is a tag not closed before the end of the body so it generates an error saying the body was not properly closed.?The lines below that with tag mismatches will help you determine what is and what is not closed.
If you get that done and still have errors please let us know what browser/version/error you are having an issue with.
No comments:
Post a Comment