Css Tutorials [Table Effects]

Using CSS in your tables will make them look much better then your average table that u see on most sites. Remember sum browsers cant see Css.

- First you will need to make your tables,here's a basic table I made to show where u will need to insert the css to your tables.

 

html below:

<table width="200"style="height:1px;color:white;filter:progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#2170C7,endcolorstr=white)" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="17">&nbsp;</td>
</tr>
</table>

 

 

 


-
Now of course you can do all kinds of tables but thats just a quick to show you where you would need to insert the css, if you need any help post in the forums