• Hi,

    I have been trying to add a table with background image and nested table in a page in WordPress. When I paste the code directly in the editor it shows up fine visually. However, when I view the page there is no background image. I am not sure what is happening but for some reason it will not accept it.

    Here is the table code below:

    <table width="700" height="405" border="0" cellspacing="0" cellpadding="0" background="https://russell.itsabaco.com/wp-content/uploads/2010/06/background-11.jpg">
      <tr>
        <td><table width="700" height="405" border="0" cellspacing="0" cellpadding="0">
          <tr></tr>
          <tr>
            <td width="300"><p>Located at Treasure Cay, Abaco in The Bahamas, Russells Flight Support Services is dedicated to providing quality services to private planes and pilots, offering a wide array of amenities and assistance to make your trip as smooth and enjoyable as possible.</p></td>
            <td></td>
          </tr>
          <tr>
            <td></td>
            <td></td>
          </tr>
        </table></td>
      </tr>
    </table>

    and here is the url: https://russell.itsabaco.com

    The issue I am having is on the “Home” page.

    Any help would be much appreciated.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Cant put background image in table cell’ is closed to new replies.