Hello, can anyone help with adding an image field ...
# advancedpdf
j
Hello, can anyone help with adding an image field into a table? Here is my code:
Copy code
<td colspan="1" rowspan="2"><img src="${record.custbody_xx_deptlogo}" style="width: 300px; height: 76px;" /></td>
But I keep getting the following error: "The value of attribute "src" associated with an element type "img" must not contain the '<' character."
p
does
custbody_xx_deptlogo
contain a
<
?
j
No, its an image field
the URL behind it doesn't have any either
c
SuiteAnswers: 68330
🙌 2
j
Gah that worked! Thank you so much
💯 1