lord22
11-04-2009, 06:07 PM
Hi,
I have a simple unordered list:
<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>
How can I have the links vertically centered inside the li's?
Thanks!
I have a simple unordered list:
<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>
How can I have the links vertically centered inside the li's?
Thanks!