• Somehow mky table on this page has lost the spli cell row and replaced it with single cell row.
    This is the code for the single cell row.
    I wish to change it so that I can put two images side by side.

    <tr style="height: 99px;">
    <td style="width: 101.944%; height: 99px;" width="271"><span style="font-family: times new roman, times, serif;"><span style="font-family: times new roman, times, serif;"><strong> <a href="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg"><img class="alignnone wp-image-3743" src="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg" alt="" width="408" height="306"></a></strong></span></span>
    <table style="border-collapse: collapse; width: 100%;">
    <tbody>
    <tr>
    <td style="width: 50%;">&nbsp;</td>
    <td style="width: 50%;">&nbsp;</td>
    </tr>

    Help is appreciated.
    Thanks
    Brianne

    • This topic was modified 2 years, 5 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You can use two cell to put image side by side

    <table style="border: 0px solid black;">
      <tr>
        <th style="border: 0px solid black;">
        <a href="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg">
    <img class="alignnone wp-image-3743" src="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg" alt="" width="408" height="306"></a>
    	</th>
        <th style="border: 0px solid black;">
        <a href="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg">
    <img class="alignnone wp-image-3743" src="https://herveybaymuseum.com.au/wp-content/uploads/2022/06/Railway-Trolleys_s.jpg" alt="" width="408" height="306"></a>
    	</th>
      	</tr>
    </table>

    Hope it’s help you

Viewing 1 replies (of 1 total)
  • The topic ‘HTML’ is closed to new replies.