It's good that you added the < /SELECT > tag, as it should be there and its absence might cause problems for some browsers. But that's not what Opera was choking on. The real problem is that the < SELECT > tag has no closing angle bracket.
That is, for one of my games the source has
< SELECT NAME='crazytom_bgimage'
when it should have
< SELECT NAME='crazytom_bgimage' >
Thanks for adding these new features and taking the time to work out the kinks. As far as my efforts are concerned, I figure the opportunity to change to something other than shogi-simple.png is easily worth looking at a little HTML.
That is, for one of my games the source has
when it should haveThanks for adding these new features and taking the time to work out the kinks. As far as my efforts are concerned, I figure the opportunity to change to something other than shogi-simple.png is easily worth looking at a little HTML.