clwood
10-06-2006, 11:42 AM
Just getting started with this software. We have a flash top banner for the template that is 790x170. This banner has the navigation coded in the flash (.swf) file. The template is centered and 790 in width. Other than that we want the #content# aligned top just below the banner. Content area will be white (#ffffff) and the brower window will be tan (#B7A480).
We have uploaded the flash file (topbanner790x170.swf) which automatically was placed in the unclassified files folder. Below is the code we have used through several variations without success. Error reads "Template does not seem to be in format." Can anyone help?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>WELCOME</title>
<style type="text/css" media="screen"><!--
.footerlink a:link { color: #FFFFFF; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.footerlink a:visited { color: #F4D4A6; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.footerlink a:visited:hover { color: #DD0024; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
--></style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#B7A480" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="790" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="790" height="170">
<param name="movie" value="media/topbanner790x170.swf">
<param name=quality value=high>
<embed src='media/topbanner790x170.swf' quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="790" height="170"></embed>
</object></td>
</tr>
<tr>
<td height="431" valign="top">
<table width="100%" border="0" cellspacing="20" cellpadding="0">
<tr>
<td valign="top">
<p>#CONTENT#</p>
</td>
</tr>
</table></td>
We have uploaded the flash file (topbanner790x170.swf) which automatically was placed in the unclassified files folder. Below is the code we have used through several variations without success. Error reads "Template does not seem to be in format." Can anyone help?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>WELCOME</title>
<style type="text/css" media="screen"><!--
.footerlink a:link { color: #FFFFFF; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.footerlink a:visited { color: #F4D4A6; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.footerlink a:visited:hover { color: #DD0024; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
--></style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#B7A480" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="790" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="790" height="170">
<param name="movie" value="media/topbanner790x170.swf">
<param name=quality value=high>
<embed src='media/topbanner790x170.swf' quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="790" height="170"></embed>
</object></td>
</tr>
<tr>
<td height="431" valign="top">
<table width="100%" border="0" cellspacing="20" cellpadding="0">
<tr>
<td valign="top">
<p>#CONTENT#</p>
</td>
</tr>
</table></td>