1) Script Title:
DIV ID "fadeshow1" error message
2) Script URL (on DD):
seeski.com
3) Describe problem:
I have no clue what I did to receive this message but I need help ASAP with fixing this error. Please help. Below is the current code I have in. What do I need to change?
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="msvalidate.01" content="DB9EC7FE99855947F8801C54E7EA78F2" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title> <?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?> </title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <?php wp_head(); ?> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="http://www.seeski.com/js/fadeslideshow.js"> /*********************************************** * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/ </script> <script type="text/javascript" src="http://www.seeski.com/js/slideshowimgs.js"> </script> <script type="text/javascript" src="http://www.seeski.com/js/ieindex.js"> </script> <script type="text/javascript"> function pop_up1() { window.open("http://www.seeski.com/rental-pop.html","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizeable=0,width=500,height=350,left=100,top=75") } function submitform() { document.myform.submit(); } </head> <body> <div id="fadeshow1" style="display:none;"></div> <div id="wrapper"> <div class="top"> <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="logo" class="logo" /></a> <img src="<?php bloginfo('template_url'); ?>/images/headertxt1.png" alt="headertxt1" class="headertxt1" /> <a href="/water-taxi/"><img src="<?php bloginfo('template_url'); ?>/images/logo2.png" alt="logo2" class="logo2"/></a> </div> <div class="header"> <div id="fadeshow1"</div> <div class="headerboat"></div> <div class="infobox"><div style="margin-left:-8px; margin-top:25px; margin-bottom:15px; padding:0;"><img src="<?php bloginfo('template_url'); ?>/images/infobox-pnumb.png" alt="phnumb"/></div><div align="center" style="margin-left:-8px; margin-top:35px;"><a href="http://www.facebook.com/pages/See-and-Ski-Power-Boats/170550886299252"><img src="<?php bloginfo('template_url'); ?>/images/fb02.png" alt="fb"/></a></div> </div> </div>



Reply With Quote

Bookmarks