Hi all!
I have a structure (image attached) with two columns and I'm trying to set a border to include both columns together.
With the property "UseBorder" I can only have it individually for each column.
Any thoughts on how to do this? Or if it is possible?
Thanks a lot!
Balu wrote:
Hi Joao,
Can you put this widget in the container(html div), and make style to div to make a border, like
css:
.divborder {
border: 1px solid #333;
}
can you try this.
Thanks,
Balu
It worked!