hmmm the problem must be somewhere else.Jeremy Bernstein wrote:You need both the "FEN" and "SetUp" tags in order for this to work.Code: Select all
[pgn] [FEN "r2r2k1/5p1n/1pp1b2Q/p1p5/q3P2N/3P3P/1PP3P1/3RR1K1 w - - 0 23"] [SetUp "1"] 23. Nf3! Qb4 24. Re3 Qxb2 25. e5 Qxc2 26. Rf1 Rxd3 27. Ne1 Rxe3 28. Nxc2 Rxe5 29. Qf4 f6 30. Qg3+ Rg5 31. Qc7 Bxh3 32. Rf2 Rc8 33. Qxb6 Be6 34. Re2 [/pgn]
the PGN standard requires the SetUp tag to 1, but if FEN is present and SetUp is not there, then pgn4web is tolerant and it assumes as if SetUp = 1.
the following is without the SetUp tag in the input:
[FEN "r2r2k1/5p1n/1pp1b2Q/p1p5/q3P2N/3P3P/1PP3P1/3RR1K1 w - - 0 23"]
23. Nf3! Qb4 24. Re3 Qxb2
25. e5 Qxc2 26. Rf1 Rxd3 27. Ne1 Rxe3 28. Nxc2 Rxe5 29. Qf4 f6 30. Qg3+ Rg5 31.
Qc7 Bxh3 32. Rf2 Rc8 33. Qxb6 Be6 34. Re2
do you have a link to the errored post?