Add the below code in your Field:
.K {Borders Around Whole Profile}
body {
border:2px solid blue;
}
Add the below code in your Field:
.K {Borders Around Whole Middle Of Profile}
div.wrap {
border:2px solid blue;
}
Add the below code in your Field:
.K {Three Borders Around White Middle Table}
div.content {
border:2px solid blue;
}
div.contentMid1 {
border:3px solid coral;
}
div.contentMid2 {
border:2px solid cadetblue;
}
Add the below code in your Field:
.K {Borders Around Layout}
div.profileLayout {
border:2px solid blue;
}