On the normal templates, each entry has a surrounding div with a class of
entry-body.
Search for that in your style sheet, if it's not there add:
CODE
.entry-body {
border: 1px solid #000000;
}
or if it is there, just add the "
border: 1px solid #000000;" bit.