I edited this thread because i solved a few problems myself. The new questions are, how do i change the color of the borders for my entries , and is it possible to change the thickness of the border below 1px? also how do i move the date of my entries to line up with the entry itself? The text in my entries does not center itself in the border, is there any way to adjust that?i used this code to add the border on my entries:
<style type="text/css">
table.blogbody{
border: 1px solid;
}
</style>
thanks
