in Wordpress Themes by cbeekhuizen (220 points)
When creating a table and manually entering a background image, it is not showing.

Eg. this code (a simple example):

<table height="100" width="150"
 background="http://www.tizag.com/pics/htmlT/background.jpg" >
<tr><td>This table has a background image</td></tr>
</table>

How do I resolve this?

1 Answer

by lisa-west (35.1k points)
Hi,

To put background image in table so, you need to add this code:

<table height="100" width="150" style="background-image:url(/images/blank.jpg);">
by cbeekhuizen (220 points)
Thank you for the solution!
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...