White text on black background...HTML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • J.W. Aldridge

    White text on black background...HTML

    I've tried almost everything and looked almost everywhere... Any clues
    as to how to get my white text to show up on the black background,
    centered in the middle of the page and in large font?



  • dorayme

    #2
    Re: White text on black background...HT ML

    In article
    <00e86dd4-4106-4379-848d-4c4a5b049cd4@d1 g2000hsg.google groups.com>,
    "J.W. Aldridge" <jeremy.w.aldri dge@gmail.comwr ote:
    I've tried almost everything and looked almost everywhere... Any clues
    as to how to get my white text to show up on the black background,
    centered in the middle of the page and in large font?
    Here is part of the way:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <style type="text/css">
    body {color: white; background: black;}
    div {text-align: center; font-size: 1000%;}
    </style>
    </head>
    <body>
    <div>This is big</div>
    </body>
    </html>

    --
    dorayme

    Comment

    • J.W. Aldridge

      #3
      Re: White text on black background...HT ML



      THANX!

      Comment

      • dorayme

        #4
        Re: White text on black background...HT ML

        In article
        <3c2e70f3-dee8-4889-bf69-a0f94c796a96@e5 3g2000hsa.googl egroups.com>,
        "J.W. Aldridge" <jeremy.w.aldri dge@gmail.comwr ote:
        THANX!
        You must have understood me then... <g>

        --
        dorayme

        Comment

        • John Hosking

          #5
          Re: White text on black background...HT ML

          dorayme wrote:
          In article <blahblah.googl egroups.com>,
          "J.W. Aldridge" <jeremy.w.aldri dge@gmail.comwr ote:
          >
          >THANX!
          >
          You must have understood me then... <g>

          He quoted the parts he understood. ;-)

          --
          John
          Pondering the value of the UIP: http://improve-usenet.org/

          Comment

          • dorayme

            #6
            Re: White text on black background...HT ML

            In article <482cc2c8$1_1@n ews.bluewin.ch> ,
            John Hosking <John@DELETE.Ho sking.name.INVA LIDwrote:
            dorayme wrote:
            In article <blahblah.googl egroups.com>,
            "J.W. Aldridge" <jeremy.w.aldri dge@gmail.comwr ote:
            THANX!
            You must have understood me then... <g>
            >
            >
            He quoted the parts he understood. ;-)

            Is that so? And there was I foolishly thinking he left out all the bits
            he failed to understand. ;-)

            --
            dorayme

            Comment

            Working...