daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

Horizontal alignment in table cell 'text-align' is not working. #1322

Open Louis115 opened 1 month ago

Louis115 commented 1 month ago

I want to center content in a horizontally, but just found the package does not support the horizontal alignment in table elements. Can we add that new feature? Or is there any workaround? Or which scripts should I look in to?

daohoangson commented 2 weeks ago

What is your HTML?

Louis115 commented 1 week ago

table1 table2

 'border': '1px solid #000',
      // 'text-align': 'center',
      'padding': '2px 5px',
      'outline': '0',
      'width': '100px',

I want to center content in a table cell horizontally, but the 'text-align': 'center' seems not supported