Thread: Code Cleanup
View Single Post
12-12-2004, 09:10 AM
#5
ULTiMATE is offline ULTiMATE
Status: Member
Join date: Aug 2004
Location: Bristol, United Kingdom
Expertise:
Software:
 
Posts: 241
iTrader: 0 / 0%
 

ULTiMATE is on a distinguished road

Send a message via ICQ to ULTiMATE Send a message via AIM to ULTiMATE Send a message via MSN to ULTiMATE

  Old

Originally Posted by Legendary
if you want to display your list horizontal, then add this to your css

Code:
#name ul li	{
	display: inline;
	list-style: none;
	}
I've already said that i can do that. That stuff is childs play. What i want is to edit my current code so that code will slip in perfectly.