BerndGabriel / HtmlViewer

The well-known Delphi/Lazarus HtmlViewer/FrameViewer
Other
398 stars 147 forks source link

Center Tables not rendered #306

Closed hafedh-trimeche closed 2 years ago

hafedh-trimeche commented 3 years ago

This CSS:

.center {
  margin-left: auto;
  margin-right: auto;
}

is not rendered when applied to a table. https://www.w3schools.com/howto/howto_css_table_center.asp

BerndGabriel commented 2 years ago

Thanks for spotting this issue.

Commit https://github.com/BerndGabriel/HtmlViewer/commit/04feffe8ec96e9d5078cf201a60af1afa38a62ba fixes it and #314