Through a JAVA program, I am generating a Word Search Puzzle in HTML (using table / tr / td options).
I am trying to generate another table showing the solution to that puzzle. For example, as shown here.
http://www.puzzles.ca/wordsearch/kids_fourth_of_july_solution.html
Is it possible to generate such shapes? (if not, I can live with drawing the LINES to show the solution). The words can be placed in any of the directions (horizontal, vertical, diagonal)
Can someone throw some pointers to achieve it in HTML?
thanks