Hi everyone – figured it out while waiting for a response here, so in the spirit of sharing, here is the solution I used:
Just to recap, I was getting a very thin “greyish” line on the top of table rows, which makes tables look kind of like lined note paper in a browser.
To remove the lines, I put the following code into the custom CSS window via the Theme Option Panel
#content table, #content tr td {
border: none
}
Hope that helps any one else that may want to change the look of the tables display via the “Attitude” Theme
Ron