Results 1 to 7 of 7

Thread: Tables Need Help!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2002
    Location
    Michigan
    Posts
    143

    Arrow Tables Need Help!

    Guys, Im having some trouble with some tables. Im not very good at making a layout I guess. I've been viewing the source of alot of websites and trying to study the code though.

    Anyways can anyone paste this code into frontpage or dreamweaver and look at it? I cant get the BLACK columns to line up with the rest of the top. The width is a little to wide I think, but I cant figure it out.

    PHP Code:
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="700">
      <
    tr>
        <
    td width="100%" height="700">&nbsp;<p>&nbsp;</p>
      
          <
    center>
          <
    table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber2" height="553">
            <
    tr>
              <
    td width="16%" height="553">&nbsp;</td>
              <
    td width="68%" height="553">
              <
    table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="692" id="AutoNumber3" height="25" bgcolor="#C0C0C0">
                <
    tr>
                  <
    td width="11" rowspan="2" height="25">
                  <
    img border="0" src="file:///C:/Documents%20and%20Settings/JonB/Desktop/topleft.gif" width="11" height="25"></td>
                  <
    td bgcolor="black" width="669" height="2"></td>
                  <
    td width="12" height="25" rowspan="2">
                  <
    img border="0" src="file:///C:/Documents%20and%20Settings/JonB/Desktop/topright.gif" width="11" height="25"></td>
                </
    tr>
                <
    tr>
                  <
    td width="669" height="19">&nbsp;</td>
                </
    tr>
              </
    table>
              <
    table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="691" id="AutoNumber4" height="450" bgcolor="#C0C0C0">
                <
    tr>
                  <
    td bgcolor="black" width="2" valign="top" align="left" height="450">&nbsp;</td>
                  <
    td width="85" height="450">&nbsp;</td>
                  <
    td width="523" height="450">&nbsp;</td>
                  <
    td width="75" height="450">&nbsp;</td>
                  <
    td width="4" height="450" bgcolor="#111111" align="right" valign="top">&nbsp;</td>
                </
    tr>
              </
    table>
              </
    td>
              <
    td width="16%" height="553">&nbsp;</td>
            </
    tr>
          </
    table>
          </
    center

    Mostly Im just having troubles making tables that have graphics on the outside of them (the curvy ones) so that you can make a table with rounded edges, kinda like at www.cheathouse.com

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Yikes, tables!
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2002
    Location
    Michigan
    Posts
    143
    so? as opposed to what?

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    You can use tables, but use CSS classes for legibility...
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Tables are a terrible thing, especially when you're not using a graphical designer.

    In my current job I really learned to HATE tables!
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jan 2002
    Location
    Michigan
    Posts
    143
    Well, I use frontpage and dreamweaver so it isnt that bad.
    Besides, it seems like alot of web pages use tables. I look at the source code for many of them and I see tables everywhere. So how can they be that bad!

  7. #7
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    They are used because they are the only way for doing layouts that works in older browsers. But they still are bad, especially when you're trying to copy content from a web page to Word when the content is spreaded among several table cells.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width