If I understand correctly, you might be searching for something like this:
ul
{
text-align: center; /* align text in element */
list-style:none; /* remove any list entry symbol */
}
li
{
font-weight:bold;
display:inline; /* show all three items in a single row */
}
Hope this helps.
Ryan Moore rašė:
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
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************