Title: HTML
Last modified: June 23, 2022

---

# HTML

 *  [Brianne163](https://wordpress.org/support/users/brianne163/)
 * (@brianne163)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/html-58/)
 * 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 3 years, 11 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
      Reason: Moved to Fixing WordPress, this is not an Everything else WordPress
      topic
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhtml-58%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Adam Muiz](https://wordpress.org/support/users/adammuiz/)
 * (@adammuiz)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/html-58/#post-15765661)
 * 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.

## Tags

 * [split](https://wordpress.org/support/topic-tag/split/)
 * [table](https://wordpress.org/support/topic-tag/table/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Adam Muiz](https://wordpress.org/support/users/adammuiz/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/html-58/#post-15765661)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
