Hi, should'nt the child span be aligned in the middle of the parent in this example?? - what am i doing wrong? :
Cheers...
Code:
<span style="width: 300px; height: 300px; background: #ccc;">
<span style="vertical-align: middle;">In the Middle?
</span>
</span>
Cheers...