Span Tags in HTML
Ray Horsley
Ray at LinkIt.Com
Tue Feb 10 12:08:43 CST 2009
Dave,Ken,
Thanks for the boost. I've got it rendering now.
Ray Horsley
LinkIt! Software
On Feb 10, 2009, at 6:52 AM, Dave Cragg wrote:
>
> On 10 Feb 2009, at 04:40, Ray Horsley wrote:
>> But this doesn't:
>>
>> put "<html><p>This is an example.</p></html>" into myHtmlDoc
>> put revBrowserOpen(tWinID, myHtmlDoc) into sBrowserId
>> set the BrowserId of image "BrowserImage" to sBrowserId
>>
>
> Ray, try with revBrowserSet, using the "htmltext" property.
>
> E.g.
>
> put "<html><p>This is an example.</p></html>" into tHtml
> put revBrowserOpen(the windowID of this stack) into tBID
> put "0,0,200,100" into tRect
> revBrowserSet tBID, "rect", tRect
> revBrowserSet tBID, "htmltext", tHtml
>
> Cheers
> Dave
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.runrev.com/pipermail/metacard/attachments/20090210/8d957dc7/attachment.html
More information about the metacard
mailing list