/website/help_troubleshooting.html

https://github.com/cornflakesuperstar/minesweeper · HTML · 48 lines · 47 code · 1 blank · 0 comment · 0 complexity · 1382d23fc6f663bad08599d215f3cc74 MD5 · raw file

  1. <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Minesweeper Trouble-shooting</title>
  5. <link href="minesweeper.css" rel="stylesheet" type="text/css" title="style">
  6. </head>
  7. <a name="top"></a>
  8. <body onload="focus()" bgcolor="#FF6600" leftmargin="0" marginwidth="0" marginheight="0" topmargin="0">
  9. <table cellpadding="0" cellspacing="0" border="0" width="100%">
  10. <tr>
  11. <td colspan="5" class="smallpageheader">&nbsp;Minesweeper Trouble-shooting</td>
  12. </tr><tr>
  13. <td colspan="5"><img src="spacer.gif" width="1" height="10" border="0" alt=""></td>
  14. </tr><tr>
  15. <td background="bg_redorange.gif"><img src="spacer.gif" width="20" height="45" border="0" alt=""></td>
  16. <td bgcolor="#EBE7E7"><img src="spacer.gif" width="10" height="1" border="0" alt=""></td>
  17. <td bgcolor="#EBE7E7" valign="top" width="100%">
  18. <span class="smallpageheader">Questions:</span>
  19. <br><br><blockquote align="center">
  20. <a href="#q1">1. My Personal Best Times are not being stored</a><br>
  21. <a href="#q2">2. My Personal Best Times have been reset</a><br>
  22. </blockquote><br><br>
  23. <table cellpadding="4" border="0">
  24. <tr><a name="q1"></a>
  25. <td rowspan="2" valign="top" class="biglistofstuff">1.</td><td><b>Q:</b></td><td class="question">My Personal Best Times are not being stored</td>
  26. </tr><tr>
  27. <td valign="top"><b>A:</b></td><td>Your Personal Best Times are stored in a "Cookie" on your computer. You need to enable "Cookie's" to run on your computer. To enable cookies, consult your browser's help documentation.</td>
  28. </tr><tr>
  29. <td colspan="3"><p><a href="#top">&gt;&gt; Top</a><p><br><br></td>
  30. </tr><tr><a name="q2"></a>
  31. <td rowspan="2" valign="top" class="biglistofstuff">2.</td><td><b>Q:</b></td><td class="question">My Personal Best Times have been reset</td>
  32. </tr><tr>
  33. <td valign="top"><b>A:</b></td><td>The "Minesweeper cookie" has been deleted from your machine. Ensure cookies are enabled (see <a href="#q1">Question 1.</a>) and your Best Times will be logged again. To avoid your Best Times being reset, do not delete your Minesweeper Cookie.</td>
  34. </tr><tr>
  35. <td colspan="3"><p><a href="#top">&gt;&gt; Top</a><p><br><br></td>
  36. </tr>
  37. </table>
  38. <a href="http://www.mindspring.com/~aptsolutions/howto1.htm">Tips and tricks</a>
  39. <br><br><br><br><br><br><br><br><br><br><br><br>
  40. </td>
  41. <td bgcolor="#EBE7E7"><img src="spacer.gif" width="10" height="1" border="0" alt=""></td>
  42. <td background="bg_redorange.gif"><img src="spacer.gif" width="20" height="45" border="0" alt=""></td>
  43. </tr>
  44. </table>
  45. <p align="LEFT" class="author">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:cornflakesuperstar@hotmail.com" class="emailauthor" alt="mailme">cornflakesuperstar@hotmail.com</a></div>
  46. </body>
  47. </html>