Actually, using images there is pretty simple if you know anything about CSS
I've done a marble one already:
* Create a directory called "board" in your /images/chess/ directory.
* Upload the attached files to that directory
* Change that CSS definition to:
Code:
/** START Chess Board **/
.chess1 {
background : url(http://www.pathtoyourforum.com/images/chess/board/white.jpg);
}
.chess2 {
background : url(http://www.pathtoyourforum.com/images/chess/board/black.jpg);
}
/** END Chess Board **/
Make sure you change that code for your forum's information. For example, my vbulletin is intalled under /forum, so my path is:
http://www.mydomain.com/forum/images/chess/board/white.jpg