Setting up the Much Maligned Table
Here is the CSS parameters for setting up a simple table. I don’t know why they are disliked, especially when intended to keep everything tidy on a web page or blog post.
If you have more than one table, just add a class name, in this case .black. Then the table would start like this: <table class=”black”>
table.black{
margin: 10px 8px 10px 8px;
padding: 10px 8px 10px 8px;
table-layout: automatic;
text-align: Left;
font-family: Times New Roman;
font-size: 20px;
line-height: 110%;
word-spacing: 1px;
color: #FFEFC9;
}
That was fairly straightforward and are used on my tutorial here:
Click here to look at the page.
Then there is a need to use them in blog posts to keep everything tidy.
If you have Excel, get a copy of my HTML generator(right sidebar, below). This is real handy if you use a shopping cart. It can generate a simple table like this one without a cart entry, or one that employs a cart.
![]() Click image to enlarge. |
Copper Pendant Item # sample, $45.00 |
Steve



