
Originally Posted by
ssarkar
Debasish, I just forgot to convey my thanks in my PM. I have sent you the actual code which I have run with IE and which was showing the exact table format. Now this is what I want to post in my blog.
Ho Sorry for late..According to your need I made a table and posted it in my blogger and its working all browser perfectly and in comparison to your code i just changed few things .
chnages:
what ever you will write on the top row it will automatically converted in to bold letters and whatever you will write in first column it will able written in bold letters, below giving you the code plz add in your blogger's html editor hope this work perfectly as i have tested it in my blogger.
Thanks.
Code:
<table width="889" border="1" cellspacing="1" cellpadding="1" bordercolor="#0000FF">
<tr>
<th width="81" scope="col"><font face="times new roman">Date</font></th>
<th colspan="2" scope="col">BSE</th>
<th colspan="2" scope="col">NSE</th>
<th colspan="2" scope="col"><font face="times new roman">FIMMDA</font></th>
<th colspan="2" scope="col"><font face="times new roman">Grand Total</font></th>
</tr>
<tr>
<th scope="row" valign="top"><font face="times new roman">--- </font></th>
<td width="105" valign="top">No. of Trades*</td>
<td width="119" valign="top">
<font face="times new roman">Amount</font><font face="times new roman">(Rs. Cr.)*</font></p>
</td>
<td width="57" valign="top"><font face="times new roman">No. of Trades*</font></td>
<td width="79" valign="top"><font face="times new roman">Amount (Rs. Cr.)*</font></td>
<td width="98" valign="top"><font face="times new roman">No. of Trades*</font></td>
<td width="124" valign="top"><font face="times new roman">Amount (Rs. Cr.)*</font></td>
<td width="97" valign="top"><font face="times new roman">No. of Trades*</font></td>
<td width="81" valign="top">
<font face="times new roman">Amount (Rs.Cr.)*</font></p> </td>
</tr>
<tr>
<th scope="row"><font face="times new roman">2007-08</font></th>
<td><font face="times new roman">27697 </font></td>
<td><font face="times new roman">41186.73 </font></td>
<td><font face="times new roman">3787 </font></td>
<td><font face="times new roman">31453.14</font></td>
<td><font face="times new roman">4089</font></td>
<td><font face="times new roman">23479.01</font></td>
<td><font face="times new roman">35573 </font></td>
<td><font face="times new roman">96118.88</font></td>
</tr>
<tr>
<th scope="row"><font face="times new roman">2008-09</font></th>
<td><font face="times new roman">417376</font></td>
<td><font face="times new roman">38057.92 </font></td>
<td><font face="times new roman">4902 </font></td>
<td><font face="times new roman">49505.39 </font></td>
<td><font face="times new roman">9585 </font></td>
<td><font face="times new roman">61535.15</font></td>
<td><font face="times new roman">429642 </font></td>
<td><font face="times new roman">148751.96</font></td>
</tr>
</table>
Bookmarks