<div dir="ltr">Hi folks,<div><br></div><div style>I'm playing around with Ur/Web. It looks very interesting, but I have many questions. </div><div style><br></div><div style>I'm having a hard time getting CSS styling to work in my application, because I can't figure out how to get my application to serve a file from the filesystem. If I have a file called stylesheet.css, where should I put it in relation to the .exe file to allow it to be served, and what should I use for the URL to reference it?</div>
<div style><br></div><div style>Alternatively, if I wanted to generate the styles dynamically, would I write that as unit -> transaction blob, or something else? Something like the following?</div><div style><br></div>
<div style><div>fun blogStyle () =</div><div>    returnBlob (textBlob ".blogPost {background-color:red; }")</div><div>                    (blessMime "text/css")</div><div><br></div></div><div style><br>
</div><div style>How would I then reference that in a <link> element? There's no "link" field for <link>s like there is for <a>s, so the usual {foo ()} interpolation within an <xml> document doesn't look like it works - link.Href wants an url, not a transaction blob.</div>
<div style><br></div><div style>Thanks in advance for your help!</div><div style><br></div><div style>Bryn</div></div>