How do I change the color of a form field?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juicylinks
    So Fucking Banned
    • Apr 2001
    • 122992

    #1

    How do I change the color of a form field?

    How do I change the color of a form field?

    ??????? I dont like it white , I want to make it more pretty
  • buddyjuf

    #2
    Originally posted by juicylinks
    How do I change the color of a form field?

    ??????? I dont like it white , I want to make it more pretty
    pink?

    Comment

    • Giorgio_Xo
      Confirmed User
      • Mar 2003
      • 4263

      #3
      Upgrade your Q factor to the new Xo factor.
      Make Levees, Not War

      Comment

      • juicylinks
        So Fucking Banned
        • Apr 2001
        • 122992

        #4
        Originally posted by Giorgio_Xo
        Upgrade your Q factor to the new Xo factor.
        COPY CATTTTTTTTTTTTTTTTTTTTTTTTTTTT

        I am emailing Lens now and telling him you are infringing on my sig

        Comment

        • SureFire
          Confirmed User
          • Jan 2003
          • 4398

          #5
          use a cascading style sheet

          Comment

          • psili
            Confirmed User
            • Apr 2003
            • 5526

            #6
            input type="text" hahahahahahahahabackground-color:#FFCC00"
            Your post count means nothing.

            Comment

            • psili
              Confirmed User
              • Apr 2003
              • 5526

              #7
              Originally posted by psili
              input type="text" hahahahahahahahabackground-color:#FFCC00"
              "hahah" my ass. s t y l e =
              Your post count means nothing.

              Comment

              • Giorgio_Xo
                Confirmed User
                • Mar 2003
                • 4263

                #8
                Originally posted by juicylinks


                COPY CATTTTTTTTTTTTTTTTTTTTTTTTTTTT

                I am emailing Lens now and telling him you are infringing on my sig
                Don't make me get all Home Depot on you.
                Make Levees, Not War

                Comment

                • cluck
                  Confirmed User
                  • Dec 2002
                  • 5248

                  #9
                  Look around your apartment and find a computer book about CSS. I'm sure there's one around there somewhere.
                  icq 279990726
                  www.mcdonalds.com <- great money making opportunity

                  Comment

                  • Chaldoray
                    Confirmed User
                    • Jul 2003
                    • 2868

                    #10
                    CSS

                    Comment

                    • Napolean
                      Misanthropic Egalitarian
                      • Nov 2002
                      • 4330

                      #11
                      css then

                      input type="text" class="css_name"

                      i normally use somethin like txt, hit me up if you need any more help
                      HAH! FOUND IT FRIS

                      Comment

                      • Chaldoray
                        Confirmed User
                        • Jul 2003
                        • 2868

                        #12
                        hahahahahahaha TYPE="text" SIZE="50" hahahahahahahahabackground:00BFFF">

                        Comment

                        • RSharpe
                          Registered User
                          • Dec 2002
                          • 61

                          #13
                          Hi Juicy,

                          Put the following into an external stylesheet or add it to the hahahahahaha></head> section of your html page:

                          .input1a {
                          width: 160px;
                          border: 1px solid #333333;
                          color: #CCF49B;
                          background-color: #65AB10;

                          width: allows you to control the size of the form field (in pixels)
                          the border allows you to give the form field .... a border

                          color: controls the color of the font that's input into the form field

                          background-color: controls the colour of the inside of the form field

                          Once this is done, make sure your form field has the style attached to it like so:

                          hahahahahahaha name="Email" class="input1a">

                          note the class="input1a"

                          also, you can add a maxlength attribute like:
                          hahahahahahaha name="Email" class="input1a" maxlength="60">

                          but adding a size attribute is pointless since you're controlling the width of the form field via your css.

                          Hope that helps.

                          =RS=

                          Comment

                          Working...