Re: [web2py] store formated text in a text field of a table

2012-05-06 Thread BlueShadow
OK that works but it is still a little inconvienient to write an html tag for every new line you want. for links and stuff thats OK but a newline should work without a tag. On Sunday, May 6, 2012 11:55:39 AM UTC+2, Khalil KHAMLICHI wrote: > > if content of field is in html try : {{=XML(row.field)

Re: [web2py] store formated text in a text field of a table

2012-05-06 Thread Khalil KHAMLICHI
if content of field is in html try : {{=XML(row.field)}} On Sun, May 6, 2012 at 9:48 AM, BlueShadow wrote: > Hi, > I got a table for Articles I want to write someday on my page which > contains a text field for the content. > My Problem is that it does not allow me to store any format no newline

[web2py] store formated text in a text field of a table

2012-05-06 Thread BlueShadow
Hi, I got a table for Articles I want to write someday on my page which contains a text field for the content. My Problem is that it does not allow me to store any format no newlines paragraphs bold stuff links or anything along this line. It just turns out to be plain text. I tried html tags es