On May 16, 4:30 pm, Massimo Di Pierro <[email protected]> wrote: > form=SQLFORM(...) > form.element('textarea')['_rows'] = random.randint(10,20)
Thanks! I'll give that a try tomorrow. > In markmin there are no line breaks. Just paragraphs. You have to set > the distance between paragraphs in CSS. That only works if you want all single spacing, right? I have the situation where I want normal double spacing between paragraphs, but inside a paragraph I want some line breaks. Picture an English haiku inside a paragraph. I'd expect the HTML for it to look like this: <p>Just enough of rain<br/> To bring the smell of silk<br/> >From umbrellas<br/></p> Can I accomplish that in markmin?

