Ok, I have a site that I am making for a hobby and I am trying to learn CSS along the way. I have the site the way I want it to sort of look now (w/ little CSS), except for some of the image work and some of the other style stuff. But, what I want to know is how I can make the news table (in the center) to look the same w/ CSS. Right now I use a lot of table rows and <img> tags and I have got to beleive that there is a better way w/ CSS. So, I will provide the link to the non CSS and CSS version plus the CSS for that part of the site.
I never knew about that image thing. That will help a lot.
Also, what is an easier way to get that box around the table (the one in table.news) closer to the table it's self? Would it be easier to do a border-right and border-left for each TD?
Also, how to I get the spacing in between the cells closer together? I used to use cellspacing in HTML but how do I do it in CSS?