i need html help, what am i doing wrong?

Eddie

New member
okay i am making a website, and im working on the videos page of the site. i cant seem to get the videos to go under in a row they just spread out across the page, can someone help me out by checking out my code and tell me what i am doing wrong please

__________________________________________________________________________________

<html>

<head>

<title>Is This It - Videos</title>

<meta name="Keywords" content="the strokes, fans, fansite, julian casablancas, albert hammond jr"/>

<basefont style="font-family: Arial, Tohoma, Verdana, sans serif; color: #3299cc;"/>

</head>

<body bgcolor="000000" background="ts.jpg" bgproperties="fixed" link="#3299cc">

<p style="font-size: 300%; color: skyblue; text-align: center;"><strong style="font-size: 125%;">Videos</p>

<p align="center";>|<a href="tshome.htm" a style="color:#3299cc">Home</a> |<a href="tsvideo.htm" a style="color:#3299cc">Videos</a> |<a href="tspics.htm" a style="color:#3299cc">Pictures</a>|<a href="tsdisco.htm" a style="color:#3299cc">Discography</a> |<a href="tslyrics.htm" a style="color:#3299cc">Lyrics</a>|</p>

<p><embed src="1251.wmv" width="300" height="400" autostart="false" align="right" vspace="50" hspace="50"/></p>

<br/>
<br/>

<p><embed src="themodernage.wmv" width="300" height="400" autostart="false" align="right" vspace="50" hspace="50"/></p>

<br/>
<br/>


<p><embed src="lastnite.wmv" width="300" height="400" autostart="false" align="left" vspace="50" hspace="50"/></p>

<br/>
<br/>


<p><embed src="someday.wmv" width="300" height="400" autostart="false" align="left" vspace="50" hspace="50"/></p>

</body>

</html>
 
Back
Top