Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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>