Blogger Forums » Blogger Template Tweaks

Making things line up

(3 posts)
  1. mtroutman

    junior member
    Joined: Jul '10
    Posts: 5

    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?

    http://yimmarthaedm310.blogspot.com/p/videos.html

    Posted 1 year ago #
  2. aneesh

    site admin
    Joined: Jul '09
    Posts: 244

    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 #
  3. mtroutman

    junior member
    Joined: Jul '10
    Posts: 5

    Thank you so much. I can't wait to give it a try.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.