Hello all,
I searched best I could and did not find a solution so I thought I would ask. I am trying to vertically align text inside a series of boxes. I used CSS to get the rounded corners and shadow working but I can't seem to get the vertical alignment to work. I tried using:
#fbox_ID {vertical-align:middle;}
both on it's own and with a table cell declaration as well as:
#fbox_ID {position: absolute; top:50%;}
I'm still new to CSS so forgive me if this should be a self evident fix. ![]()
Thanks!
Robert











