View Single Post
Old 08-31-2020, 04:29 PM   #5
szalonyptak
Bookaholic
szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.szalonyptak is far, far better than a slap in the face with a wet fish.
 
Posts: 11
Karma: 93748
Join Date: Aug 2020
Location: Barcelona area
Device: Kindle Paperwhite
Code:
I have tried this approach:

#table1 {
  width: 60%;
}

#table1 td,th {
  padding-top: 8px;
  text-align: left;
}

#table1 td + td,
#table1 th + th
{
    text-align:right;
}
and looks nice in Calibre and Sigil, first column aligned to the left and all the others to the right, however it is completely ignord by my Kindle.
szalonyptak is offline   Reply With Quote