how to set image property URL when editing article?
-
I am using the CodeProject editor to edit an article I have written. When previewing the edits, the images included with the article are not displayed but instead appear as blank sections. Editing the image properties requires entering a URL. The default URL references the location of the image on my computer instead of the CodeProject site. My question, how do I change the URL to reference the images previously uploaded to the CodeProject site so that the images are correctly displayed when previewing the article? More specifically, what should be included in the URL? Thanks, Ian
-
I am using the CodeProject editor to edit an article I have written. When previewing the edits, the images included with the article are not displayed but instead appear as blank sections. Editing the image properties requires entering a URL. The default URL references the location of the image on my computer instead of the CodeProject site. My question, how do I change the URL to reference the images previously uploaded to the CodeProject site so that the images are correctly displayed when previewing the article? More specifically, what should be included in the URL? Thanks, Ian
To include images you need to first upload them (drag and drop them onto the area of the wizard for file uploads) then you can reference them in your article using <img src="image.png"> Where image.png is the filename of your image. Don't add any path info - the wizard will fix all of that up for you. In the list of images you've uploaded, just to the left of the image name, is a small arrow icon which, when clicked, will insert the image at the current cursor location.
cheers Chris Maunder