Katie V
03/05/2025, 8:41 PMCeligo AI
03/05/2025, 8:41 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** To implement a curved border in your advanced pdf/html template, you can use the
corner-radius
attribute. The border-radius
attribute is not supported in Advanced PDF/HTML templates in NetSuite. Here is an example of how you can use it:
html
<div style="corner-radius: 10px; border: 1px solid black;">
Content goes here
</div>
In the above example, 10px
is the radius of the curve at the corners of the border. You can adjust this value to get the desired curvature.
Please note that not all CSS properties are supported in Advanced PDF/HTML templates in NetSuite. If a property is not working as expected, it's likely that it's not supported.Celigo AI
03/05/2025, 8:41 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851501167
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.814318061
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812784195
Celigo AI
03/05/2025, 8:41 PMCeligo AI
03/05/2025, 8:45 PM