Dominican Airways Posted December 8, 2011 Report Share Posted December 8, 2011 I want to post some videos and pic's to my website can someone tell me were I go to add them http://dominicanair.tk/ Quote Link to comment Share on other sites More sharing options...
Jeff Posted December 8, 2011 Report Share Posted December 8, 2011 You can do what I did, and create a page (from your Admin Center) called Videos. Then paste this code as your source. <table> <thead width="100%" align="center"> <th>Name of Video #1</th> <th>Name of Video #2</th> </thead> <tbody> <td><iframe width="455" height="300" src="youtubelink" frameborder="0" allowfullscreen></iframe></td> <td><iframe width="455" height="300" src="youtubelink" frameborder="0" allowfullscreen></iframe></td> </tbody> </table> <table> <thead width="100%" align="center"> <th>Name of Video #3</th> <th>Name of Video #4</th> </thead> <tbody> <td><iframe width="455" height="300" src="youtubelink" frameborder="0" allowfullscreen></iframe></td> <td><iframe width="455" height="300" src="youtubelink" frameborder="0" allowfullscreen></iframe></td> </tbody> </table> Find the video you want to post and paste the link to the video to where it says "youtubelink" in the code. Change the Title name for the video you are posting. Change the video size to fit your template. There you go. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.