| | |
table problem
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jan 2008
Posts: 54
Reputation:
Solved Threads: 0
I have an .aspx file and i try to align the table to the center. But when i do this
it does not work.
It shows the table always at the left side of the page.
ASP.NET Syntax (Toggle Plain Text)
<table style="text-align:center">
it does not work.
It shows the table always at the left side of the page.
•
•
Join Date: Dec 2008
Posts: 104
Reputation:
Solved Threads: 18
<table style="text-align:center">
This is to align the content/data inside the table
One way to achieve your requirement is to put your table inside a div and align the div to center. Here is a sample
<div style ="width:100%; height: 100%; text-align: center">
<table >
<thead>
<tr>
<td>Name</td>
<td>Roll NO</td>
<td>Class</td>
</tr>
</thead>
<tr>
<td>Alex</td>
<td>20901</td>
<td>10</td>
</tr>
<tr>
<td>Betty</td>
<td>20902</td>
<td>11</td>
</tr>
</table>
</div>
This is to align the content/data inside the table
One way to achieve your requirement is to put your table inside a div and align the div to center. Here is a sample
<div style ="width:100%; height: 100%; text-align: center">
<table >
<thead>
<tr>
<td>Name</td>
<td>Roll NO</td>
<td>Class</td>
</tr>
</thead>
<tr>
<td>Alex</td>
<td>20901</td>
<td>10</td>
</tr>
<tr>
<td>Betty</td>
<td>20902</td>
<td>11</td>
</tr>
</table>
</div>
Falling down is not defeat...
Defeat is when you refuse to getup...
Defeat is when you refuse to getup...
If u r query is achieved,mark the thread as solved
Live and Let Live
Live and Let Live
![]() |
Other Threads in the ASP.NET Forum
| Thread Tools | Search this Thread |
.net 2.0 3.5 ajax alltypeofvideos appliances asp asp.net beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions compatible content contenttype control countryselector courier dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol fileuploader fill findcontrol flash flv formview gridview gudi iis javascript list listbox login menu microsoft mouse mssql nameisnotdeclared news novell numerical opera order panelmasterpagebuttoncontrols problem radio ratings redirect registration relationaldatabases reportemail schoolproject search security serializesmo.table sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl tracking treeview validatedate validation vb.net videos vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment webprogramming webservice wizard xsl





