Quote:
Originally Posted by WDS
Thank you very much worked.
I have a question now spontaneously speak d elas tables. How could i get a table in the avatr to center vertically?
|
I looked at your site, you have one empty td, where was user online status in my example. You could delete it, it should work without it.
About your question, I'm not sure. Do you ask how to have everything left of avatar vertically centered with avatar? If that's so, you could try to use this CSS option:
HTML Code:
vertical-align: middle;
Put it in postbit.css (in your templates), find .postbit .username_container { and place it inside curly braces.
Not sure if it will work.