Problem: I have three different tables that have different parameters.
Table one was easy! it was 240 wide with 1 cell so my code was like this:
table {cellSpacing:0; cellPadding:0; width:240; bgColor:#666699 border:0; style border: 1 solid #000000 }
How do I handle table 2 and table 3? I learn best by examples. So if the code was actually written out like above, I could disect it and learn.
What would the code look like for a table that is 400 X 300 with 5 columns and 2 rows?
Also, how would I call up this table in my code so it pulled from the CSS?
Boy, do I feel like I am cheating on a test...thanks in advance to all those CSS experts!










