Help, my site keeps getting its text size changed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sonofsam
    Too lazy to set a custom title
    • Dec 2004
    • 18648

    #1

    Help, my site keeps getting its text size changed

    im running comus + UCJ traffic script

    in my index.shtml

    i have

    <style type="text/css">
    <!--
    body {
    background-image: url(images/mainBG.jpg);
    background-repeat: repeat-y;
    background-position: center center;
    background-color: #251D0A;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    }

    but whenever i use UCJ to publish toplist, it changes it to 11px text... why is that happening? i can't find anything in UCJ settings that would cause that to happen.. or is it Comus related? thanks
    I like turtles.
  • Fletch XXX
    GFY HALL OF FAME DAMMIT!!!
    • Jan 2002
    • 60840

    #2
    css is hard for some folks

    Want an Android App for your tube, membership, or free site?

    Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

    Comment

    • sonofsam
      Too lazy to set a custom title
      • Dec 2004
      • 18648

      #3
      Originally posted by Fletch XXX
      css is hard for some folks
      i am a n00b
      I like turtles.

      Comment

      • Citizen Cain
        A woman trapped in a man's body
        • Sep 2002
        • 426

        #4
        you need to set it up in your toplist template

        Comment

        • GFX Wiz
          Confirmed User
          • Jul 2004
          • 916

          #5
          If the text is in a td or p it will not render the body text.

          Best bet is to NOT put font in the overall body tag...make a separate tag that says something like:

          body, td, p {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 14px;
          color: #000000;
          }
          ICQ: 148.167.599

          Comment

          • sonofsam
            Too lazy to set a custom title
            • Dec 2004
            • 18648

            #6
            Originally posted by GFX Wiz
            If the text is in a td or p it will not render the body text.

            Best bet is to NOT put font in the overall body tag...make a separate tag that says something like:

            body, td, p {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #000000;
            }
            where exactly would i put that?

            www.asscamp.com <- the site

            sorry about the n00b questions, setting up a tgp is new to me... i jumped into paysites first
            I like turtles.

            Comment

            • bangman
              Confirmed User
              • Sep 2004
              • 5283

              #7
              Originally posted by sonofsam
              where exactly would i put that?

              www.asscamp.com <- the site

              sorry about the n00b questions, setting up a tgp is new to me... i jumped into paysites first
              You would put that in your css file. Just pop it wherever you had the previously posted style.
              - David Hall
              ICQ: 312744199

              Comment

              • bangman
                Confirmed User
                • Sep 2004
                • 5283

                #8
                I see you're using it internally..
                Just put it inbetween the <style></style> tags
                - David Hall
                ICQ: 312744199

                Comment

                • GFX Wiz
                  Confirmed User
                  • Jul 2004
                  • 916

                  #9
                  Originally posted by bangman
                  I see you're using it internally..
                  Just put it inbetween the <style></style> tags
                  If you're going to put in-between the style tags instead of in the .css file, make sure you place it AFTER the <link rel="stylesheet" href="*" type="text/css"> tag -- the browser reads styles in order from top-to-bottom and will implement the last thing it reads
                  ICQ: 148.167.599

                  Comment

                  • sonofsam
                    Too lazy to set a custom title
                    • Dec 2004
                    • 18648

                    #10
                    its been fixed, thanks all!
                    I like turtles.

                    Comment

                    • GFX Wiz
                      Confirmed User
                      • Jul 2004
                      • 916

                      #11
                      Originally posted by sonofsam
                      Nice toon logo
                      ICQ: 148.167.599

                      Comment

                      Working...