Help - Search - Members - Calendar
Full Version: Help please video's in table
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
miller
ok i made a table and wanted to put 2 of our clan video's in it 1 video at the right and 1 at the left but for some reason it's putting them off set www.millermayhem.com/psycho.html is where it is do i have the code wrong or something ? <table width="99%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="76"><img src="/images/News_03.gif" width="76" height="50"></td>
<td background="/images/News_04.gif">&nbsp;</td>
<td width="92"><img src="/images/News_08.gif" width="92" height="50"></td>
</tr>
</table>

<table width="99%" border="0" cellspacing="0" cellpadding="0"align="center">
<tr>
<td width="15" background="/images/News_13.gif"></td>
<td style ="background-color: #0F0F0F;"><center><font class="option"><center><font class="option"><b></b></font></center>

<marquee><h2></h2></marquee><br>

<h1 align="left"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/szw-qV59rDs&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/szw-qV59rDs&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br>

<h1 align="right"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4bXfh2NPiWQ&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4bXfh2NPiWQ&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

<br>

<marquee>
<a href="http://callofduty.com"><img src="/images/logocod42du3.jpg" border="0" alt="Click for COD site"></a>

<a href="http://americasarmy.com"><img src="/images/AmericasArmyLogo.jpg" border="0" alt="Click for Americas Army"></a>

<a href="http://combatarms.nexon.net/Intro.aspx"><img src="/images/CombatArmslogo.jpg" border="0" alt="Click for Combat Arms"></a>

<a href="http://www.speedtest.net"><img src="/images/link120x60-1.jpg" border="0" alt="SpeedTest.net"></a></marquee>

</td>
<td width="14" background="/images/News_18.gif"></td>
</tr>

</table>
pandy
H1 needs a closing tag. You don't have one for the first one.

'align' used with H(n) doesn't float the heading left or right. It aligns the heading's content to the left or right. The heading itself still spans the whole width. use a background color and you can see that, <h1 style="background: yellow"> .

H1 is a block level element and the line will be broken before and after it.

H1 isn't a good choice anyway, because it's supposed to contain the main heading for the page.

http://htmlhelp.com/reference/html40/block/h1.html

Since you use a table anyway, you could create separate cells for the two videos. There's no way there's room for them side by side on my screen though. One fits nicely (1024*768).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.