Forums

[Plugin: youtube with style] align center (3 posts)

  1. husk3r
    Member
    Posted 2 years ago #

    nice plugin and i wanna know how i can align the video at the center

    http://wordpress.org/extend/plugins/youtube-with-style/

  2. ClaytonJames
    Member
    Posted 2 years ago #

    Have you tried centering it with a "p" tag or a div?

    <div style="text-align:center;">[youtube]id[/youtube]</div>

  3. cscottb
    Member
    Posted 2 years ago #

    When pasted the url of the video into my post using the WordPress 2.9 default text editor, the video displayed to the left of the post window. (note: this is a feature of WordPress 2.9, and does not work with the other plugin editors I have tried)

    When I pasted the code below into the html, the text of the url was displayed without the video. (This is because the auto implant of a url only works in visual mode)

    <div style="text-align: center;">Video URL:</div>

    What worked was when I pasted the embed code that is displayed to the right of all youtube videos into the code where the url was. This inserts an object into the code and worked beautifully for me.

    THIS WORKS!

    <div style="text-align: center;">EMBED CODE</div>

Topic Closed

This topic has been closed to new replies.

About this Topic