Yikes! Maybe someone can help me!
I am using Expression as my web designer software. However, I am using a drop down menu from Project Seven and also script from fancy zoom.
Everytime i make any changes to the master page - even if it is to update the menu, I have to go in and redo every page in my website. The parts of the web page that are attached to the master page turn out perfect - but the editable areas get all mixed up and I have to go in and copy and paste the stuff into new documents.
Am I missing some extra <div> or something?
My website is
www.solutionoftheday.com Here is the code from my master page:
Thanks in advance!
<!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" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- #BeginEditable "doctitle" -->
<title></title>
<!-- #EndEditable -->
<link rel="stylesheet" type="text/css" title="CSS" href="styles/style3.css" media="screen" />
<script src="/js-global/FancyZoom.js" type="text/javascript"></script>
<script src="/js-global/FancyZoomHTML.js" type="text/javascript"></script>
<link href="p7exp/p7exp.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="p7exp/p7exp.js"></script>
<!--[if lte IE 7]>
<style>
#menuwrapper, #p7menubar ul a {height: 1%;}
a:active {width: auto;}
.style2 {
font-size: xx-large;
color: white;
}
.style3 {
font-size: xx-small;
}
.style4 {
text-align: left;
}
.style5 {
text-align: center;
}
.style6 {
color: #FFFFFF;
}
.style7 {
font-family: Centaur;
font-size: 32pt;
}
</style>
<![endif]-->
</head>
<body onload="setupZoom();P7_ExpMenu()">
<!-- Begin Container -->
<div id="container">
<!-- Begin Masthead -->
<div id="masthead">
<table style="width: 100%">
<tr>
<td class="style4" style="width: 471px; height: 94px;">
<span class="style3">
<img src="images/master/sdlogolg.png" width="87" height="142" alt="Solution of the Day Logo" />
</span><span lang="en-us"><span class="style2"><br />
<br />
</span><span class="style6"><span class="style7">Solution of the Day</span></span></span></td>
<td style="height: 94px">
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="_top">
<table border="0" bgcolor="#002f2f">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="www.solutionoftheday.com"></input>
<label for="sbi" style="display: none">Enter your search terms</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Submit search form</label>
<input type="submit" name="sa" value="Google Search" id="sbb"></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Search the Web"><font size="-1" color="#ffffff">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.solutionoftheday.com" id="ss1"></input>
<label for="ss1" title="Search www.solutionoftheday.com"><font size="-1" color="#ffffff">www.solutionoftheday.com</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-4760146343745563"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="safe" value="active"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:F FFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:46;L:h ttp://www.solutionoftheday.com/images/master/sdlogolg.png;S:http://;FORID:1"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google --> </td>
</tr>
<tr>
<td style="width: 471px" class="style5">
</td>
<td>
<table style="width: 100%">
<tr>
<td>
<input type="button"
value="Add to My Favorites"
style="background-color:#000000; color:#FFFFFF; width: 144px;"
onclick='window.external.AddFavorite(location.href, document.title);'/><span class="style3"> </span></td>
<td><!-- AddThis Bookmark Button BEGIN --><script type="text/javascript">
addthis_url = location.href;
addthis_title = document.title;
addthis_pub = 'melonheadmis';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script><!-- AddThis Bookmark Button END --></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!-- End Masthead -->
<!-- Begin Navigation -->
<div id="menuwrapper">
<ul id="p7menubar">
<li><a href="index.htm">Home</a></li>
<li><a class="trigger" href="otherstuff/otherstuffmenu.htm">Other Stuff</a>
<ul>
<li><a href="otherstuff/stickfriends/stickfriends.htm">Sub 1.1</a></li>
</ul>
</li>
<li><a class="trigger" href="phrases/phrasesmenu.htm">Phrases Menu</a>
<ul>
<li><a href="phrases/attitude.htm">Attitude</a></li>
<li><a href="phrases/bathroomsayings.htm">Bathroom Sayings</a></li>
</ul>
</li>
</ul>
<br class="clearit"/>
</div>
<!-- End Navigation -->
<!-- Begin Page Content -->
<div id="content">
<!-- Begin Left Column -->
<div id="column_l">
<!-- #BeginEditable "content" -->
<h2>Headline 2</h2>
<p>insert content here </p>
<!-- #EndEditable --></div>
<!-- End Left Column -->
<!-- Begin Middle Column -->
<div id="column_m" style="width: 280px">
<!-- #BeginEditable "content" -->
<h3>Headline 3</h3>
<p>insert content here</p>
<!-- #EndEditable --></div>
<!-- End Medium Column -->
<!-- Begin Right Column -->
<div id="column_r">
<!-- #BeginEditable "sidebar" -->
<h3>Headline 3</h3>
<p>insert content here</p>
<!-- #EndEditable --></div>
<!-- End Right Column -->
<!-- End Page Content --></div>
<!-- Begin Footer -->
<div id="footer">
<p><a href="index.htm">Home</a> | <a href="about/about.htm">About</a> |
<a href="calendar/calendar.htm">Calendar</a> |
<a href="contact/contact.htm">Contact</a> |
<a href="employees/employees.htm">Employees</a> |
<a href="employment/employment.htm">Employment</a> |
<a href="faq/faq.htm">FAQ</a> |
<a href="information_links/information_links.htm">Information Links</a>
| <a href="news/news.htm">News</a> |
<a href="photo_gallery/photo_gallery.htm">Photo Gallery</a> |
<a href="press/press.htm">Press</a> | <a href="products/products.htm">Products</a>
| <a href="promotions/promotions.htm">Promotions</a> |
<a href="services/services.htm">Services</a> |
<a href="sitemap/sitemap.htm">Site Map</a></p>
<p>Copyright © 2008 www.solutionoftheday.com.</p>
</div>
<!-- End Footer --></div>
<!-- End Container -->
</body>
</html>