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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Content Area Tag Substituting in Wrong Place?
I feel like I must be missing some incredibly obvious thing here, but I'm seeing some behavior setting the <NLCOLUMNCONTENTS> tag that makes no sense to me.
I have a custom theme and the "Content Area Template" is set to this:
<div id="wrap"><div id="page"><div id="hero">
<NLCOLUMNCONTENTS>
</div></div></div>
Pretty simple stuff.
However, when it renders on the actual site, this is what is output:
<div id="div__body" style="margin: 0px; ">
<div id="wrap"><div id="page"><div id="hero" style="overflow: hidden; width: 100%;"></div></div></div>