EXAMPLEAdd this [you might have to change some of the other settings around a bit to match your xanga]:
CODE
<!-- begin code provided by createblog.com -->
<style type=text/css>
/* edit to your liking */
table.module { border: none #000000; width:160px; background-color:f2f2f2; }
table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: 1px solid; }
table.module td {color: #000000; text-align: left; border: none; background-image: none; }
</style>
<!-- end code provided by createblog.com -->
By the way, this is what's doing the trick:
- table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF;
border: 1px solid; }
- Also the fact that the other two borders have '
none' after them.