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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
Work-arounds for web site changes found in 2014.2
I've found a couple of changes that NetSuite 2104.2 adds to websites. I'm starting this post so we can all share what we've noticed. Please feel free to add to the post if you've seen things I've not mentioned.
The first thing I found was the a new inline style added to the div element that has the id of "div__body". Previously, this element had an inline style of style="margin: 0px" which forces the left and right to go out to the edge of the container. With NetSuite 2014.2, this has been changed to: <div id='div__body' style="margin: 0px; margin-top: 3px;">
0