I'm trying to position the image at the top of the cell, but I've hit a roadblock. Here's a preview of the web photo:
https://i.sstatic.net/U3XK9.png
Here is my CSS code:
#animes {
width: 130px;
height: 100px;
display: block;
padding-left: 10px;
padding-right: 10px;
padding-top: -50px;
}