First, I am not a website designer. I own a website and have been making minor
(text) changes using Contribute since I didn't need to know html. I started a
couple of years ago just using the trial and never had any problems with it,
but about a month ago bought it...CS3.

After sitting down and making some changes, I published and then got:
Script Error
Line: 17
Char: 1
Error: Object required
Code: 0
URL; [url]http://www.dirty-dog.com/contact/[/url]

I've looked at the source code, found line 17, but have no idea what I'm
supposed to do. I think this is an easy fix, right? Can someone explain in
"plain english" what I need to do?

Also, one day I somehow fixed it...just by moving stuff around on the page. I
also made some changes to other pages, thought they were published (looked at
all of them), but when I went back yesterday, all the changes were gone?!? How
is that possible??? I'm going to try to paste the code here....

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Contact Us: Dirty Dog Self-Serve Dog Wash - Austin, Texas</title>
<link rel="stylesheet" type="text/css" media="screen"
href="../css/style.css"/>
<link rel="stylesheet" href="../css/sIFR-screen.css" type="text/css"
media="screen" />
<link rel="stylesheet" href="../css/sIFR-print.css" type="text/css"
media="print" />
<script src="../js/sifr.js" type="text/javascript"></script>
<script src="../js/ierollovermenu.js" type="text/javascript"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
</script>
<style type="text/css">
<!--
.style1 {
color: #000000;
font-weight: bold;
}
.style2 {color: #000000}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="header"> <img src="../css/images/leftdog.gif" height="102"
width="162"> <a href="../"><img src="../css/images/logo.gif" height="102"
width="393" alt="Dirty Dog Self-Serve Dog Wash" title="Dirty Dog logo"
border="0"></a> <a href=""><img src="../css/images/bofa.gif" height="102"
width="166" alt="Best of Austin 2004" title="Best of Austin 2004"
border="0"></a> </div>
<div id="navigation">
<div id="mainnav">
<ul style="margin-bottom: 0">
<li id="mainnav-home"><a href="../"
class="selected"><span>Home</span></a></li>
<li id="mainnav-how"><a href="../how"><span>How It
Works</span></a></li>
<li id="mainnav-services"><a><span>Services and Pricing</span></a>
<ul>
<li><a href="../services/dogwash">dog wash</a></li>
<li><a href="../services/trainingandpetcare">training & pet
care</a></li>
</ul>
</li>
<li id="mainnav-hours"><a
href="../locations"><span>Locations</span></a></li>
<li id="mainnav-story"><a href="../story"><span>Our
Story</span></a></li>
<li id="mainnav-links"><a href="../links"><span>Links</span></a></li>
<li id="mainnav-press"><a href="../press"><span>Press</span></a></li>
<li id="mainnav-gallery"><a
href="../gallery"><span>Gallery</span></a></li>
<li id="mainnav-contact"><a href="../contact"><span>Contact
Us</span></a></li>
</ul>
</div>
</div>
<div id="content-contact">
<h2>&nbsp;</h2>
<h4 style="margin-bottom: 0;">email us:</h4>
<p style="margin-top: 0; margin-bottom: 0;"><span
class="style2"><strong>Austin locations:</strong></span><a
href="mailto:info@dirty-dog.com">&nbsp;&nbsp; [email]info@dirty-dog.com[/email]</a>&nbsp; </p>
<p style="margin-top: 0; margin-bottom: 0;"><strong><span class="style2">San
Antonio:</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;
</strong><a
href="mailto:melissa@washshakewag.com">melissa@was hshakewag.com</a>&nbsp;</p>
<h4 style="margin-top: 0; margin-bottom: 0;">phone us:</h4>
<p style="margin-top: 0; margin-bottom: 0;"><span class="style1">North
Lamar</span>&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 512.453.3647</p>
<p style="margin-top: 0; margin-bottom: 0;"><span class="style1">South
First</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp; 512.443.0013</p>
<p style="margin-top: 0; margin-bottom: 0;"><span class="style1">William
Cannon</span> &nbsp;&nbsp;&nbsp;&nbsp; 512.383.0444</p>
<p style="margin-top: 0;"><span class="style1">San
Antonio&nbsp;&nbsp;&nbsp;</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;
210.451.0309 </p>
<p style="margin-bottom: 0;">&nbsp;</p>
<h3 style="margin-top: 0;">join our newsletter</h3>
<p style="margin-bottom: 0;"><a
href="mailto:info@dirty-dog.com?subject=Sign%20me%20up%20for%20the%20newsl etter.
">Click here to sign up for our newsletter.</a></p>
</div>
<div id="footer">
<ul style="margin-bottom: 0">
<li><a href="../"><span>Home</span></a></li>
<li><a href="../how"><span>How It Works</span></a></li>
<li><a href="../services/dogwash"><span>Services and
Pricing</span></a></li>
<li><a href="../location"><span>Hours</span></a></li>
<li><a href="../story"><span>Our Story</span></a></li>
<li><a href="../links"><span>Links</span></a></li>
<li><a href="../press"><span>Press</span></a></li>
<li><a href="../gallery"><span>Gallery</span></a></li>
<li><a href="../contact"><span>Contact Us</span></a></li>
</ul>
</div>
</div>
<p class="copyright">&copy; Copyright 2005, Dirty Dog Self-Serve Dog Wash </p>
</body>
</html>