On Apr 8, 2011, at 7:02 AM, Stifan Kristi wrote:
> a, i c, i mean is it support the python format for html 5 and css 3 tags,
> like :
> e.g.
> {{=BR()}}
web2py always generates <br /> for BR(), which is OK for html5 (though not
really great for html4...).
Just be sure to generate an html5 doctype:
>
> thank you
>
> On Fri, Apr 8, 2011 at 8:46 PM, Vasile Ermicioi <[email protected]> wrote:
> web2py is a server side framework, html5 and css3 are client side
> technologies, and they should be supported by browsers not by servers
>