Hi, to center a WebBrowse, his locator and buttons, I need to add the following css code:
(pic attached)
div#browsetasas_div {
text-align: -webkit-center;
}
div#browsetasas_table_div {
text-align: -webkit-center;
}
div#browsetasas_nav_b {
place-content: center;
}
div#browsetasas_update_b_div {
place-content: center;
}
Is there any other easy way?
Thanks