Hi, I put image in with editor, a new editor, cupcake now, then I looked at the code, then deleted image and put the same code in, but it wont display still. What could be the problem as it is not the web editors as this is the second editor Im trying this with now.
Here is the code that the editor put in when I put the image in manually, then I deleted the image and tried putting it in with exact same code as editor had done. Still no result. code is<img src="file://c:/users/spencer/Desktop/Mywebsites/model2.png.jpg" width="100" height="100" alt="" title"" border="0"/>
I put same code in except I changed alt="model2" title="model2" border="0"/>
If anyone can fix this problem for me and it works, Ill swear, Ill send you a gift. a little painting. Cause Ive been trying to get round this bend for weaks, so I can start trying to create and experiment more with the code.
I dont want to give up, but Im running out of time and money. Dont feel like working as a no brain laborer again.
Looks like you are using a web editor that is trying to pull the file up from the "C-Drive" on your local hard drive. You need to create a file structure that is similar in design on your hard drive that is the same as on your server or you need to hand code this to fit the file structure that you have on your server. If your images are in your image file on your server then you
<img src="http://www.YOURSITE.com/images/model2.png.jpg" width="100" height="100" alt="" title"" border="0"/>
is that even possible? .png.jpg? from what I understand I don't think that is, you should clean up everything it will be able to spot things easier and fix them easier
model2.png.jpg is a jpg file that might have been an intended png file that got saved as the wrong type. It might be good to zip your files into a folder and attach them so we can see what physically is going on.
Bookmarks