
How to place "center content" in embed code
I need to embed a playlist/channel in an html box on a social network site. All I have is a plain html box. What code would place the player in the center of that box?
I need to embed a playlist/channel in an html box on a social network site. All I have is a plain html box. What code would place the player in the center of that box?
The easiest way to do that would be to place the video embed in a centered div like this:
<div align="center">Your embed code </div>