Putting a Kakuro on your website
With just a single line of
HTML you can include one of our daily Kakuros on
your website like the one on the right of the
page for free ! Try it now ->
This exciting new content will keep your
visitors entertained for hours.
It's interactive !
-
Your users can play online
-
Request hints to the puzzle
-
Page to the next / previous puzzles
-
Reveal the solution to the puzzle
-
Print a full page copy of the puzzle
It's
configurable !
-
Any size
-
Any colour scheme
-
Static or Interactive
-
Different grid types
This
is all the HTML you need: (copy + paste it into
your HTML editor)
|
|
Customise it
!
You can modify the Kakuro with any of the following
optional parameters:
&size = 7
(This determines the number of columns and rows in the
grid. Can be no greater than 31 Default 7)
&cellheight = 68
(This determines the width and height in pixels of each
box in the grid. Default 68)
&tableborder = <RGB>
(The table border colour in RGB format without the #.
Default 000000)
&nowtcell = <RGB>
(The colour of the blank cells that are not for number
entry or sum totals, without the #. Default 9811D2)
&tablecolor = <RGB>
(The colour of the number entry cells, without the #.
Default FFFFFF)
&tablecolor = <RGB>
(The alternate colour of the number entry cells, without
the #. Default FCF6FE)
&tableborder = <RGB>
(The colour of the border around the entire grid,
without the #. Default 000000)
&inputnumbercolor = <RGB>
(The colour of the input number, without the #. Default
00009F)
&totalcolor = <RGB>
(The colour of the sum / clue totals, without the #.
Default FFFFFF)
&cellborder = <RGB>
(The cell border colour in RGB format without the #.
Default CCCCCC)
&cellcolor = <RGB>
(The cell background colour in RGB format without the #.
Default FFFFFF)
&numbercolor = <RGB>
(The colour of pre-filled cell numbers in RGB format
without the #. Default 000000)
&inputnumbercolor = <RGB>
(The colour of inputted numbers in RGB format without
the #. Default 0000E0)
&menutext = <RGB>
(The colour of the menu text in RGB format without the
#. Default 000000)
&menucol = <RGB>
(The background color of the menus in RGB format without
the #. Default FFFFFF)
&errorcol = <RGB>
(The background highlight colour of errors in RGB format
without the #. Default FF5050)
&interactive = 1
(This determines whether the Sudoku can be played online
or is static. Default 1)
&puzzleid = 123
(If you want to show a particular puzzle. Not
recommended. Default: <blank>)
|