You can't directly reserve two adjacent squares, but there's a way to do what you want to do... To start with, reserve the first position of the two for which you want to create squares. Next, create the two graphics, probably simultaneously. Then, when finished, upload your first square. Immediately after uploading that square, reserve the adjacent position and upload it. This process usually works for me. It's extremely unlikely that someone will reserve that position in the few seconds it's open while you're uploading. Make sense?
|