Question about web design, need to find out how to do this for an HTML table...?

Ok, i am trying to make a page on my site for some flash games. I am going to use a table to place the games in a list... It will look something like this...
Game 1----Game 2----Game 3
Game 4----game 5----game 6
and it keeps going on like that but instead of the dashes and all of that, it will be in a table. My problem though is that I will be adding new games every few weeks or so and I want to find a way to make it so that if I add a game it won't mess up the table... I am putting the games in alphabetically btw. What I don't want is to have it so when I add the game in the table alphabetically, it doesn't end up looking like this...
Game 1----Game 2----Game 2.5----Game 3
Game 4----game 5----game 6
And then I will have to go through the HTML table and edit it for a while until I get it back to normal.
If that makes sense... Any help would be greatly appreciated. I am using HTML to make the table but I understand CSS, PHP, and some other stuff too so anything can help! Thanks, 10 pts., I promise lol
 
Back
Top