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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple Report Question??

Status
Not open for further replies.

WB786

MIS
Mar 14, 2002
610
When I am export out a report in a HTML format the company logo that is inserted into the report doesn't show up in the HTML. How can I make the logo appear in HTML?

Thanks in advance,

:)WB
 
That's because HTML does not embed graphics, but just point to an image location:
[ignore]<img src=&quot;[/ignore]
Therefore, your logo should be stored on a web server (or a network location) and the html file should point to it.

HTH

[pipe]
Daniel Vlas
Systems Consultant
danvlas@yahoo.com
 
What is the exact coding that I need to use on my on click event button?

Thanks,
:)WB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top