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|RatingAndrew Luck|134|250|53.98%|1674
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