I am looking to set the table attributes for width, height, cellpadding, cellspacing, and valign in asp.Net, but I have not been able to locate these tags. They are available in PHP Dreamweaver. Can someone guide me on how to set these attributes for a table in asp.Net using Visual Studio 2012?
<table width = "1332" height = "231" border = "1">
<tr>
<td colspan = "2" rowspan = "2">Region</td>
<td height = "21" colspan = "3">Grand Total</td>
... (Table data continued)
...
The attributes for height, width, and valign="top" are also missing from Visual Studio.