Ryan Moore wrote:
Looking to Center Text on an unordered list.



css:
ul
{text-align: center;}
li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
markup:
<ul>
<li><a href="#">Item one</a></li>
<li><a href="#">Item two</a></li>
<li><a href="#">Item three</a></li>
<li><a href="#">Item four</a></li>
<li><a href="#">Item five</a></li>
</ul>

Best,
~dL


--
http://chelseacreekstudio.com/



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to