Results 1 to 2 of 2

Thread: Coding Help

  1. #1
    Join Date
    Aug 2005
    Location
    Location Location
    Posts
    1,730
    Tokens
    0

    Latest Awards:

    Default Coding Help

    I am trying to get the text in my index.htm file on a header to be able to have capitals.
    This is the CSS code of the header
    Code:
    CLEAR: both; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; BACKGROUND: url(../img/contentbg.gif); PADDING-BOTTOM: 3px; MARGIN-BOTTOM: 0px; FONT: bold 13px "Arial", serif; WIDTH: 570px; COLOR: #333; PADDING-TOP: 6px; MARGIN-LEFT: 10px;

  2. #2
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Hold down the shift key and type?
    Otherwise:
    Code:
    text-transform: capitalize;
    kinda quit.

Posting Permissions

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