In my current project I have a table that accepts chemical formulas. To 
accurately display a formula, however, I need to be able to render 
subscripts. I had tried to put an HTML <sub> tag around the number, but 
this is saved as &lt;sub&gt;

Normally I would love that web2py does this automatically for me, but in 
this instance it was the only way I could think to make this work.

Is there a way to insert a subscript number into a database and have it 
render properly automatically?

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to