K I've got part of my scrolling slideshow working. however i cannot get it to work on the top of this page
http://www.picocanada.com/newindex.aspas you can see the bottom works great, but if i try to add the same code in the top cell it goes wonky and the page gets nuked.
here is the current script, what do I need to do to get this to work???
"
<%Option Explicit%>
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<title>Welcome to Pico of Canada / Accueillir à Pico du Canada</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="keywords" CONTENT="PICO">
<META NAME="description" CONTENT="PICO">
<META HTTP-EQUIV="Content-Language" CONTENT="en-us">
<META NAME="ROBOTS" CONTENT="NOINDEX NOFOLLOW">
<META NAME="revisit-after" CONTENT="14 days">
<link href="topmenu.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="validation.js"></script>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function init() {
define('contact', 'string', 'Contact Name');
define('business', 'string', 'Business Name');
define('address', 'string', 'Business Address');
define('city', 'string', 'City');
define('province', 'string', 'Province');
define('postal', 'string', 'Postal Code', 6);
define('From', 'email', 'Email');
define('area', 'num', 'Area Code' , 3);
define('phone', 'string', 'Phone Number');
define('comments', 'string', 'Comments');
}
// End -->
</script>
<style type="text/css">
.style1 {
font-size: 10px;
}
a:visited {
color: #FFFF00;
}
a {
color: #FFFF00;
}
.style8 {
border: 0 solid #FFFF00;
font-size: 1px;
text-align: center;
background-image: url('graphics/corner4.jpg');
}
.style6 {
border: 0 solid #FFFF00;
text-align: center;
background-image: url('graphics/sidebar.jpg');
}
.style3 {
text-align: center;
border: 0 solid #FFFF00;
background-image: url('picobackground.jpg');
color: #FFFF00;
}
.style9 {
border: 0 solid #FFFF00;
font-size: 1px;
text-align: center;
background-image: url('graphics/sidebar.jpg');
}
.style10 {
border: 0 solid #FFFF00;
font-size: 1px;
text-align: center;
background-image: url('graphics/sidebar2.jpg');
}
.style11 {
border: 0 solid #FFFF00;
font-size: 1px;
text-align: center;
background-image: url('graphics/corner1.jpg');
}
.style12 {
border: 0 solid #FFFF00;
font-size: 1px;
text-align: center;
background-image: url('graphics/corner2.jpg');
}
.style13 {
border: 0 solid #FFFF00;
font-size: 1px;
text-align: center;
background-image: url('graphics/corner3.jpg');
}
.style14 {
border: 0 solid #FFFF00;
text-align: center;
}
.style15 {
vertical-align: middle;
margin-left: 0px;
}
.style16 {
text-align: center;
}
.style17 {
color: #FFFF00;
}
.style20 {
color: #FFFF00;
text-align: center;
}
a:hover {
color: #FFFF00;
}
.style21 {
text-decoration: none;
}
.style22 {
text-align: center;
border: 0 solid #000000;
color: #FFFF00;
background-color: #000000;
}
</style>
</head>
<body text="#000000" leftmargin="0" topmargin="0" style="background-color: #000000">
<p> </p>
<table style="width: 760px" cellpadding="0" class="style1" align="center" cellspacing="0">
<tr>
<td class="style11" style="width: 5px;"> </td>
<td class="style10" style="height: 5px"> </td>
<td class="style12" style="width: 5px;"> </td>
</tr>
<tr>
<td class="style6" style="width: 5px;" rowspan="3"> </td>
<td class="style14" style="height: 100px; width: 750px;">
</td>
<td class="style9" style="width: 5px;" rowspan="3"> </td>
</tr>
<tr>
<td class="style3" style="height: 382px; width: 750px">
<table style="width: 100%">
<tr>
<td class="style20" style="width: 275px"><strong>
<a class="style21" href="en/main.asp">
<span class="style17">PICO Of Canada Ltd.<br>
</span><sub><span class="style17">(English)</span></sub></a><sub><br>
<br>
<br>
</sub></strong></td>
<td class="style16" style="width: 200px">
<img src="pico.gif" class="style15" width="200" height="211"></td>
<td class="style20" style="width: 275px"><strong>PICO Du Canada
Lteè<br>
<sub>(Français)<br>
<br>
<br>
</sub></strong></td>
</tr>
</table>
<br>
<br>
<br>
&nbs