I used
in my advanced editor, but my picture has a broben link
in my home page( a broken frame ICON shown without picture).What did I do wrong?
| « | January 2006 | » | ||||
| S | M | T | W | T | F | S |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 | ||||
Thursday, 19 January 2006 - 6:01 PM EST
Name: cw
A small typo in your image code
<img src="sphere.gif>
is missing a " at the end of the image name
it should look like this...
<img src="sphere.gif">
If still not displaying after fixing then reload the page after clearing your browser cache. If still not working then make sure it's uploaded to your main directory.
Thursday, 19 January 2006 - 9:47 PM EST
Name: wy2/sy
I thank you very much,cw. It works now.
The other image did not show up because I use jpg instead of
JPG (cap letter case). They are case sensitive!!!!!!
Thursday, 19 January 2006 - 9:54 PM EST
Name: cwThat's a good observation re case sensitivity wy/sy. Many server's are case snsitive. Because of that I always recommend naming files in all lower case just to preserve one's sanity :)