Home › Forums › Classic DFFS › Adding table borders › Reply To: Adding table borders
November 6, 2024 at 17:34
#38226
this code works but ofc draws borders around all the fields. for some reason doesn’t work for a specific field.
.sbs_OuterTable {
outline: 2px red dashed;
outline-offset: 2px;
}