module texthelper.html_helper
Short summary
module pyquickhelper.texthelper.html_helper
Some functions about HTML
source on GitHub
Functions
function |
truncated documentation |
html_in_frame
|
Inserts HTML text into a frame in binary format. |
Documentation
Some functions about HTML
source on GitHub
-
pyquickhelper.texthelper.html_helper.
html_in_frame
(htext, style='width:100%;height:100%;')[source]
Inserts HTML text into a frame in binary format.
- Parameters
htext – string to clean
style – HTML style
- Returns
HTML string
source on GitHub