Posted on: 7/29/2014 1:58:35 PM | Views : 369

The .png image appears slightly above middle in a vertically aligned column, while all the other columns are in the middle.
The other columns all have a digit, and not a .png.
It's support to show a table of steps; the selected step is .png containing the step number in white on a green, desk background, and all the non-selected steps are just dark numerals.
If I change it to display same image in each column, they all still appear slightly above middle.
Here's the code:
.auto-STEP_TABLE { width: 100%; border-collapse: collapse; border: 5px solid #29425B; } .auto-style20 { font-size: x-large; } .auto-STEP_NUMBER_CELL { color: #29425B; font-size: x-large; font-weight: bold; width: 60px; } <table class="auto-STEP_TABLE"& ...

Go to the complete details ...