Jump to content

Display Numbers


Dysan

Recommended Posts

Hi, I have a Ordered List, but for some reason, the numbers are not displayed. Why is this? How can this be solved?

 

<!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>

 

ol
{
MARGIN: 0px;
PADDING: 0px;
}

Link to comment
Share on other sites

Depends on the browser you are viewing it in. With IE and firefox, one puts the numbers inside the box, so if you make a padding of zero, the numbers are outside the viewable area and cannot be seen. The other one puts the numbers outside of the box, so they can be seen even with no padding.

 

Cant remember which is which off the top of my head though.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.