|
how to stretch an image in a td cell to cover the whole cell using cssto stretch an image across a whole cell of a table is very simple
lots of people try and tell you that this can''t be done but actually it is
very easy.
<td style="background: url(''yourimagelocation.jpg''); background-repeat:
no-repeat; background-size:100% 100%;">
Works perfectly.
|
|