Why is everything suddenly centered or right-aligned?
You’ve almost certainly forgot to close off a CENTER tag or a DIV tag (with center-alignment or right-alignment set). Scroll back up through your HTML file and make sure you don’t have any unclosed CENTER or DIV tags. Return to Top • Why does my background sound file play in Internet Explorer, but not in Navigator? Internet Explorer recognized the BGSOUND attribute for the BODY tag for playing background sound files, but because this is a Microsoft extension and not an official HTML tag attribute, Navigator does not recognize it. To play a background sound file in both Navigator and Internet Explorer, you need to use the EMBED element. To hear the background sound file, the visitor will need to have an appropriate plug-in player installed. Return to Top • Why I have links and images that work fine on my local computer, but which don’t work after transferring my pages to my server on the Web? File and folder names on UNIX servers are case senstive. Thus, mypage.html and MyPage.HTML, for