This is my first attempt at CSS for control of page display. Previously I used tables and CSS for the text,

How do I set a width limit for anything that appears on a page.

I tries this which does not work:

body {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;     
        line-height: normal;
        font-weight: normal;
        color: #880000;
        background: White;
        valign:top;
        width: 800px
        }

Many thanks,

Robin Chapple


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to