I want to get the Name and Description in the center of the columns.. I tried a lot but no luck... I kno this is silly doubt but i am stuck...
here is the .aspx code
<!-- <table cellpadding="3" cellspacing="4" align="center"
style="width: 100%; height: 60%">
<tr>
<td bgcolor="#4F81BD" style="color: #FFFFFF" width="50%" align="center" >
Name</td>
<td bgcolor="#4F81BD" style="color: #FFFFFF" width="50%">
Description</td>
</tr>
as you can see i have also tried align.. it still does not work