View Full Version : Removing left indent on entries


i_chew_gum
05-02-2005, 10:25 AM
I did search the forum a million times and im really sorry if i overlooked this code. But i remember finding it before and now i lost it again. How do you remove the little space on the left side of all the entries with the borders around them? I just want the writing to start immediately at either sides of the border and not have that stupid indentation before it.

thanks so muchhh

JiNgLeBeLLz77
05-04-2005, 05:47 AM
<style type="text/css">
table.blogbody tr td {
/* this edits the left margin of blog */
width:0px;
padding: 0px;
}
</style>

i_chew_gum
05-05-2005, 10:27 AM
thank you!!