I think the easiest way I can think of is this:
ul {
display: block;
width:100%;
text-align:center;
}
li {
display:inline;
font-weight:bold;
}
On 7/25/07, Ryan Moore <[EMAIL PROTECTED]> wrote:
Looking to Center Text on an unordered list.
Example:
<ul>
<li>Link 1</li>
<li>Link 2</li>
<li>Link 3</li>
</li>
Desired Effect:
Link 1 Link 2 Link 3
I don't have my CSS Code Base with me right now so hopefully someone can
lend a hand.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************