If I didn't use encoding, like this: ```<img sr...
# advancedpdf
m
If I didn't use encoding, like this:
Copy code
<img src="${item.custcol_villa_design}" style="width: 700px; height: 600px;" />
I get this error:
Copy code
The value of attribute "src" associated with an element type "img" must not contain the '<' character.
m
One thing. Netsuite hates any unnecessary spaces like the one you have at the end ” /> That needs to be closed up. Possibly, on the url part, do you need to escape the quotes?