I have written scripts that generate price lists on a .xls sheet.
The price lists are written in HTML so I can embed an image easily using <img src .........
But when the .xls leaves the local folder, ie emailed out,
it can no longer 'see' the image because the src path is no longer valid.
How are images permanently embedded in .xls? or HTML for that matter.
The code behind is HTML so am I missing a trick somewhere?
The price lists are written in HTML so I can embed an image easily using <img src .........
But when the .xls leaves the local folder, ie emailed out,
it can no longer 'see' the image because the src path is no longer valid.
How are images permanently embedded in .xls? or HTML for that matter.
The code behind is HTML so am I missing a trick somewhere?
Comment