Hi,
I have a simple unordered list:
How can I have the links vertically centered inside the li's?PHP Code:
<ul>
<li style="height:25px; width:25px; text-align:center;"><a href="1.html">1</a></li>
<li style="height:25px; width:25px; text-align:center;"><a href="2.html">2</a></li>
<li style="height:25px; width:25px; text-align:center;"><a href="3.html">3</a></li>
</ul>
Thanks!
Bookmarks