Trying to get the youtube video I'm embedding to align center. How can you do this? using text justification disables the [embed] tag.
Am I missing something?
thanks
Trying to get the youtube video I'm embedding to align center. How can you do this? using text justification disables the [embed] tag.
Am I missing something?
thanks
You could try putting a div around it in HTML view, i.e.
<div align="center">your embed here </div>
Now this isn't ideal, and the editor may strip out the code, but it's certainly the easiest thing I can think of.
The other method would involve some CSS tweaks and is a little trickier.
You must log in to post.