Hi,
I have a div that is 21px high and i want my text to be shown in the middle. (not in the center of the width but the middle of the height)
i tried this: vertical-align: middle;
but it doesn't seem to work =/
What should i do?
| SitePoint Sponsor |


Hi,
I have a div that is 21px high and i want my text to be shown in the middle. (not in the center of the width but the middle of the height)
i tried this: vertical-align: middle;
but it doesn't seem to work =/
What should i do?
Martin Lundberg
Sweden
Should center it exactly in the middle.Code:padding-top: 5px; padding-bottom: 5px; font-size: 11px;


okey, thanks! =) Worked!
Martin Lundberg
Sweden
Bookmarks