Mark Stanton wrote:


Thanks for all your help - I think its time to go back to tables & vertical
alignment :(


Mark


There's nothing wrong with using a table here as it seems to me you are using some sort of tabulated data (variable, value pairs).

<div id="blah">
<table>
<thead>
....
</thead>

<tbody>
<tr>
<td>variable</td><td>value</td>
</tr>
</tbody>
</table>
</div>


Then apply some descendant selectors to the table - vertical-align works nicely on cells.


Cheers
James

*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************




Reply via email to