This puts dashes around your entries
< style>#entry_table {border:8px dashed;border-color:######}< /style>
This one give you a solid border around your entries
< style>#entry_table {border:8px solid;border-color:######}< /style>
And this give you dots around your entries
< style>#entry_table {border:8px dotted;border-color:######}< /style>
You can change the color & the size of the dashes,lines, or dots.
thanks! =)