Css help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karlm
    Confirmed User
    • Jun 2004
    • 4194

    #1

    Css help

    I am using a script and it has a field i dont understand

    Galleries Links CSS Class:

    I dont know what to put in there i know it must be for hyperlink colors but ????

    can anyone help please

    Thanks

    karl
    ICQ 584665926
  • hyper
    Confirmed User
    • Mar 2002
    • 5294

    #2
    its the link class for your gallery listings

    Comment

    • karlm
      Confirmed User
      • Jun 2004
      • 4194

      #3
      Thanks i know that bit

      can you give me an exaple of what to put
      ICQ 584665926

      Comment

      • sexyclicks
        Confirmed User
        • Mar 2002
        • 3240

        #4
        PHP Code:
        <a href="link.html" class="HERE"> 
        
        is it?

        Comment

        • karlm
          Confirmed User
          • Jun 2004
          • 4194

          #5
          Originally posted by sexyclicks
          PHP Code:
          <a href="link.html" class="HERE"> 
          
          is it?
          Nope dont think so
          ICQ 584665926

          Comment

          • karlm
            Confirmed User
            • Jun 2004
            • 4194

            #6


            Here is the screen shot if that helps
            ICQ 584665926

            Comment

            • Dynamix
              G F Y not
              • Jan 2004
              • 2910

              #7
              This field is optional. If you fill it in it will add CLASS="class" to the link tag. You can use this if you want their style to be seperate from different links. You will need to add the following tag inbetween HEAD /HEAD tags on your page, then create a CSS stylesheet (see below).


              STEP 1
              set CLASS option to "toplist"

              STEP 2
              Add this line (replace () with <>) inbetween your HEAD /HEAD tags:
              (LINK REL="stylesheet" href="style.css" type="text/css")

              STEP 3
              Upload style.css and include this segment:

              a.toplist:link { color: #F76B00; text-decoration: none; font-weight: bold;}
              a.toplist:visited { color: #F76B00; font-weight: bold;}
              a.toplist:active { color: #FFFFFF; text-decoration: underline; font-weight: bold;}
              a.toplist:hover { color: #000000; text-decoration: underline; font-weight: bold;}

              TGPFactory Full TGP Design & Installation Services
              ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
              See who I am at AdultWhosWho.com!

              Comment

              • Dynamix
                G F Y not
                • Jan 2004
                • 2910

                #8
                Doh. "haha123;" should be replaced with an opening bracket

                TGPFactory Full TGP Design & Installation Services
                ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                See who I am at AdultWhosWho.com!

                Comment

                • karlm
                  Confirmed User
                  • Jun 2004
                  • 4194

                  #9
                  Cool thanks for your help
                  ICQ 584665926

                  Comment

                  • Dynamix
                    G F Y not
                    • Jan 2004
                    • 2910

                    #10
                    Originally posted by karlm
                    Cool thanks for your help
                    Not a problem. Make sure style.css is located in the same directory as your HTML pages.

                    TGPFactory Full TGP Design & Installation Services
                    ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
                    See who I am at AdultWhosWho.com!

                    Comment

                    • karlm
                      Confirmed User
                      • Jun 2004
                      • 4194

                      #11
                      Nice it works kick ass
                      I would of never figured that out

                      karl
                      ICQ 584665926

                      Comment

                      Working...