Border radius around a box

Is it possible to create a border radius around a box? I can create one around a graphic using an extended property: border-radius along with the size but that doesnt work on a box with text in it. Many thanks!

Border radius works with any type of box, but you need to add a background or border to the box to see it.

If you want to prevent text from appearing outside the border, you could add some padding.

Jeremy

Adding the border did it…Thanks!