|
Hi all,
I'm trying to put a text in the middle of the page using CSS. this is what I've done:
<divstyle="width: 100%; height: 100%; text-align: center; vertical-align: middle;">
jgjgjgj
</div>
what happens is that the text is in the aligned to the center, but it's not in the middle vertically. what am I doing wrong?
|