Try with <td> ... </td> like this:
<table>
<tr align="center">
<tr align="center">
<td>Table</td>
</tr>
<tr align="center">
<tr align="center">
<td>
<display:table name="mylist" size="3" cellspacing="0" cellpadding="0">
<display:column property="name" title="My Title" style="width: 35%"/>
</display:table>
<display:table name="mylist" size="3" cellspacing="0" cellpadding="0">
<display:column property="name" title="My Title" style="width: 35%"/>
</display:table>
</td>
</tr>
</table>
</tr>
</table>
It will work
On 5/18/06, Edward King <[EMAIL PROTECTED]
> wrote:
I use displaytag in a table,like follows:
<table>
<tr align="center">Table</tr>
<tr align="center">
<display:table name="mylist" size="3" cellspacing="0" cellpadding="0">
<display:column property="name" title="My Title" style="width: 35%"/>
</display:table>
</tr>
</table>
When I run this page,I find the String "Table" show in the middle of the screen,but the displaytag table show in the left of the screen,not show in the middle of the screen. Why? How to make the displaytag table show in the middle of the screen? How to modify above code?
Thanks.
----------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Group Ltd., its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful. If you have received this communication in error, please immediately notify the sender by return e-mail, and delete the original message and all copies from your system. Thank you.
-----------------------------------------------------------------------------------------------
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

