For those suggesting line-height. I think that is a very bad idea, because if the line is more than 1 line, then the height will end up being number of lines x line-height. For example - setting line-height at 200px. 3 lines of text would make it 600px high with 200px between text.
Cheers
Adam

Matt Fellows wrote:
A demo would be helpful, but have you tried something along the lines
of the following:

<div id="footer">
<ul>
  <li><a href="/link1">Link1</a></li>
  <li><a href="/link2">Link2</a></li>
 ...
</ul>
</div>

div#footer{text-align:center;}
div#footer ul li{display:inline;list-style-type:none; }

Cheers,



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

Reply via email to