Hi, I have a problem with border in Css. It's my code:
Qt Code:
  1. ui->textEdit->setHtml("<div style=\"border: 1px solid black; background-color: green\">text</div>");
To copy to clipboard, switch view to plain text mode 
The problem is that background color gets green, but border doesn't appears.
What's wrong?