lindseyd25963997
New Here
lindseyd25963997
New Here
Activity
‎Jan 17, 2019
11:28 AM
Hey folks, you are right, the code for #include virtual was slightly different between the broken page and the working page. Working Page <tr> <td rowspan="2" valign="top" bgcolor="#7CBEDE"><img src="graphics/esrp_masthead_left.jpg" width="200" height="200"></td> <td valign="top" bgcolor="#7CBEDE"><img src="graphics/esrp_masthead_right.jpg" width="800" height="161"></td> </tr> <tr> <td valign="top" bgcolor="#7CBEDE"><!--#include virtual="/esrp/esrp_menu_bar.html" --></td> </tr> Broken Page <tr> <td rowspan="2" valign="top" bgcolor="#7CBEDE"><img src="graphics/esrp_masthead_left.jpg" width="200" height="200"></td> <td valign="top" bgcolor="#7CBEDE"><img src="graphics/esrp_masthead_right.jpg" width="800" height="161"></td> </tr> <tr> <td valign="top" bgcolor="#7CBEDE"><!--#include virtual="esrp_menu_bar.html" --></td> </tr> I tried changing the code to be the same as the working page, and it didn't work. I'm ready to throw this webpage away.
... View more
‎Jan 17, 2019
09:05 AM
I really appreciate the help from you two. I will be busy with meetings for the next few hours, but I will download a good file and will check it out in notepad to see if anything has changed. Great suggestion. I will post an update after I've done that. Thank you so much!
... View more
‎Jan 17, 2019
08:50 AM
This is the confusing thing: the pages that I never touched in Dreamweaver are broken now too. I only uploaded the Shore Friendly page to the host to see if it would work. I have not updated the other pages (index, etc.) on the host, so they still work. I'm not sure if this makes sense. Every page of html that is in Dreamweaver has a broken menu now
... View more
‎Jan 17, 2019
08:34 AM
osgood_ Yes, the next line of code after <td valign="top" bgcolor="#7CBEDE"> is <!--#include virtual="esrp_menu_bar.html"-->
... View more
‎Jan 17, 2019
08:28 AM
Here's the code from Dreamweaver. *Note, this isn't code for the entire page, just the top portion with the menu. <!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=utf-8"> <title>Puget Sound Nearshore Ecosystem Restoration Project</title> <link rel="stylesheet" href="../includes/psnpstyles_new.css" type="text/css"> <script src="../includes/SpryTabbedPanels.js" type="text/javascript"></script> <script src="../includes/SpryMenuBar.js" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-32285023-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link href="../includes/SpryTabbedPanels.css" rel="stylesheet" type="text/css"> <link href="../includes/esrp_menu.css" rel="stylesheet" type="text/css"> <link href="../includes/MenuBarVertical.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- body { background-image: url(); background-repeat: no-repeat; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> </head> <body bgcolor="#444444" leftmargin="0" topmargin="0" marginheight="0"> <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td rowspan="2" valign="top" bgcolor="#7CBEDE"><img src="graphics/esrp_masthead_left.jpg" width="200" height="200"></td> <td valign="top" bgcolor="#7CBEDE"><img src="graphics/esrp_masthead_right.jpg" width="800" height="161"></td> </tr> <tr> <td valign="top" bgcolor="#7CBEDE"> <!--#include virtual="esrp_menu_bar.html" --></td> </tr> <td colspan="7" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="25"> <tr> <td><span class="subhead">Estuary and Salmon Restoration Program (ESRP) » Shore Friendly Program </span> <p class="headline">Creating healthier shorelines</p>
... View more
‎Jan 17, 2019
08:12 AM
Yep: Puget Sound Nearshore Ecosystem Restoration Project
... View more
‎Jan 17, 2019
08:02 AM
You are exactly right! How do I fix an SSI issue? Any documents you could point me to?
... View more
‎Jan 17, 2019
07:28 AM
I'm new to Dreamweaver and HTML, so excuse my ignorance when it comes to the problem I'm having. I was tasked with updating a webpage for work. Everything was going fine until I had to create a new page. I duplicated an existing page (so as not to recreate the wheel) and added the new content. At that time, however, I realized that the menu on the page was no longer visible. I looked at the other pages, and the menu bar was gone from those as well. I had not touched the menu html file, nor the css file, nor the spry file. I uploaded one of the pages to the server, thinking maybe it was a fluke and the menu bar would magically reappear (wishful thinking), but it's still broken. I have no idea what I did to break it. Any help?? The page I am referring to is here: Puget Sound Nearshore Ecosystem Restoration Project Where the menu should be is an error message, "an error occurred while processing this directive". Thank you in advance!
... View more