{Solved} Help With PROGMEM Webserver Example

This is the .txt file from the SD card that the example above reads off to the client. It could just as easily be in PROGMEM.

<HTML>
<BODY>
<TABLE>
<tr>
<td>
<h1>%{name}</h1>
<FORM action="/makeSched0" method="get">
<P>
<LABEL for="start"> %{start}: </LABEL>
<INPUT type="text" id="start" name="start">

<LABEL for="end">%{end}: </LABEL>
<INPUT type="text" id="end" name="end">

<LABEL for="setvol">%{setvol}: </LABEL>
<INPUT type="text" id="setvol" name="setvol">

<LABEL for="rate">%{rate}: </LABEL>
<INPUT type="text" id="rate" name="rate">







<INPUT type="submit" value="Send"> <INPUT type="reset">
</P>
</FORM>
</td>
</TABLE></BODY></HTML>