I cannot get local HTML files to reference external files, i.e. images and css style sheets. I am trying to show formatted text (for a book).
The following do not work:
<link rel="stylesheet" rev="stylesheet" href="style.css">

Here is the basic code (this is still jus a test!):
local options = {
baseUrl=system.ResourceDirectory,
}
native.showWebPopup( "localpage1.html", options )
The files are all in the main directory (where the main.lua file lives).
I cannot find any documentation, nor any forum entries! Am I the only one doing this?!?!?
HELP! [import]uid: 37366 topic_id: 12156 reply_id: 312156[/import]