Sun Feb 26, 2012 10:01 pm
<HTML>
<head>
<Title>lowercase table content</Title>
<style type='text/css'>
table
{
border-collapse: separate;
border:2px solid blue;
text-transform: lowercase;
}
</style>
</head>
<BODY>
<table>
<tr >
<th>TABLE HEADER.
</th>
</tr>
<tr >
<td>Your Table Cell Text Here
</td>
</tr>
<tr >
<td>Your Table Cell Text Here
</td>
</tr>
<tr >
<td>Your Table Cell Text Here
</td>
</tr>
</table>
</BODY>
</HTML>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.