Skip to content Skip to sidebar Skip to footer

Javascript Array Output In Table

I have a code which works very nice and I had great help here. The only thing is dat the array players output are not very nice lined up with each other in a table. My question is

Solution 1:

Use a table instead, or give fixed width to your spans in the css.

Solution 2:

Zed is right: use a table instead of a list.

Then, you can put the stylesheet in the <head>, close the <head> and a few other little details.

Post a Comment for "Javascript Array Output In Table"