Thanks again, Mr. Phil. BOM is now removed from the about.php file and site navigation now working OK. Something I changed in editing the page titles must have caused the BOM to cause the error.
The tip on Notepad ++ using the Encode in UTF-8 without BOM was the breakthrough I needed.
I didn't do any of the setup coding on the site. All I've done in the past is just add content through the CMS. The developer used Macs, so I don't know how the BOM thing crept in, but he seemed to struggle with the project.
The character set allows translation corrections from Japanese language to English language in the AUCTION section. I'm not keen to get too deep into the coding - in case I mess something up. I'll get someone to revamp the AUCTION section which needs some updates because of changes to the Yahoo! Japan Auction which it draws content from.
The only other thing that would be nice would be able to fully edit the page titles on
http://www.ts-export.com/page.php?page=abouthttp://www.ts-export.com/page.php?page=about_export_centrehttp://www.ts-export.com/page.php?page=about_vehicleshttp://www.ts-export.com/page.php?page=about_partshttp://www.ts-export.com/page.php?page=about_othershttp://www.ts-export.com/page.php?page=about_feesI've been able to edit the bit that says "TS EXPORT" but just can't edit the bits that say "About Vehicles", "About Parts" etc. into something that matches the page content and is better for SEO. This seems to be the tricky bit.
title><?php echo ucwords(str_replace("_", " ", $_GET['page'])); ?> | TS EXPORT</title>
If its too hard to do I'm happy to let it go.
Interestingly there is an "A" favicon that displays in Chrome (displays automatically - I didn't add it) on the HOME and ABOUT pages, but not on the other pages.
Again, so much for your help and patience. You've given great support.