Thread: Code Cleanup
View Single Post
12-13-2004, 10:55 AM
#7
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
its childs play, then what's wrong with just slip it in?

html
Code:
		<!-- BEGIN TOPNAV -->
		<div id="menu">
			<ul>
				<li>whatever</li>
				<li>whatever</li>
				<li>whatever</li>
				<li>whatever</li>
				<li>whatever</li>
				<li>whatever</li>
			</ul>
		</div>
css
Code:
#menu	{
	width: 700px;
	height: 25px;
	background: #000;
	text-align: center;
	}
	
#menu ul	{
	margin: 0;
	padding: 0;
	}
	
#menu ul li	{
	display: inline;
	list-style: none;
	padding: 2px 15px;
	}

Check my webpage again. I've just added the code, and it seems that none of the formatting shows up. This is why i wanted someone to check my code and tell me if they see any problems, and a solution to why this keeps happening.