Hello again,

blame me for being clueless, but this is definitely not working, or I just
don't know how it will...

Im using a html template that comes from the Assest dir but using a stream
reader like:

            using (StreamReader r = new
StreamReader(Assets.Open("master.txt")))
                Master.Text = r.ReadToEnd();

Which does work and displays the html in webkit, so far so good.

But the template contains 

        <link rel="stylesheet" type="text/css"
href="file:///android_asset/Default.css" /> 

which will not affect the display in any way...

Regards,

Tom





--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/How-to-set-CSS-in-WebView-HTML-text-tp4369926p4399954.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

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

Reply via email to