How can tell my css code that the source of a background image is a LinkedResource ?
Adding it as an <img src="cid:Photo0" />
is working, but I'm not able to style it in the way I want.
I've tried this css background-image:'cid:Photo0'
this background-image:url('cid:Photo0')
and other combinations of quotes and double quotes, but the linked resources will appear as attachments this way, and the div with this css codes will be either missing the background-image or sometimes will look like this:
<DIV cid:Photo0?);margin:70px0px;padding:0px0px;background-attachment:fixed;background-repeat:no-repeat;text-align:center;margin:auto;?="">
Where originally, it was written like this:
<div style="background-image:'cid:Photo0';margin:70px 0px;padding: 0px 0px;background-attachment:fixed;background-repeat:no-repeat;text-align:center;margin:auto; ">