4
td.myclass{
    width: 6em;
    text-align: right;
    padding-right: 2em;
}

As you can see, I'd like to have the text in the cell right aligned, 2em from the right cell border.

This doesn't work.

The text is right aligned but it stays stuck on the right border (the padding-right instruction has no effect). Any idea why? How can I make it work? I'm using Firefox 22.

John Smith Optional
  • 22,259
  • 12
  • 43
  • 61

1 Answers1

1

for text position use

padding-right : 2em;
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
LittleB0Y
  • 124
  • 1
  • 8