Hi there,<div><br></div><div>I went through <a href="http://docs.racket-lang.org/web-server/templates.html?q=web-server#(part._.Conversion_.Example)">Templates: Conversion Example</a>, and am doing something similar with my page. I have a static template.html file and an external .css which I&#39;d rather not include verbatim in the .html template as done in the example (my CSS is a hundred lines and will get larger), so it&#39;s linked via the standard link tag in my template. For some reason I can&#39;t get the displayed .html file to find its .css. </div>

<div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>I&#39;m running DrRacket from the same directory as my servlet source file, and I have the template and css files both in that directory as well. I&#39;m running a simple servlet with serve/servlet, but I can&#39;t seem to figure out what options I need to specify. #:extra-files-paths doesn&#39;t seem to work, and messing with the various roots seem to get me in trouble. Does DrRacket need to know about the CSS file at compile time? Where exactly does Racket serve the html from?</div>

<div><br></div><div>Could someone suggest a good configuration setup for this? Or a better alternative?</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><br>Jeremy<br>
</div>