Sun Feb 26, 2012 9:35 pm
<HTML>
<head>
<title>Change the td font style</title>
<style type='text/css'>
td.rowData1 {
width:150px;
font:12pt arial;
text-align:justify;
}
td.rowData2 {
width:150px;
}
</style>
</head>
<BODY>
<table border="1">
<tr>
<td colspan="2" class="rowData1"> Td first row text Td first row text Td first row text Td first row text
Td first row text Td first row textTd first row textTd first row text Td first row text Td first row text </td>
</tr>
<tr>
<td colspan="2" class="rowData2"> Td second row text Td second row text Td second row
text Td second row text Td second row text Td second row text
Td second row text Td second row text Td second row text Td second row text Td second row text
Td second row text </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.