Small big problem with images & uploads
-
I used an image, in one of my pages, but I deleted the file in the ”uploads” section, so the image is permanently gone (although I still have it on my computer). Since I still had this image on one of my pages, but the file was deleted, instead of having the image, I get the image description. And I can only delete the text within the image box, but not the image box itself. I also can’t delete [i]every[/i] letter; at least [i]one[/i] has to stay.
How can I fix this problem?
-
Try opening the post for edit and then go into “code view” in the editor and remove the image link which will look something like this:
<a href="http://pagelinkhere"><img src="http://imagelinkhere" alt="" title="" /> </a> -
Actually if it’s an image link only, they it could look like this:
<img src="http://imagelinkhere" alt="" title="" /> -
Haha thanks. How could I have NOT thought of that? I usually use code all the time… I’ll resolve this topic right away.
-
- The topic ‘Small big problem with images & uploads’ is closed to new replies.