Why is text not wrapping, but running past the right margin?
Look for an unclosed PRE element. Scroll back up to through your HTML file in your text editor and make sure any
start tag is followed by aend tag. Return to Top • 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 • Wh
Related Questions
- When I take print outs of the converted document, the text gets truncated from the left and right margins. How can I make sure this does not happen?
- When I float images to the left or right, why is the text not wrapping correctly when viewed in Internet Explorer?
- I would like to see who is online in the right margin, not favourites. How can I do that?