I can reopen my HTML file in Notepad. Whats going on?
In Windows Notepad, the Open File dialog window defaults to displaying only text files (with .txt file extensions). To see other file types, including HTML files (with .html or .htm file extensions), select All Files as the file type. • Why aren’t local inline images displaying in my browser? If you’re just using the file name of an image as its URL, make sure that both your HTML file and the images you want to display inline are saved in the same folder. If you want to link to images in a different folder from the linking file’s folder, you need to use a relative URL (src=”images/myimage.html” or src=”../images/myimage.html” for instance). Return to Top • 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 of