• When I add the following table to display below the content on all the pages only the text shows. The images do not show. What am I doing incorrectly.

    <table style="width:100%" align="center">
      <tr>
        <td align="center" colspan="5"> Most Popular<br><br><br></td>
         </tr>
      <tr>
        <td width="20%" align="center"><a href="https://steamtraininfo.com/tiny-towns/"><img src="https://masterpage.com.pl/ad-images/tiny-town-ad.jpg" alt="Tiny Town" width="180" border="0" /><br>Learn About Tiny Towns For The Entire Family</a></td>
         <td width="20%" align="center" valign="top"><a href="https://www.polandsbest.com/polandsbest-general-store/polandsbest-kitchen-supplies/polandsbest-ravioli-tools?product_id=244"><img src="https://masterpage.com.pl/ad-images/ravioli-combo.jpg" alt="Ravioli Forms" width="180" border="0" /><br>Ravioli Maker Special Offer<br></a></td>
          <td width="20%" align="center"><a href="https://www.polandsbest.com/polandsbest-general-store/polandsbest-gift-ideas-for-men">Gifts For Modelers</a></td>
    	    <td width="20%" align="center"><a href="https://www.polandsbest.com/polandsbest-general-store/index.php?route=product/category&path=134_153">Watering Balls</a></td>
    		  <td width="20%" align="center"><a href="https://www.natural-baltic-amber.com/baltic-amber/">Amber</a></td>
      </tr>
    </table>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    Can you repost with the the code tags wrapped? And what’s your site URL

    Thread Starter polcham

    (@polcham)

    <table style="width:100%" align="center">
      <tr>
        <td align="center" colspan="5">
     Most Popular<br><br><br></td>
         </tr>
      <tr>
        <td width="20%" align="center">
    <a href="https://steamtraininfo.com/tiny-towns/">
    <img src="https://masterpage.com.pl/ad-images/tiny-town-ad.jpg"
    alt="Tiny Town" width="180" border="0" />
    <br>Learn About Tiny Towns For The Entire Family</a></td>
    
         <td width="20%" align="center" valign="top">
    <a href="https://www.polandsbest.com/polandsbest-general-store/
    polandsbest-kitchen-supplies/polandsbest-ravioli-tools?product_id=244">
    <img src="https://masterpage.com.pl/ad-images/ravioli-combo.jpg"
     alt="Ravioli Forms" width="180" border="0" /><br>Ravioli Maker Special Offer<br></a></td>
    
          <td width="20%" align="center"><a href="https://www.polandsbest.com
    /polandsbest-general-store/polandsbest-gift-ideas-for-men">Gifts For 
    Modelers</a></td>
    	    <td width="20%" align="center">
    <a href="https://www.polandsbest.com/polandsbest-general-store/
    index.php?route=product/category&path=134_153">
    Watering Balls</a></td>
    		  <td width="20%" align="center">
    <a href="https://www.natural-baltic-amber.com/baltic-amber/">Amber</a></td>
      </tr>
    </table>

    Site URL https://masterpage.com.pl/

    Plugin Author Ajay

    (@ajay)

    I just visited your site. I can see the two images you have there for Tiny Town and Ravioli Forms.

    I don’t see any other images in your code above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images Do not display’ is closed to new replies.