I don't find visual option for td align in DOM Properties

I just want to simply align content inside a table, then I check we have DOM Properties with some options for table we can manually input there eg. Colspan, Rowspan etc… However I don’t find visual option for td align in DOM Properties.

I hope designing table using Wappler can be as easy or better than my experience using DW.

@transcoderm
The align attribute of <td> is not supported in HTML5. You should use CSS instead.

So just use the App Structure panel to align the text, it applies standard bootstrap 4 classes:

Screenshot_58

1 Like

I see. Sorry was not aware of that. Thanks for telling.

You can learn more here :slight_smile:
https://www.tutorialspoint.com/html5/html5_deprecated_tags.htm

1 Like