I am facing a weird situation, i am developing an asp.net website, and i added a gridview control, it is placed inside td tag..
when i ran the website online,i noticed that the data shown on the rows are shifted to the left while their header tags are centered, so i gave the td an align="center" property,trying to make the data show centered in each column, and that worked perfectly when debugging the site offline..
however, when i ran the site online (after upload).. the data still showed shifted (or aligned left) :S
am i missing something here ?