Home
Tour
Costs
Answers
Demos
Access
Tools
Assistance
Enroll
 SearchSearch
How to display side-by-side videos

 
   Answers Forum Index -> Easily pasted codes
View previous topic :: View next topic  
Author Message
ws
Write and Show support


Joined: 27 May 2007
Posts: 140

PostPosted: Wed Apr 23, 2008 12:15 am    Post subject: How to display side-by-side videos

Sometimes you might enjoy a side-by-side video display



This makes a two column, one row table (or boxed) display for showing videos. Repeat it (for multiple rows) as many times as you wish on a gallery page, or just use it once on each page (if you only want two videos per page).

Code:


<table border="0" bgcolor="beige" width="99%"><tr><td><div>&nbsp;
video code here</div></td>
<td><div>video code here</div></td></tr></table>


1. This is code is most useful in your videos gallery display.
2. Repeat this code over and over for many rows of videos.
3.You can change the border. A border setting of "0" gives a table with invisible borders
4. You can change the color. Click this to copy other color choices.

Color choices:
http://writeandshow.com/answers/viewtopic.php?t=29

5. Change the width and the height in each of your videos' paste code (like from youtube) so that they are the right size for the page. In the example shown, the dimensions for each was changed to this:
Quote:
width="325" height="244"




Three across, for your "Widegallery" display

Code:
<table border="0" bgcolor="beige" width="99%"><tr>
<td><div>&nbsp;
video code here</div></td>
<td><div>video code here</div></td>
<td><div>video code here</div></td>
</tr></table>


If you would like for your table to have borders, then change that "0" to some other number. You can experiment.
Back to top
Display posts from previous:   
   Answers Forum Index -> Easily pasted codes All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  


Created by WriteandShow.com WriteandShow.com  Answer forum utilizes phpBB © 2001, 2005 phpBB Group