Hi everyone,
Im in the process of designing a website (I bought a template and I'm just changing things around) I have VERY basic HTML knowledge and cant seem to find a solution to a probably very simple thing. I want to replace a box which has an image in it with an embedded video which I have the code for. If anyone can help I'd really appreciate it.
This is the section of the template with the image in a box in bold.
<table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<div style="width:451px; height:230px; background:url(images/b_header.jpg) 0 0 no-repeat; float:left; margin-right:10px; position:relative">
<img src="images/slogan1.jpg" alt="" width="201" height="38" style="position:absolute; top:37px; left:231px" />
<img src="images/slogan2.jpg" alt="" width="110" height="67" style="position:absolute; top:92px; left:274px" />
<a href="portfolio.html"><img src="images/btn_viewshowreel.jpg" alt="view showreel" width="93" height="22" border="0" style="position:absolute; top:167px; left:274px" /></a> </div>
<div style="width:314px; height:230px; background:url(images/b_cutting.jpg) 0 0 no-repeat; float:left; position:relative"></div> </td>
</tr>
</table>
<table width="681" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" style="background:url(images/b_content.gif) 0 0 no-repeat; padding-top:15px;">
<div id="container">
<div id="indent1"><img src="images/h_welcome.gif" alt="" width="372" height="45" style="margin:0 0 11px 2px" />
<img src="images/img_welcome.jpg" alt="" width="77" height="87" align="left" style="margin-right:39px" />
I want to add the following video embed code below so it replaces the box
<!--player code begin-->
<div id="v_player54eae419cc5c" style="width:314px;height:230px;"><strong>You need to upgrade your Flash Player!</strong><br><a href="http://www.macromedia.com/go/getflashplayer" target="_new" rel="nofollow"><img src="http://www.webvideocore.net/img/flash_link.gif" border="0" width="88" height="31" /></a>
<p>This web site makes use of the <a href="http://www.macromedia.com/go/getflashplayer" target="_new" rel="nofollow">Macromedia Flash player</a> version 8 or newer.</p> </div>
<SCRIPT LANGUAGE=JavaScript>
svp_clip_id = "54eae419cc5c";
svp_player_color1 = "#a6a6a6";
svp_player_color = "#a6a6a6";
svp_player_height = "230";
svp_player_width = "314";
svp_transparent = "false";
svp_pause="1";
svp_repeat="";
svp_bg_color="#FFFFFF";
svp_fs_mode="2";
svp_no_fullscreen="0";
svp_no_controls="";
svp_skin="0";
svp_start_img="0";
svp_use_div="v_player54eae419cc5c";
svp_brand_new_window="1";
</SCRIPT>
<noscript>Your browser does not support JavaScript! JavaScript is needed to display this video player!</noscript>
<SCRIPT LANGUAGE=JavaScript TYPE="text/javascript" SRC="http://www.webvideocore.net/js/JavaScriptFlashGateway.js"></SCRIPT>
<SCRIPT LANGUAGE=JavaScript TYPE="text/javascript" SRC="http://www.webvideocore.net/js/swfobject.js"></SCRIPT>
<SCRIPT LANGUAGE=JavaScript TYPE="text/javascript" SRC="http://www.webvideocore.net/js/embedplayer.js" ></SCRIPT>
<!--player code END-->
Thanks in advance for your help guys


