Replace the w= and b= numbers with the hex codes for the numbers you want. If you want icons smaller than 50 pixels, change both s= and the squareSize variable to the same number.
Compound pieces can be made by putting the names of both icons, the one in front first, with two hyphens in between, such as pawn--shield. H.G. has a more complete explanation (and a couple of other tricks) on his page for the Diagram Editor with Scalable Graphics (scroll down to Orientation and compound pieces).
You can find a listing of nearly all of the availble icons at this link. (A couple, such as Mountains, I forgot to make slots for.) You can figure out the names from the captions by ignoring anything in parentheses, removing all spaces and punctuation, and typing everything in lower case.
Personally, I use H.G.'s fen2 tool, by including these lines in the ID code:
graphicsDir=/cgi-bin/fen2.php?s=50&t=Greenwade&w=F9F9F9&b=666666&p=
squareSize=50
graphicsType=
Replace the
w=
andb=
numbers with the hex codes for the numbers you want. If you want icons smaller than 50 pixels, change boths=
and the squareSize variable to the same number.Compound pieces can be made by putting the names of both icons, the one in front first, with two hyphens in between, such as
pawn--shield
. H.G. has a more complete explanation (and a couple of other tricks) on his page for the Diagram Editor with Scalable Graphics (scroll down to Orientation and compound pieces).You can find a listing of nearly all of the availble icons at this link. (A couple, such as Mountains, I forgot to make slots for.) You can figure out the names from the captions by ignoring anything in parentheses, removing all spaces and punctuation, and typing everything in lower case.