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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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