On Feb 19, 2012, at 11:37 PM, frankhevans wrote:
> 1. First I added the help file to my assets folder as an HTML file, but the
> embedded images didn't show (I included them in the assets folder as well,
> not sure why they didn't show)

How are you referring to the embedded images? If they're assets, you should be 
using something like:

        <img src="file:///android_asset/asset_name.png" />

If they're resources, you should be using:

        <img src="file:///android_res/resource_name" />

Also, make sure that the build action for your files is correct.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to