oder Link, sondern eher sowas wie Base64codiert?
Als Datazeilen

Code: Alles auswählen
DataSection
about: IncludeBinary "about.html"
EndDataSection
If OpenWindow(0, #PB_Ignore, #PB_Ignore, 200, 200, "About") And CreateGadgetList(WindowID(0))
WebGadget(0, 0, 0, WindowWidth(0), WindowHeight(0), "")
SetGadgetItemText(0, #PB_Web_HtmlCode, PeekS(?about))
While WaitWindowEvent() <> #PB_Event_CloseWindow : Wend
EndIf
Mit jpeg dasselbe, FF ja, IE nein.STARGÅTE hat geschrieben:probier doch mal n anderes Format ? PNG oder so ...
ich google der weile auch