This might be an odd question to this forum. But, if someone can help me, would be great. I need to know in HTML whether is it possible to have a background for a cell in a table as image file. Is it possible to set the background as image file and have the texts filled in the cells?
If so, how? If someone can help me at the earliest, it would be fine.
Thanks in advance.
Neo
Can a picture be a background for a cell in a table?
Moderator: General Moderators
if you have a template based site then use CSS
Code: Select all
.bg{
background-image: url(path/to/image/here);
}
<td class="bg">