Skip to content

HTML/css styling not working #146

Description

@CuePoet

First of all, thank you for this great plugin. I highly appreciate it.

Nevertheless, the html/css styling is almost useless, as it is not correctly working or not working at all.
Most of the html tags stated here Qt supported tags are not working or are buggy.

  • Using the table, tr, td - tags has absolutely no effect.
  • You cannot assign a css class to an element, e.g. <div class="someclass">
  • Setting a border doesn't work at all
  • The "not working tags list" is endless

Bug:

CSS:
background-color: darkblue;
font-size: 24px;
color: white;

Output template:
Value1 Value2 Value3 Value4

--> This shows a blue background with 4 Values in white on top of it.
--> Now set a value to bold, like so:

Output template:
Value1 Value2 Value3 Value4

--> This shows only Value1, Value2 and Value4 with a blue background. The background for Value3 is gone!

Please consider implementing a different Html/css rendering engine instead of Qt rich text engine, there are a ton out there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions