I have created a HTML creative in Cxense Display and uploaded an external file to the Campaign using [Add a file]. I want to reference to that file in the HTML code.
Answer:
References to other uploaded files must be local. Just before the file name, insert _P_.
Examples:
<img src="image.gif">
must be rewritten to:
<img src="_P_image.gif">
Comments
0 comments
Please sign in to leave a comment.