I have a static page that I am embeding videos on and I want them to line up. I accidentally managed to get some of them to do it but when I add new ones I can't get them to fall in line. Can you help?
Blogger Forums » Blogger Template Tweaks
Making things line up
(3 posts)-
Posted 1 year ago #
-
Use HTML tables
<table border="0">
<tr>
<td>Youtube embed code1(first row,firstcol)</td>
<td>Youtube embed code2(first row,2ndcol)</td>
</tr>
<tr>
<td>Youtube embed code3(second row,firstcol)</td>
<td>Youtube embed code4(second row,2ndcol)</td>
</tr>
.
.
.
.
.
</table>To learn more about tables refer W3Schools http://www.w3schools.com/html/html_tables.asp
Posted 1 year ago # -
Thank you so much. I can't wait to give it a try.
Posted 1 year ago #
Reply
You must log in to post.

