Hey,
thanks for tkhtmlview, its a simple option to create a small "Readme" in my program. Iam a Python beginner and Iam trying since 3 hours to reduce the space between my h1 / h2 and the following p / ul.
It seems, that you dont allow margins, paddings, br,   and so on and everything is controlled by spacing1/2/3.
Couldnt find documentation, but I used spacing3=3 to get a little bit more space between everything, so my list isnt so tightly and I used ".insert('end', '\n')" to have a empty line at the end of the widget.
But I couldnt find any way to reduce the spacing between titles and content. Is there any? Or could you consider adding it? (I just read, that you are recoding tkhtmlview)
Thanks! :)
Hey,
thanks for tkhtmlview, its a simple option to create a small "Readme" in my program. Iam a Python beginner and Iam trying since 3 hours to reduce the space between my h1 / h2 and the following p / ul.
It seems, that you dont allow margins, paddings, br,   and so on and everything is controlled by spacing1/2/3.
Couldnt find documentation, but I used spacing3=3 to get a little bit more space between everything, so my list isnt so tightly and I used ".insert('end', '\n')" to have a empty line at the end of the widget.
But I couldnt find any way to reduce the spacing between titles and content. Is there any? Or could you consider adding it? (I just read, that you are recoding tkhtmlview)
Thanks! :)