Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Centering Multiple Tags in Cell - Advanced PDF Forms
I am very green to the HTML world and have struggled with the header address from the canned Advanced PDF Forms for several hours now. I am hoping someone can show/tell me how to center up the subsidiary information "Address" | "Phone" | "URL". I have included my most recent changes to the code below.
<td align="right" rowspan="5" style="vertical-align: center; width: 20%">
<#if subsidiary.logo?length != 0><img src="${subsidiary.logo@url}" style="float: left; margin: 2px 7px; width: 110px; height: 75px;" /> <#else>
<#if companyInformation.logoUrl?length != 0> <img src="${companyInformation.logoUrl}" style="float: left; margin: 7px" /> </#if> </#if>
0