Question on Creating Table (MODS HELP)

Discussion in 'BS Forum' started by Falco21, Oct 22, 2013.

  1. Falco21

    Falco21 Well-Known Member

    Joined:
    Aug 4, 2011
    Messages:
    13,631
    Likes Received:
    10,895
    I am trying to create a table and I can't figure out how to align the columns. Anyone know what I'm doing wrong? And is there a cleaner way to create this where I can create separation from the first row with the start of the names?

    Here's where I am at. Trying to get Andrew Luck to line up under name with the column lines even all the way down and so on with all other stats:

    Name|Comp.|Att.|Comp.|Yards|YPA|AYPA|TD|INT|Rating
    Andrew Luck|134|250|53.98%|1674
     
    #1 Falco21, Oct 22, 2013
    Last edited: Oct 23, 2013
  2. Petrozza

    Petrozza Administrator

    Joined:
    Aug 27, 2002
    Messages:
    14,321
    Likes Received:
    4,108
    You can't really align two different tables, which is what you have there. You need one table with several rows.

    Name|Comp.|Att.|Comp.|Yards
    Andrew Luck|134|250|53.98%|1674
     

Share This Page