• Resolved robingurl

    (@robingurl)


    I am trying to insert a table with two rows and 1 column. With the second row having 2-3 colspans and I can’t get word press to show this correctly.

    The code I have is:

    <table width=”700″ border=”0″>
    <tr>
    <td colspan=”3″><iframe title=”YouTube video player” width=”480″ height=”390″ src=”https://www.youtube.com/embed/M7UrLaoG5ho&#8221; frameborder=”0″ allowfullscreen></iframe>
    </td>
    </tr>
    <tr>
    <td width=”183″><iframe title=”YouTube video player” width=”200″ height=”200″ src=”https://www.youtube.com/embed/M7UrLaoG5ho&#8221; frameborder=”0″ allowfullscreen></iframe></td>
    <td width=”228″><iframe title=”YouTube video player” width=”200″ height=”200″ src=”https://www.youtube.com/embed/M7UrLaoG5ho&#8221; frameborder=”0″ allowfullscreen></iframe></td>
    <td width=”275″><iframe title=”YouTube video player” width=”200″ height=”200″ src=”https://www.youtube.com/embed/M7UrLaoG5ho&#8221; frameborder=”0″ allowfullscreen></iframe></td>
    </tr>
    </table>

    When I coded it on dream weaver and my separate HTML editor it did fine but upload it into wordpress and it comes out like this:

    The Screen Cap Here

    I’m not a noob or a newbie, I’ve been programming for a long time but I’m still getting used to wordpress.

    Since it’s my company’s wordpress I can’t publish the page for you guys to see but hopefully that image help!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Tables with Colspan’ is closed to new replies.