line order number start numbering from second line (SOLVED)

What if you started your index at 1, instead of 0?

Change: $i=0;
To: $i=1;

You might have checked, but you aren’t having an CSS / layout issues, are you?