Hiding path to images with embedding

  •  01-29-2005, 7:09 PM

    Hiding path to images with embedding

    I have a client that requires that if an image is sent via email, that the images need to be embedded within the source rather than poining to the absolute/relative path for the image used.
     
    So an image tag would look like:
     
    <IMG src="cid:test_image">
     
    Rather than
     
    <IMG src="/uploads/test_image.jpg">
     
    Is there something that can be done from the CuteEditor side that will help with this? 
     
    Thank you,
     
    Mateo Nares
View Complete Thread