ScottBeeson
Elements of a table are wrapped in an TD element. If you want some padding, you can do that forum wide via a styling rule like that:
.CommentPost td {
padding: 4px 8px;
}
This will apply 2 * 8 px between elements horizontally and 2 *4 px vertically.