bargo34
10-07-2005, 01:06 AM
hey im wondering how i can make it so that a video pops up in a certain part of my site.
if i have a three part site with a header and the middle section is labeled #content and i have the link for the video as <a href="http://www.videosite.com/myvideo.wmv" target="content">Click here</a> is there anything els ei must do, or am i doing this completely wrong? heres the code im using (the section i want the video in is in bold)
<head>
<title>Half Infamous</title>
<style type="text/css">
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
#header {
margin: 2px;
padding: 1px;
height: 100px;
}
#left {
position: absolute;
left: 3px;
top: 160px;
width: 255px;
}
#content {
top: 0;
margin-left: 500px;
margin-right: 500px;
width:335px;
}
#right {
position: absolute;
right: 3px;
top: 160px;
width: 255px;
}
</style>
</head>
also must it be in .mov format ro can it still be done with .wmv?
if i have a three part site with a header and the middle section is labeled #content and i have the link for the video as <a href="http://www.videosite.com/myvideo.wmv" target="content">Click here</a> is there anything els ei must do, or am i doing this completely wrong? heres the code im using (the section i want the video in is in bold)
<head>
<title>Half Infamous</title>
<style type="text/css">
body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
#header {
margin: 2px;
padding: 1px;
height: 100px;
}
#left {
position: absolute;
left: 3px;
top: 160px;
width: 255px;
}
#content {
top: 0;
margin-left: 500px;
margin-right: 500px;
width:335px;
}
#right {
position: absolute;
right: 3px;
top: 160px;
width: 255px;
}
</style>
</head>
also must it be in .mov format ro can it still be done with .wmv?