so weird, TAG is changing <br> or <br /> to <br></br>, which makes sense and isn't horrible. but, firefox, IE, and safari translated that into two <br></br>, instead of only one. so it really expands the carriage returns. but i need it to conserve the br's into <br> or <br/> and not <br></br>.
it also seems that web2py processes the view in such a way as to conserve the br's without adding extra </br> end tags, but how do i render and web2pyHTMLParser without adding those extra </br> endings? thanx lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

