Click to See Complete Forum and Search --> : Help broswer testing Macintosh on PC??


Maori_Fella
07-17-2003, 09:59 AM
HI Guys,

Im currently browser testing our test index page and most browsers are coming up fine on PC but on Linux and Mac im just getting the top menu bar and nothing below it, no body text or images.

This is the test page http://www.fish.co.uk/sam

As I said it comes up fine on PC but Mac and Linux are giving me headaches. Any suggestions would be greatly appreciated.

Thanks guys

DaveSW
07-17-2003, 10:33 AM
Make sure you're using valid code:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.fish.co.uk%2Fsam%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional

you also need a doctype like this at the head of your code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">