Quote:
Originally Posted by dashaka2
is there a way to have it checked at the end to see if it was done correctly and then go on to a new puzzle?
|
Yes. You can replace template "custom_sudoku" with the above post (#25)
or...
Replace the original <iframe> code:
Code:
<iframe src="http://www.free-sudokus.com/cgi/sudoku.cgi?affiliate=1" width="435px" height="435px" border="0" scrolling="no">
</iframe>
With this one:
Code:
<iframe src="http://www.free-sudokus.com/cgi/sudoku.cgi?size=8&affiliate=1" width="450px" height="450px" name="Sudoku"></iframe>
Change the "8" to a lower or higher number. Keep in mind that if you change it you may also need to adjust the "width" and "height" settings. Also for more ways to customize it
go here to the official site.
------------------------
@Allan: In my previous post (#25) I've added the fix if you're interested. The attachment down below shows the player options correctly.
*Now clicked "Install".

*