Check out Balbo's Chess, our featured variant for October, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

@ H. G. Muller[All Comments] [Add Comment or Rating]
A. M. DeWitt wrote on Fri, Sep 27 03:41 PM UTC in reply to Aurelian Florea from 03:23 PM:

If the diagram of yours runs in a browser, try looking at the browser console via the right-click + Inspect option (or equivalent). That might help you identify the problem.

If you are using his Interactive Diagrams for your diagram, the following could be helpful. If not, disregard it.

On top of providing the HTML definition you also need to point to the JS script in an HTML script element pointing to it, like so:

<script src="https://www.chessvariants.com/membergraphics/MSinteractive-diagrams/betzaNew.js?nocache=true">

You also have the option of copying the script to a local file for testing without Internet access.

Also, make sure you're copying the whole section when you copy the sourcecode. Missing even a single character can throw things off. For reference, the Diagram starts at <div class="idiagram"> and then ends at its corresponding </div> tag.