Hi all,
I would like to create a border around the two boxes in this picture as I have done in top column. I can only create a border sepratly for the boxes, but is it maybe possible to add a border around them both. Maybe something in html? I would really appriciate the help! (needed for a picture in the left box and text in the right)
Important that it is the inner box not the outside. Want it exactly as the top column
Hi Filippa,
You can achieve it by editing the CSS in HTML.
For the column in the left, modify the “border-width” as
border-width: 5px 0px 5px 5px;
For the column in the right, modify the “border-width” as
border-width: 5px 5px 5px 0px;
It is in the order of Top Right Bottom Left .
Finally, you’ll get the style of the border which you’d like to add around the columns.
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156