SyntaxFix
Write A Post
Hire A Developer
Questions
The best way to center content in a table (for example <video> or <img>) is to do the following:
<video>
<img>
<table width="100%" border="0" cellspacing="0" cellpadding="100%"> <tr> <td>Video Tag 1 Here</td> <td>Video Tag 2 Here</td> </tr> </table>