| | |
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 |
Tag cloud for ASP.NET
.net 2.0 activexcontrol advice ajax alltypeofvideos anathor application asp asp.net bc30451 bottomasp.net box browser button c# checkbox click commonfunctions confirmationcodegeneration css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit expose feedback fileuploader fill flash form formatdecimal forms formview google grid gridview gudi iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols parent project radio redirect registration relationaldatabases reportemail richtextbox rotatepage save schoolproject search security select silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos view virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers





