Quote:
Originally Posted by Lynne
|
Thanks Lynne,
Actually I am trying to display that table on portal homepage (through vBAdvanced). I've posted the question there too.
I am also trying to use the resources found from
this post but didn't have much success so far.
The table I am trying to make is a simple one, I only don't know how to populate the columns underneath it.
I would use this code for column titles
Code:
<thead>
<tr align="center">
<td class="thead" width="55%">Name</td>
<td class="thead" width="15%">Points</td>
<td class="thead" width="8%">Year</td>
<td class="thead" width="9%">Weight</td>
<td class="thead" width="9%">Height</td>
</tr>
</thead>
Thanks for your time.