Thread: Code Cleanup
View Single Post
12-12-2004, 04:27 AM
#4
Legendary is offline Legendary
Status: Member
Join date: Nov 2004
Location:
Expertise:
Software:
 
Posts: 115
iTrader: 0 / 0%
 

Legendary is on a distinguished road

  Old

if you want to display your list horizontal, then add this to your css

Code:
#name ul li	{
	display: inline;
	list-style: none;
	}