Adding Tables with Colspan
-
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” 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” frameborder=”0″ allowfullscreen></iframe></td>
<td width=”228″><iframe title=”YouTube video player” width=”200″ height=”200″ src=”https://www.youtube.com/embed/M7UrLaoG5ho” frameborder=”0″ allowfullscreen></iframe></td>
<td width=”275″><iframe title=”YouTube video player” width=”200″ height=”200″ src=”https://www.youtube.com/embed/M7UrLaoG5ho” 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:
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!
- The topic ‘Adding Tables with Colspan’ is closed to new replies.