Thanx for the response Ruben, very handy! I'm guessing I need to do something like this then:
data:<mimetype>;base64,<data> With the right parameters filled in off course ;-). Doesn't seem to work... but I will play with it some more. Cheers, Shaun On 23 Jan, 14:06, Ruben Willems <[email protected]> wrote: > Hi > > the e-mail is an xsl transform, like you knwo ;-) > but if you look at the html code generated, the picture will point to > images\funpicture.gif or something > and this path does not exist on your disk / email client / ... > > maybe you can embed the image in html or so > so the image is binary encoded in the html > > with kind regards > Ruben Willems > > On Fri, Jan 23, 2009 at 2:39 PM, CinnamonDonkey < > > [email protected]> wrote: > > > Hi All, > > > Just for that professional finishing touch I have added an image to > > the style sheet for the build reports. It works fine when accessing > > the reports from a web browser but it's a dead link in the emailed > > reports. > > > I'm using: > > > <img src="{$applicationPath}/images/company_logo.png"/> > > > Is this wrong? Should I be doing something special to make it work in > > the email? Has anyone else tried this? > > > Regards, > > Shaun
