Table indenting:
Select the Table and click the Increase Indent Toolbar button.
You can also indent by using the following:
<table margin-left: 30px;'>
Select the Table and click the Increase Indent Toolbar button.
You can also indent by using the following:
<table margin-left: 30px;'>
another method is to enclose the table in a div tag and place the margin styling code in the div - this eliminated the scroll bar for me
<div margin-left: 30px;'>
<table>
</table>
</div>
@Darrell Caron ERROR in the above syntax.
Should be:
<div style="margin-left: 30px;">
<table>
@Darrell Caron ERROR in the above syntax.
Should be:
<div style="margin-left: 30px;">
<table>
Copyright © 2021 Aras Open PLM Community | Privacy Policy