How can I do this in CSS?
Posted: Mon Sep 01, 2003 8:08 pm
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.
Non-CSS The way I like it.
With CSS Needs work.
The CSS:
Any help that you can offer would be great! Thanks in advance.
Non-CSS The way I like it.
With CSS Needs work.
The CSS:
Code: Select all
table.news{
border-style: solid;
border-color: #000000;
border-width: 1px;
border-spacing: 0px;
margin: 0px;
padding: 0px;
width: 450px;
}