Image is broken if the image path contains number under windows platform, what should i do ?
e.g. if the image is uploaded to following folder
/ImagesFolder/CuteEditor/Testing/1/image.gif
but the src in html code would be
<div><img height="30" src="/ImagesFolder/CuteEditor/Testing/image.gif" width="28"/> </div>
the Path is not correct, why ?
Please HELP ~ Thanks a lots