- Dec 18, 2001
- 24,036
- 21
- 81
It's just been the past couple of days I've taught myself how to use Cascading Style Sheets. In college we spent about 10 minutes on it, and never went back to it. I'm renovating a site I webmaster (www.hawgbuster.com) so it would be faster and more intuitive. Before I've created a default page, and then used that page to create the style I want for the rest. But CSS is faster, more versatile.
Here is the problem I'm having...
I want to have the TABLE tag not have borders by default, without any padding. I finally figured out that I need to set the border to 0 for the tag TD to get the inside border not to show up, but now I can't get the table and cell padding to be 0 - my tables still end up with some type of padding. I can't figure out what else I need to accomplish this.

Here is the problem I'm having...
I want to have the TABLE tag not have borders by default, without any padding. I finally figured out that I need to set the border to 0 for the tag TD to get the inside border not to show up, but now I can't get the table and cell padding to be 0 - my tables still end up with some type of padding. I can't figure out what else I need to accomplish this.
