Displaying stack images in revBrowser?
Jeffrey Massung
massung at gmail.com
Sat Feb 20 15:32:43 EST 2010
Ah yes! Forgot about that in HTML.
Danke!
Jeff M.
On Feb 20, 2010, at 1:55 PM, David Coker wrote:
>> Is this possible? I'm never loading an external page as opposed to generating the HTML I want to display. I'd like to put an <img src="My_Image"> in the HTML, but it doesn't work. Any clues?
>>
>
>
> I had the same questions a month or two ago... this solution provided
> as a courtesy from Shao Sean:
>
> You need to embed the image inline as base64 data..
>
> <img src="data:[MIMETYPE];base64,[DATA]">
More information about the use-livecode
mailing list