Question

How do I set an image to the bottom right of a table cell using CSS? I have no included code as it would just be an image and a table cell.

Was it helpful?

Solution

Like so:

td { text-align: right; vertical-align: bottom; } 

Demo

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top