david555
14 Nov 2007, 5:22 AM
hi,
how can i align the grid to the right INCLUDING the separators on the header ??
i did
<table align="center" cellpadding="0" cellspacing="0" border="0">
<tr height="200px" valign="bottom"><td align="right">classes</td></tr>
<tr>
<td>
<div id="grid-panel" style="width:600px;height:300px;">
<div id="editor-grid" align="right"></div>
</div>
</td>
</tr>
</table>
all good - only the separators stay aligned to the left.
note: if i align the div to the left the separators align well but
that's not what i want.
david.
how can i align the grid to the right INCLUDING the separators on the header ??
i did
<table align="center" cellpadding="0" cellspacing="0" border="0">
<tr height="200px" valign="bottom"><td align="right">classes</td></tr>
<tr>
<td>
<div id="grid-panel" style="width:600px;height:300px;">
<div id="editor-grid" align="right"></div>
</div>
</td>
</tr>
</table>
all good - only the separators stay aligned to the left.
note: if i align the div to the left the separators align well but
that's not what i want.
david.