danarashad
Programmer
I am having using cfdocument to create pdf reports. And I am trying to use a background image in one of my tables. I can get the images to appear by using <img src ="file///D:/images/imageone.jpg">. But when I try to use a background image I get a red X. Does anyone know who to fix this issue. Here's the code.
This is the one that does not work.
<td background="file:///D:/images/layout-l.gif">
This code works.
<img src="file:///D:/images/layout-l.gif"></td>
This is the one that does not work.
<td background="file:///D:/images/layout-l.gif">
This code works.
<img src="file:///D:/images/layout-l.gif"></td>