how can I implement a curved border in my advanced...
# ask-stanley-ai
k
how can I implement a curved border in my advanced pdf/html template?
c
AI 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:
Copy code
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.
Slack 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
Please provide your feedback on this answer.
Thank you for your feedback