Recovered during core upgrade on 12:17:03 Nov 24, 2013 from an earlier version.
Blank cells in JCross crosswords in HotPotatoes are black. I like to have my crosswords with a light-grey background color. You may want to change it: learn how to.
This doesn't have to be a particularly difficult process, and can save you from wasting large amounts of black ink. If you regularly print out crossword pages, you can sometimes find that you are getting through black printer ink extremely quickly. But, by using a simple chunk of code, your standard black background can be edited in no time at all.
View some examples from my Taxonomy under the 'Crossword' section of what we're trying to achieve.
Plain text crossword
Image Crossword
Audio Crossword.
So, here's how to change the background colour of the cells of a HotPotatoes crossword.
Open the output .htm file in a text or HTML editor and find the CSS part. Look for a chunk of code saying:table.CrosswordGrid td.BlankCell{
Change it to look like this:
table.CrosswordGrid td.BlankCell{ /* My light-grey background color for the blank cells */ background-color: #a0a0a0; color: #000000; }
Save, preview, enjoy! And come back for more tips and tricks.
You may also want to see the Audio Crossword Tutorials (Beginner and Advanced).