need help creating seperate table columns

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eddie-executive
    Confirmed User
    • Apr 2003
    • 2061

    #1

    need help creating seperate table columns

    Yes i posted this before but since the search dosen't work

    All I wanna do is make individual seperate columns in a table. In other words not one big row of columns bunched together, i need spacing in between. Im using dreamweaver4. This sounds simple to me but the only thing i can figure out is by removing the border of a column so it makes a blank space. But that dosen't work because there is still a border around the whole table. I've asked a few so called "web designers" and no one can figure it out. I try creating tables seperately but the next table always goes underneath the first one, i don't want that. Im not hiring a designer to make a fucking table
    Jealousy... is a mental cancer. ~B.C. Forbes
  • Rob
    I'm a great bowler.
    • Nov 2003
    • 13310

    #2
    Is this a real question?

    Comment

    • Illicit
      wtf ?
      • Dec 2003
      • 11895

      #3
      Insert Sig Here

      Comment

      • MrJackMeHoff
        Confirmed User
        • Mar 2004
        • 4569

        #4
        Im not sure what your asking..

        <table border=1>
        <tr>
        <td>
        1
        </td>
        <td>
        2
        </td>
        <td>
        3
        </td>
        </tr>
        <td>
        4
        </td>
        <td>
        5
        </td>
        <td>
        6
        </td>
        </table>

        Comment

        • RedMonkey
          Confirmed User
          • Feb 2003
          • 204

          #5
          Did you try leaving the table as no border, then use your control key and select the indivual table cells, and put your border around the ind. cells. Hope I followed you right not sure.

          Exclusive Content 50/50 Payout For Life, All Amateur, All Original

          Comment

          • Overscore
            Confirmed User
            • Aug 2002
            • 316

            #6
            <table border=0>
            <tr>
            <td>
            <table border=5>
            <tr>
            <td>content</td>
            </tr>
            </table>

            <td>&nbsp;</td>

            <td>
            <table border=5>
            <tr>
            <td>content</td>
            </tr>
            </table>
            </td>
            </tr>
            </table>
            Last edited by Overscore; 04-26-2004, 07:35 PM.
            ¯Overscore¯

            Comment

            • eddie-executive
              Confirmed User
              • Apr 2003
              • 2061

              #7
              Originally posted by MrJackMeHoff
              Im not sure what your asking..

              <table border=1>
              <tr>
              <td>
              1
              </td>
              <td>
              2
              </td>
              <td>
              3
              </td>
              </tr>
              <td>
              4
              </td>
              <td>
              5
              </td>
              <td>
              6
              </td>
              </table>
              Just like that but with spacing in between the columns and no border. Like floating boxes
              Jealousy... is a mental cancer. ~B.C. Forbes

              Comment

              • eddie-executive
                Confirmed User
                • Apr 2003
                • 2061

                #8
                Originally posted by Overscore
                <table>
                <tr>
                <td>
                <table border=5>
                <tr>
                <td>content</td>
                </tr>
                </table>

                <td>&nbsp;</td>

                <td>
                <table border=5>
                <tr>
                <td>content</td>
                </tr>
                </table>
                </td>
                </tr>
                </table>
                Exactly how did u do that?
                Jealousy... is a mental cancer. ~B.C. Forbes

                Comment

                • Rob
                  I'm a great bowler.
                  • Nov 2003
                  • 13310

                  #9
                  Are you sure your flux capicitor module is totally updated and optimized for Dreamweaver UltraDev in a Windoze environment running on a local hybrid network? You know that you have to go at least 80mps in order to successfully reach the jump, right?

                  When in doubt, whip the manual out! Here, I went ahead and took a little leg work out of your adventure. Tables 101 Link

                  Comment

                  • Oh Sheila
                    Confirmed User
                    • Apr 2004
                    • 1404

                    #10
                    What you want to do is make hahahahahaded tables. You want to make one table and put another table in each table cell. Turn off the borders of the outer table and turn borders on for each individual table in each cell.

                    To view how it was done above just view the source ;)
                    SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.

                    Comment

                    • Thong Sniper
                      Confirmed User
                      • Mar 2004
                      • 1319

                      #11
                      <table width="500" border="6">
                      <tr>
                      <td width="90" border="1" bgcolor="#ffffff">
                      <font size="2" face="arial" color="#002F35">
                      im so awesome
                      </td>
                      <td width ="420" border="2" bgcolor="#FF4095">
                      <font size="10" face="verdana">
                      too elite!!!</font>
                      </td>
                      </tr>
                      </table>

                      or


                      <table width="500" border="6">
                      <tr>
                      <td width="90" border="1" bgcolor="#ffffff">
                      <font size="2" face="arial" color="#002F35">
                      im so awesome
                      </td>
                      </tr>
                      <tr>
                      <td width ="420" border="2" bgcolor="#FF4095">
                      <font size="10" face="verdana">
                      too elite!!!</font>
                      </td>
                      </tr>
                      </table>
                      <vb>signature</vb>

                      Comment

                      • eddie-executive
                        Confirmed User
                        • Apr 2003
                        • 2061

                        #12
                        Thanks people got it.
                        Jealousy... is a mental cancer. ~B.C. Forbes

                        Comment

                        Working...