
February 28th, 2008, 05:37 PM
|
|
Contributing User
|
|
Join Date: Nov 2007
Posts: 284
Time spent in forums: 5 Days 4 h 11 m 36 sec
Warnings Level: 3
Number of bans: 1
Reputation Power: 1
|
|
|
Display Numbers
Hi, I have a Ordered List, but for some reason, the numbers are not displayed. Why is this? How can this be solved?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<ol>
<li>hjkhjk</li>
</ol>
</body>
</html>
Code:
ol
{
MARGIN: 0px;
PADDING: 0px;
}
|