[Pro] can this simple thing happen in table?

Hi,
simple table question.

Is it possible to VERTICALLY center text in a table cell that has a graphic item at the end of the text in the same cell?

I can vertically center the text, but when I put the graphic item in at the end of the text in the same cell, it pushes the text to the lowest part of the cell.

I ideally want the text in the center and then the graphic next to it.

Thanks.

if you need me to show you an example, just let me know.

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes - but not just by entering text and a graphic.

My example uses 2 html containers inline within the cell - http://deltadesign.co/FW7Test/align-graphic.html

And some css to do the magic. Doesn’t look right in FW Preview but…

<style type="text/css">
#left, #right {
    display: inline-block;
    vertical-align: middle
}
</style>

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options