Hey guys i am working on a website for a small charity, just need a little help with something if possible.
I am making a flash banner and need it in a certain position, this image will show where i need it:
i have searched all over the net for a solution on this, so this is my last resort.
This is my HTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="OliveTreeCrafts.com" content="Home">
<meta name="generator" content="OliveTreeCrafts.com">
<meta name="description" content="">
<style type="text/css">
/*<![CDATA[*/
html, body
{
margin: 0;
padding: 0;
height: 100%;
}
object
{
vertical-align: top;
}
/*]]>*/
</style>
</head>
<body bgcolor="#FFFFFF">
<center>
<object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="Movie1"
width="740" height="302"
>
<param name="movie" value="Movie1.swf">
<param name="height" value="5000px">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="seamlesstabbing" value="false">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="Movie1"
width="740" height="302"
src="Movie1.swf"
bgcolor="#FFFFFF"
quality="high"
seamlesstabbing="false"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</center>
</body>
</html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="/.s/src/css/903.css" />
</head>
<body style="background:url('/.s/t/903/1.gif') center repeat-y #252525; margin:0px; padding:0px;">
$ADMIN_BAR$
<div id="contanier">
<div id="content">
$GLOBAL_AHEADER$
<!-- <middle> -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="padding:0px 20px 0px 0px;"><!-- <body> -->$CONTENT$<!-- </body> --></td>
<td valign="top" style="width:200px;">
$GLOBAL_CLEFTER$
</td>
</tr>
</table>
<!-- </middle> -->
$GLOBAL_BFOOTER$
</div>
</div>
</body>
</html>
Thanks for reading, just hope someone knows how to fix this, thank you.
I am making a flash banner and need it in a certain position, this image will show where i need it:

i have searched all over the net for a solution on this, so this is my last resort.
This is my HTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="OliveTreeCrafts.com" content="Home">
<meta name="generator" content="OliveTreeCrafts.com">
<meta name="description" content="">
<style type="text/css">
/*<![CDATA[*/
html, body
{
margin: 0;
padding: 0;
height: 100%;
}
object
{
vertical-align: top;
}
/*]]>*/
</style>
</head>
<body bgcolor="#FFFFFF">
<center>
<object
classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
id="Movie1"
width="740" height="302"
>
<param name="movie" value="Movie1.swf">
<param name="height" value="5000px">
<param name="bgcolor" value="#FFFFFF">
<param name="quality" value="high">
<param name="seamlesstabbing" value="false">
<param name="allowscriptaccess" value="samedomain">
<embed
type="application/x-shockwave-flash"
pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="Movie1"
width="740" height="302"
src="Movie1.swf"
bgcolor="#FFFFFF"
quality="high"
seamlesstabbing="false"
allowscriptaccess="samedomain"
>
<noembed>
</noembed>
</embed>
</object>
</center>
</body>
</html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$SITE_NAME$ - $MODULE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="/.s/src/css/903.css" />
</head>
<body style="background:url('/.s/t/903/1.gif') center repeat-y #252525; margin:0px; padding:0px;">
$ADMIN_BAR$
<div id="contanier">
<div id="content">
$GLOBAL_AHEADER$
<!-- <middle> -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="padding:0px 20px 0px 0px;"><!-- <body> -->$CONTENT$<!-- </body> --></td>
<td valign="top" style="width:200px;">
$GLOBAL_CLEFTER$
</td>
</tr>
</table>
<!-- </middle> -->
$GLOBAL_BFOOTER$
</div>
</div>
</body>
</html>
Thanks for reading, just hope someone knows how to fix this, thank you.