The problem was in missing ,I took a working code from HTML and added _ to onmouseover and onmouseout and forgot about commas. Stupid mistake.
Kenneth
Yes. The error is probably in other order TD(_onmouseover="....","content") WRONG TD("content",_onmouseover="....") RIGHT On Mar 23, 8:38 am, Kenneth Lundström<[email protected]> wrote:Is it possible to use onmouseover when using helpers? I tried to use TD(_onmouseover="...." but get an error ticket saying SyntaxError:invalid syntax Kenneth

