Thanks!
As a <span> is normally an in-line element, it would normally be line-height
tall; It's stil early in the morning, but iirc, you can align within the
line-height usining align.
Sorry, <span> was a poor example... however, there's no way to vertically
center multiple lines of text in, say, a <div> tag?
<p>
line start <span style="height:200px; background-color:silver;
vertical-align:middle">aligned</span> line end
</p>
<table style="height:200px; background-color:silver">
<tr>
<td>text in a cell</td>
</tr>
</table>
- ian
"Don Quixote" <donqui...@hotmail.removethis.com> wrote in message
news:Xns933C38A6...@207.46.248.16...