Results 1 to 4 of 4

Thread: [Solved] CSS Validation

Threaded View

  1. #1

    Thread Starter
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552

    Resolved [Solved] CSS Validation

    I validated my CSS but got this Warning message

    Line : 0 font-family: You are encouraged to offer a generic family as a last alternative

    What does this mean? I'm new on this thing. Thanks for any replies. BTW, here's my CSS
    Code:
    body{
        font:11pt times;
        margin-left:50px;
        margin-right:50px;
    }
    pre,tt{
        font:9pt courier new;
    }
    td{
        vertical-align:top;
        padding:3px;
    }
    .black{
        color:black;
    }
    .bordered{
        border:1px solid #c7c7c7;
    }
    .console{
        padding:3px;
        color:#c7c7c7;
        background:black;
    }
    .none{
        text-decoration:none;
    }
    .none:hover{
        text-decoration:underline;
    }
    .snippet{
        padding:3px;
        background:#efefef;
        border:1px solid #c7c7c7;
    }
    .wide{
        width:100%;
    }
    Last edited by brown monkey; Nov 6th, 2004 at 01:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width