I cannot replicate the problem. Maybe if you send me an tarball with an accurate picture of the situation I can find some subtlety. But when I use the file you've given and put some HTML file in the "htdocs" directory, I get the expected result.<div>
<br></div><div>Jay<br><br><div class="gmail_quote">On Sun, Dec 5, 2010 at 12:41 AM, Giles Roberts <span dir="ltr"><<a href="mailto:giles@gilesroberts.com">racketusers.20.gilesroberts@spamgourmet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear Jay,<br>
<br>
I can replicate the problem with the test static example from the web server tutorial:<br>
<br>
#lang web-server/insta<br>
(define (start request)<br>
'(html (head (title "Testing"))<br>
(link ((rel "stylesheet")<br>
(href "/test-static.css")<br>
(type "text/css")))<br>
(body (h1 "Testing")<br>
(h2 "This is a header")<br>
(p "This is " (span ((class "hot")) "hot") "."))))<br>
<br>
(static-files-path "htdocs")<br>
<br>
My html file is in htdocs. I was expecting the html to be served by the web server without any additional coding. Is there something I'm missing?<br>
<br>
The server is run from DrRacket 5.0.2 and the OS is Vista Home Premium SP2.<br>
<br>
Regards Giles.<br>
</blockquote></div><br><br clear="all"><br>-- <br>Jay McCarthy <<a href="mailto:jay@cs.byu.edu" target="_blank">jay@cs.byu.edu</a>><br>Assistant Professor / Brigham Young University<br><a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
<br>"The glory of God is Intelligence" - D&C 93<br>
</div>