• I’m having some trouble creating a table on my WordPress site. This is the code that I have now

    <table>
    <tr>
    <td><img src=https://myimage.com/thumb.png></td>
    <td>
    
    <pre><strong><span style="font-size: x-large;">Insert Title Here</span></strong>
    
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi erat metus, vehicula eu aliquet sed, porttitor nec justo. Cras pretium, nulla at condimentum sollicitudin, turpis quam viverra quam, ac imperdiet metus massa id orci. Mauris placerat, nibh in eleifend tristique, justo lacus tempus neque, non ultrices erat augue sed lacus. Duis ipsum dolor, aliquam a hendrerit eu, tempor vel risus. Suspendisse non tortor nisl, et suscipit felis. In condimentum sollicitudin erat nec iaculis. Sed quis arcu urna, et adipiscing tellus. Quisque ultrices mauris non est laoreet dignissim.</pre>
    </td>
    </tr>
    
    <tr>
    <td><img src=https://myimage.com/thumb.png></td>
    <td>
    
    <pre><strong><span style="font-size: x-large;">Insert Title Here</span></strong>
    
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi erat metus, vehicula eu aliquet sed, porttitor nec justo. Cras pretium, nulla at condimentum sollicitudin, turpis quam viverra quam, ac imperdiet metus massa id orci. Mauris placerat, nibh in eleifend tristique, justo lacus tempus neque, non ultrices erat augue sed lacus. Duis ipsum dolor, aliquam a hendrerit eu, tempor vel risus. Suspendisse non tortor nisl, et suscipit felis. In condimentum sollicitudin erat nec iaculis. Sed quis arcu urna, et adipiscing tellus. Quisque ultrices mauris non est laoreet dignissim.</pre>
    </td>
    </tr>
    </table>

    And this is what happens (top is the visual preview, to show how it should look. The bottom is what it looks like when I publish it)

    View post on imgur.com

    I’ve tried switching to the Twenty-Ten theme, and the problem is still there. I’ve also tried disabling all of my plugins, but the problem is still there.

    Any help would be great, thanks

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Trouble creating a table on a page’ is closed to new replies.