I post alot of videos. In the beginning I was at the mercy of the template. I didn’t like the look and it wasted space. I preferred to have the text adjacent to the video. I found that embedding the video in a table was the best solution.
The table code
Enter this code around the video HTML code. Change the “left” to right if you prefer.
<table unselectable=”on” align=”left” border=”0″>
<tr>
<td>
Video code
</td>
</tr>
</table>
It also works for pictures or ad blocks


