Tables are gay. That is just my assumption, as I am having difficulties with them right now. 
	Quote:
	
	
		| <head> <title>Table 4</title>
 <style type="text/css">
 table {border: solid 1px #000;
 width: 600px;}
 </style>
 </head>
 
 <body>
 <table border="1"
 cellpadding="10">
 <caption style= text-align:left;><span style= "font-family:comic sans MS; font-size:12pt;">The SIMS 2 Promotional Enclosure</span></caption>
 <tr>
 <thead><td colspan="2"><span style= "font-family:comic sans MS; font-weight: bold; font-size:18pt;"> Complete Your Expansion Pack Library</span></td></thead>
 </tr>
 <tfoot><tr>
 <td colspan="2"><span style= "font-family:comic sans MS; font-size:10pt;">LATEST SIMS 2 EXPANSION PACK<br>Now your Sims can enjoy hobbies!<br>COMING 2008!</span></td>
 </tr></tfoot>
 <tbody><tr>
 <td><span style="font-family:comic sans MS; font-weight:bold; font-size:14pt;">SIMS 2 University</span><br><span style="font-family:georgia; font-size:10pt;">Your Sims are taking over campus.</span></td>
 <td><span style="font-family:comic sans MS; font-weight:bold;  font-size:14pt;">SIMS 2 Open for Business</span><br><span style="font-family:georgia; font-size:10pt;">Get down to business with your Sims.</span></td>
 </tr>
 <tr>
 <td><span style="font-family:comic sans MS; font-weight:bold; font-size:16pt;">SIMS 2 Pets</span><br><span style="font-family:georgia; font-size:10pt;">Create perfect pets for your Sims.</span></td>
 <td><span style="font-family:comic sans MS; font-weight:bold; font-size:16pt;">SIMS 2 Seasons</span><br><span style="font-family:georgia;font-size:10pt;">Enjoy all four seasons with your Sims.</span></td>
 </tr></tbody>
 </table>
 </body>
 | 
	
 Okay so I have the cellpadding there, and have double and triple checked it to my text book, aswell as w3school and when I preview my table it shows no padding at all. I know I saved it and everything. Help?