RE: Numbered Lists

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: becky (becky_at_discussions.microsoft.com)
Date: 12/22/04


Date: Wed, 22 Dec 2004 12:27:09 -0800

They look very similar, so I'm not sure. My code is within a CSS, and begins
like the following, not with the html, head, etc. Here is the beginning of
my CSS:

/* cmich generic template css */
        /* use with cmich-3col-template2.htm */

        /* use 1 em for body font size, and % for rest of font sizes ; then */
        /* if changing font size, just change this and rest will be relative */

body {
        background: #D1C9AD;
        color: #000000;
        padding: 0;
        text-align: center;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 1em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 0px; list-style: decimal;
        }

"Jim Buyens" wrote:

> Really? Becaue with the following page, I don't see this.
>
> <html>
> <head>
> <title>Test</title>
> <style>
> body {
> background: #D1C9AD;
> color: #000000;
> padding: 0;
> text-align: center;
> font-family: verdana, arial, helvetica, sans-serif;
> font-size: 1em;
> margin-left: 0;
> margin-right: 0;
> margin-top: 15px;
> margin-bottom: 0px;
> list-style: decimal;
> }
> </style>
> </head>
> <body>
> <ol>
> <li>one</li>
> <li>two</li>
> <li>three</li>
> </ol>
> </body>
> </html>
>
> What are you doing differently?
>
> Jim Buyens
> Microsoft FrontPage MVP
> http://www.interlacken.com
> Author of:
> *----------------------------------------------------
> |\---------------------------------------------------
> || Microsoft Windows SharePoint Services Inside Out
> || Microsoft Office FrontPage 2003 Inside Out
> ||---------------------------------------------------
> || Web Database Development Step by Step .NET Edition
> || Microsoft FrontPage Version 2002 Inside Out
> || Faster Smarter Beginning Programming
> || (All from Microsoft Press)
> |/---------------------------------------------------
> *----------------------------------------------------
>
>
> "Becky" wrote:
>
> > We're using CSS, and within the Body definition, we have the following:
> > body {
> > background: #D1C9AD;
> > color: #000000;
> > padding: 0;
> > text-align: center;
> > font-family: verdana, arial, helvetica, sans-serif;
> > font-size: 1em;
> > margin-left: 0;
> > margin-right: 0;
> > margin-top: 15px;
> > margin-bottom: 0px;
> > list-style: decimal;
> > }
> > The problem is, when in the htm page in 2003 which references the above CSS,
> > if I click on the numbered list option, I receive a disc, not a number.
> >
> > What am I doing wrong?
> >
> >



Relevant Pages

  • Re: Strange cell colours
    ... whether it is supposed to be HTML or XHTML. ... particular version of any particular browser would do with it. ... Which has no CSS, which is what you were complaining about. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Web User Controls And StyleSheets
    ... When I link to a css file anywhere within a web user control (ascx) it works. ... css styles are aplied to the html in the ascx. ... The link is not in the .aspx page's head tags! ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: drop down
    ... concept of style information that can be separated from the html. ... A quick addition of some css to your table starts to make it take ... First tidy up would be to put all the styles in the head of your ...
    (alt.html)
  • Re: Css Ordered List problem FF and IE
    ... ok first of all stop using internal style sheets. ... copypasta all your css from your style.css document and make changes ...
    (alt.html)
  • Re: I need a consensus (HTML - CSS)
    ... I have been scratching my head all evening while reading and ... (The CSS is copied here for your convenience. ... Why are the font values not reflected in the html ... It should be in a separate document? ...
    (comp.infosystems.www.authoring.html)