Me too! :-) I haven't gotten around to figuring it out / asking for help.
Thanks for mentioning it. :-) Though I wonder if the Kid mailing list might be a better place to ask. Krys [EMAIL PROTECTED] wrote: >I have three text areas in a kid template and they all look something >like this: > ><textarea name="notes" py:content="m.notes" rows="20" cols="80"/> > >If the value in content="" is null I get html that looks like: > > <TEXTAREA ROWS="20" NAME="notes" COLS="80"> > </TEXTAREA> > >This causes a tab to be inserted in the rendered text area. I could >easily move from using the content tag to placing the variable between >the text tags. but that isn't my question. My question is wethere it is >just bad from to use content="somevar"? > >Thanks! > > > >

