Sunday, May 26, 2019

Align Bill To Address Data Centered

By default, Bill To Address labels and dates are aligned right. Users may add the align=center attribute to the HTML template to make the label and data centered.

1. Navigate to Customization > Forms > Transaction Form HTML Layouts.
2. Click Edit for the HTML Layout that users want to update.
3. Click the Elements tab.
4. Look for Bill To and on the Label box, insert align=center. E.g.
<td class="texttablebold" width="60%" align=center> </td>
5. For the Data box:
<td class="text" valign="top" align=center></td>
6. Click Save.

No comments:

Post a Comment