Reply To: Adding table borders

Home Forums Classic DFFS Adding table borders Reply To: Adding table borders

#38226
Rad
Participant

    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;

    }