Support » Fixing WordPress » image coding

  • Hi,

    This is the image coding I used to place 4 photos, 2×2 on my page. I’ve only copied 2 of the image codings below. The trouble is that the table extends into the navigation on the RHS. I have tried adding – style=”margin:5px;” within the image tag (at the end) and I’ve also tried changing the width of each photo to 280. Neither helps.

    Is there a way to get rid of the space between the photos?

    <table>
    <tbody>
    <tr>
    <td>
    [caption id="attachment_2748" align="aligncenter" width="300" caption="Pelican Explorer 14.6 DLX canoe looking towards the stern"]<img src=”http://www.the-boating-store-blog.com/wp-content/uploads/2011/11/Pelican-canoe-for-viewing-300×141.jpg&#8221; alt=””Green Pelican Explorer 14.6 DLX Canoe looking towards the stern”” title=”Pelican Explorer 14.6 DLX canoe looking towards the stern” width=”300″ height=”141″ class=”size-medium wp-image-2748″ />[/caption]</td><td>
    [caption id="attachment_2750" align="aligncenter" width="300" caption="Pelican Explorer 14.6' DLX inside stern-wards view"]<img src=”http://www.the-boating-store-blog.com/wp-content/uploads/2011/11/DSCN8316-300×127.jpg&#8221; alt=”Pelican Explorer 14.6′ DLX inside stern-wards view” title=”Pelican Explorer 14.6′ DLX inside stern-wards view” width=”300″ height=”127″ class=”size-medium wp-image-2750″ />[/caption]</td>
    </tr>
    <tr>

    <td align=”center”>Pelican Explorer 14.6 DLX canoe looking towards the stern.</td>
    <td align=”center”>Pelican Explorer 14.6″ DLX inside stern-wards view.</td>

    </tr>
    </tbody>
    </table>

    Any ideas would be most welcome and thank you for replying.

  • The topic ‘image coding’ is closed to new replies.