| Problem | Cause(s) |
| My graphics image doesn't show up. Instead, I get that dumb (duh!) default thing which says the browser can't find the file. |
|
| Not only my graphics fails to show - some text after the graphics also drops out of sight. | You may have left off the right " or the right ">". See the table below for typical examples. |
Sample Errors
Tag Error <img src="myfile.gif> missing a quote after gif <img src="myfile.jpg" missing > at the end <img src=myfile.jpg> missing quotes around the filename <img src="myfile,gif"> There is a comma before gif instead of a period.