CSS underline

Out of context: Reply #6

  • Started
  • Last post
  • 31 Responses
  • UndoUndo0

    /* CSS Document */
    body {
    width: 780px;
    background-color: #ffffff;
    margin: 20px;
    font-family: verdana, sans-serif;
    font-size: 9px;
    color: #00334D;
    }
    /* this could hopefully be added at somepoint somewhere - background: url(images/header.gif) top no-repeat; */
    h1 {
    font-size: 18px;
    color: #00334D;
    }
    p {
    font-size: 12px;
    color: #00334D;
    }
    td {
    font-size: 12px;
    color: #00334D;
    border: none;
    }
    a {
    text-decoration: none;
    color: #00334D;
    }
    a:hover {
    text-decoration: underline;
    color: #00334D;
    }
    a:visited {
    text-decoration: line-through;
    color: #00334D;
    }

    new css shett for ya. hope NT publishes it alright :)

View thread