Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFDocument

Status
Not open for further replies.

danarashad

Programmer
Nov 2, 2006
115
US
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>
 
Is D: a drive on your server?

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top