It's pretty simple really. All the code tags do is change the text from a proportional font to a fixed width one. That is to say, it changes this:
llllllllll
wwwwwwwwww
to this:
- Code: Select all
llllllllll
wwwwwwwwww
In both examples there are ten ls and ten ws, but the ones in the code tags are forced to the same width. Obviously this is important when typing out puzzle grids, which have to line up perfectly. To get your grid into a code box, you simply put the word "code" in square brackets before it, and "/code" in square brackets after it. That is to say, you do this:
- Code: Select all
[code]type out the grid here[/code]
(Confusingly, I've had to put this example in a code box of its own, because otherwise it would just turn my example of what to type into a code box. Another function of code boxes is that they suppress the other functions of the board, so if you wanted to type out a website address but, for some reason, didn't want it to appear as a clickable link on the screen, you could put it into a code box.)