Even spaccing between thumbs in a table?

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

    #1

    Even spaccing between thumbs in a table?

    Cellpadding = 0 and cellspacing =o ?


    I have issues
  • baddog
    So Fucking Banned
    • Apr 2001
    • 107089

    #2
    I hate that stuff myself . . . if you hit me up on ICQ I can send you a template that you can use

    Comment

    • juicylinks
      So Fucking Banned
      • Apr 2001
      • 122992

      #3
      auth me

      Comment

      • Jer
        God is Brazilian
        • Feb 2001
        • 10601

        #4
        If you post the URL here I'll to try help ya
        Last edited by Jer; 03-06-2004, 01:47 PM.

        Comment

        • ZoiNk
          Confirmed User
          • Feb 2002
          • 2370

          #5
          just use td width of like 20% for each one if you have 5 thumbs, 25% for 4, etc. Makes them nicely spaced out if they are all the same size thumbs.
          ZoiNk
          "People can have the Model T in any color - so long as it's black." - Henry Ford

          Comment

          • stocktrader23
            Let's do some business.
            • Jan 2003
            • 18781

            #6
            div?


            Hands Free Adult - Join Once, Earn For Life

            "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."

            Comment

            • Dynamix
              G F Y not
              • Jan 2004
              • 2910

              #7
              use a spacer image inbetween each thumb, and align them in the center of the table cell.

              (td valign=top align=left)
              (img src="thumb.gif" width=90 height=120)
              (img src="spacer.gif" width=3 height=120)

              spacer.gif should be a transparent gif 1px x 1px.

              works for me in my designs..

              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

              • sake
                Confirmed User
                • Apr 2002
                • 2648

                #8
                cellspacing = 2

                Comment

                • Jer
                  God is Brazilian
                  • Feb 2001
                  • 10601

                  #9
                  I'm not sure what you need, Juicy, but would this work?

                  (img src="" hspace="2" vspace="2")

                  horizontal and vertical space

                  Comment

                  • Coyote
                    Drinker of Scotch
                    • May 2003
                    • 236

                    #10
                    It depends on whether you want the table to resize or remain a fixed width.

                    Let's say you have six columns and x number of rows. You want the six columns to remain a consistent width regardless of image orientation, then do this,

                    6 cols to fit is 16% each and the table resulting width = 96%

                    The easiest way to do this is to set the width on a blank header row, then start your normal table rows with images in each of the 6 cells. Using a header allows your property settings to affect the entire column.

                    Having a fixed width table will require you to manually compute the width of each header cell for the width of the table based on the unit of measure you use, px, pt, in, etc. If your table width is ~ 500px, then your cell width will be 83px, resulting in a table width = 498px.

                    This is assuming you have no border, spacing, or padding set for the table. If you have any of these properties set, then the box model will change.

                    Hope that helps.
                    Ethernet Servers

                    Quote:
                    CS: Linux can pretty much run on a potato. Which is a GOOD thing.

                    Comment

                    Working...