Pregunta

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.

¿Fue útil?

Solución

Like so:

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

Demo

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top