Broken Links not fixed after being changed-HELP PLEASE!

I am trying to fix a website I created for a friend. I created it in Dreamweaver CS6 on a Mac. Everything was working on the website, the pitures were showing up and now 2 of the pages arent working. On both pages the spry bar is not working and some of the pictures will not show up. I have went to find broken links and redirected it to the correct file but it is not changing anything. I am not sure how to fix this problem, if anyone has any advice that would be great!! The website is www.serenityatthebeach.com.

That line read correctly when I looked at it on the broken page colorcutstyle. I copied the code from the page if that would help. I hope this helps.
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Stlye Services</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
@import url("webfonts/Jenna_Sue/stylesheet.css");
body {
          font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
          background-color: #A9AB36;
          margin: 0;
          padding: 0;
          color: #000;
          background-image: url(background.jpg);
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
          padding: 0;
          margin: 0;
h1, h2, h3, h4, h5, h6, p {
          margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
          padding-right: 15px;
          padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
          font-family: "Jenna Sue";
          font-size: 50pt;
          text-align: center;
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
          border: none;
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
          color: #A9AB36;
          text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
a:visited {
          color: #6E6C64;
          text-decoration: underline;
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
          text-decoration: underline;
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
          width: 960px;
          background-color: #E5E3E4;
          margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
          background-color: #ADB96E;
/* ~~ This is the layout information. ~~
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
.content {
          padding: 10px 0;
/* ~~ The footer ~~ */
.footer {
          padding: 10px 0;
          background-color: #A9AB36;
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
          float: right;
          margin-left: 8px;
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
          float: left;
          margin-right: 8px;
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
          clear:both;
          height:0;
          font-size: 1px;
          line-height: 0px;
.container .content p {
          font-size: 30pt;
.Headers {
          color: #A8A92B;
-->
</style>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
  <div class="header"><!-- end .header -->
  <div align="right"><a href="http://www.aveda.com/index.tmpl"><img src="Header1.jpg" alt="Header" name="logo" width="961" height="423" id="logo" /></a></div>
  </div>
  <div class="content">
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="index.html">Home</a>      </li>
      <li><a href="colorcutstyle.html">Hair Services </a></li>
      <li><a href="../spapage.html">Spa Services </a>      </li>
      <li><a href="nailpage.html">Nail Services </a></li>
      <li><a href="makeup.html">Make-Up </a></li>
      <li><a href="../aboutus.html">About Us </a></li>
    </ul>
    <h1 class="Headers">Hair Services</h1>
    <p><img src="color.gif" width="792" height="612" alt="hairservice" /></p>
    <h1 class="Headers"><img src="IMG_2397.JPG" alt="salon picture" width="933" height="282" /></h1>
    <p>&quot;+&quot;indicates variations in the price determined by the work involved and the level of talent </p>
    <p align="left">24 hours cancellation notice is required </p>
  </div>
  <div class="footer">
    <p><a href="https://www.facebook.com/SerenityAtTheBeachSalonSpa?fref=ts"><img src="facebook-logo.png" alt="facebook" width="244" height="195" /></a><a href="https://plus.google.com/110271807602578049704/about?gl-us&hl=en"><img src="googleplus.png" alt="google plus" width="194" height="194" /></a><!-- end .footer --></p>
  </div>
  <!-- end .container --></div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>

Similar Messages

  • Itunes not working after update..help please

    I updated my itunes to 10.4 and since then it will not connect to the itunes store and synching is not working either.  I've emailed Apple and tried their suggestions with no luck.  There was a recent post on here in June with success and it was something to do with a proxy server??? Can someone help me reinstate my itunes please...i miss it!!!

    Disconnect all devices from your computer.  If you have not already done so after updating iTunes, repair permissions and restart your computer.  If this does not work, b oot up from your install DVD and run "Repair Disk" from the Utility menu.

  • Premier Pro 5.5 - Sound will not resume after pausing video - HELP PLEASE !

    Hi everyone.
    I have a co-worker that is having a very strange problem. After he pauses a video and tries to restart it, video works fine but the sound will not resume. This doesn't happen all the time but it does happen often.
    Please help.
    Here is the system specs:
    MacPro 2.6 Xeon
    8 GB RAM
    Kona Capture card
    OSX 10.6
    Thanks for you contribution.
    JC.

    Hi Todd.
    I just finished running all the updates for adobe and it did not find any updates for Premier Pro, so the current version I have is 5.5. I'm going to check to see if there is any update I can download from Adobe that is not been detected by adobe updater so I can upgrade to Premier 5.5.1.
    Thanks Todd.

  • Itunes store will not open after newest update, help please

    updated newest itunes on win 7 computer. Itunes opens but the store causes itunes to stop working. help??

    updated newest itunes on win 7 computer. Itunes opens but the store causes itunes to stop working. help??

  • HT1926 I am getting message Error 7 (windows error 14001) when i install itunes 10 i have tried reinstalling it but not fixed..cna anyone help please?

    please can someone give advice..itunes won't install properly

    Refer to this article:
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/TS3074

  • Why would you allow firefox to update computer web-browsers if you have an idea that it will no longer work after the update? And why would you not include instructions for, how to fix the problem? Help Please! Can I go back to the old one?

    Why would you allow firefox to update computer web-browsers if you have an idea that it will no longer work after the update? And why would you not include instructions for, how to fix the problem? Help Please! Can I go back to the old one?
    Ron Bell
    [email protected]

    Mozilla, like many other software companies, thoroughly test their software before releasing it to the public and I'm sure that no problem you are having is intentional.
    I do not work for Mozilla but I do have experience of releasing software for public usage.
    Firefox has no way of knowing what other software is already on your computer and with millions of combinations it isn't always possible to test for every scenario.
    You can go back to the old version of Firefox but that won't always solve your problem.
    The web site below tells you how:
    https://support.mozilla.com/en-US/kb/Installing%20a%20previous%20version%20of%20Firefox

  • Will Not Copy After Being Idle

    THIS IS A COPYING ISSUE!!!  After installing the upgraded version of Comcast's latest modem/router, our HP 6550 would not print.  I contacted Comcast and reported the difficulty and they informed me it was a printer problem - not their new modem.  Consequently, we purchased a new HP 5740 printer  The printing function worked fine and it would copy immediatley after the printer was turned on, however, after the printer sat idle for a couple of hours, the copy function would not work.  If you then turned the printer off and immediately turned it back on, it would copy.  Again, Comcast reiterated it was a printer problem.   I returned the original 5740 back to the store from which it was purchased and exchanged it for another HP 5740 printer.  After hooking up the second HP 5740, the same problems with copying occurred.  I returned the second HP 5740 to the dealer for a refund and left town for three months.  We recently returned and purchased a HP ENVY 7645 printer from another dealer.  We are having the same issues with this printer as we had with the two previous HP 5740 printers.  I discussed the situation with a level II supervisor at Comcast and he arranged for a new modem/router to be brought to the house and installed by a technician.  The installation occurred today and we are still experiencing exactly the same problem.  The Comcast technician who installed the new modem/router (who couldn't wait around while the printer sat idle) said that if the problems occurs after the installation, we should purchase a printer/copier from another manufacturer - or turn our printer "off and then on" when we want to copy.   He also asid that if this problem does continue after the new modem/router is installed, it definitely won't be a Comcast problem.  DOES ANYONE HAVE ANY IDEA WHERE I SHOULD GO FROM HERE?

    Hi @lamoso,
    Welcome to the HP Forums!
    I understand that your HP Envy 7645 will not copy after being idle. I am happy to look into this for you!
    I believe this is happening due to the printer going into sleep mode. As the options are for 5 minutes, 10 minutes, and 15 minutes for sleep mode to activate. I would recommend trying a hard reset, by going to this post,How to perform a Hard Reset, by @Rich1. It is important that the printer's power cable is plugged directly into the wall outlet, and not a surge protector. See this article, Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector for more information. This applies to Inkjet printers as well.
    After the hard reset, I would then make sure the printer's firmware is up-to-date. Getting the Latest Firmware and Product Updates.
    Let's see what happens after giving these two steps a try!
    Thank you for posting!
    “Please click the Thumbs up icon below to give me a virtual high-five for responding.”
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Why iCal cancel of event edits issue is still not fixed after over 2 years?

    Why iCal "cancel of event edits" issue is still not fixed after over 2 years?
    I have been in the software engineering industry for over 14 years, but I have never seen a large corporation being so slow at addressing major issues like these.
    What would it take for Apple to start working on this issue?

    Yup. This is fully ridiculous that you can't cancel your updates once you start. I love the tool but this is on pretty significant issue.
    Sometimes I accidentally move a mtg or make some edit while viewing and you can't back you!!
    If you feel the same way, you should post a note here:
    http://www.apple.com/feedback/ical.html
    Message was edited by: SteveMc10123

  • Satellite L870-165 does not work after being repaired by their service

    Laptop Toshiba warranty does not work after being repaired by their service twice.
    Model: Satellite L870-165
    Computer will not boot, stays with black screen stating: No bootable device-Please restart your system
    After reboot still happening the same.
    I called Toshiba phone incident and after trying several options I said take him to repair the service.
    They first told me it was the hard drive, then phoned me to indicate that reinstalling and finally it was the motherboard, which supposedly changed. The day after being picked computer repair returned to give exactly the same error, only malfunctioned one evening.
    After another call to 902 the Toshiba warranty service, I went back to take the service, this time I changed the hard drive. When I got home the computer did not start even once, again gives the same error.
    I believe that this team comes with a factory default so that its solution is not easy because even the technical service told me that I did not know what else to do with it.

    >Computer will not boot, stays with black screen stating: No bootable device-Please restart your system
    This message pops up because the notebook cannot find the Windows system.
    There could be either an problem with the HDD or maybe the HDD is OK but the Windows system isnt preinstalled properly.
    You said that the service agent changed the HDD. But did someone install the Windows system?
    You can try to do it yourself take your recovery disk (hopefully you created such disk in the past) and boot from the recovery disk in order to install the system.
    In case booting from the Disk would not be possible, go to BIOS (F2) and disable the secure boot and change from UEFI to CSM mode

  • Apple not recognizing known password.  Iforgot does not send email verification.  Help please.

    Apple not recognizing known password.  Iforgot does not send email verification.  Help please.
    Don't know any other way to put it.  I typed in the correct password.  Now the account is locked.  Iforgot does not send an email verification.  The email is not in the junk mail or anywhere else.  It is typed correctly.  This is frustrating.  I was just trying to update the Ipad Mini.  I wanted to change the ownership to my husband and noticed that my daughter attached a new Icloud account.  I was just trying to verify her account.  I have the correct password.  Now the account is locked out.

    I figured it out.  It's a little confusing.  I was trying to add a new email address for iCloud and I was supposed to type in the main iCloud user ID and password.  The wording is not helpful because it displays the name of the new email address.

  • Im trying to get some purchased songs to sync onto my ipad, but when i try it says they could not be synced as i need to authorise my computer which has been done already but its still not syncing them can someone help please?

    Im trying to get some purchased songs to sync onto my ipad, but when i try it says they could not be synced as i need to authorise my computer which has been done already but its still not syncing them can someone help please?

    Hello there, Gemss.
    The following Knowledge Base article offers up some great recommendations for the issue you're describing:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    Although all of the scenarios may be applicable, many folks find that the following section helps resolve their issue most often:
         Authorize using the correct account name
    The items you're trying to play might have been purchased using a different iTunes Store account. To determine which account was used to purchase an item, follow these steps:
    Select a purchased song in your library and choose File > Get Info.
    Click the Summary tab. Note the Account Name that appears in the list. This is the account name (Apple ID) you'll need to use when authorizing your computer to play this purchase.
    Note: The account name that appears is the one you used when purchasing the item and does not change if the account name (Apple ID) changes.
    If you've authorized the Apple ID that is shown in the Summary tab, you can check the purchase history for that Apple ID from Store > View My Account. If your purchase history does not reflect the purchase of the items in your iTunes library, consider any other Apple ID you may have created, and authorize the computer for your additional Apple ID.
    If you forgot the password to one of your accounts, you can recover it using Apple's password-recovery website.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • TS3988 I am receiving email that I should verify my password for iCloud but I can't see the link that I should start. HELP please!!!!!!

    I am receiving email that I should verify my password for iCloud but I can't see the link that I should start. HELP please!!!!!!

    You select the desired file (tick the square box on the left of the file name).
    You click on the "share"/"send" icon (the envelope with the arrow that points up and to the right).
    You are presented with the share/send dialog.
    Here you select the "Send To" choice.
    This is done by placing a tick in the box beside either "Public Link (create a public link for anyone to view)"
    OR
    "Personalizdd Link (send email invitations to individuals)"
    NOTE: The second choice is only available if you have a subscription to Adobe Send service.
    So, for a free "Files" account in Adobe's cloud you'd tick "Public Link".
    At the bottom left you'll observe the "Create Link" button.
    Click it.
    You are presented with a new dialog that informs you that the Public Link has been generated and that link is provided in a field within the dialog.
    You can copy the link to a text file for future copy-paste into a post to a forum or bulletin board or you can provide the link to otheres via an email.
    Be well...

  • HT204053 My kids now each have an itouch, should we all have different apple ids even if I am paying for all itunes and app store purchases? what about icloud? I would like to share itunes and app purchases, but not necessarily photos...help please!

    My kids now each have an itouch, should we all have different apple ids even if I am paying for all itunes and app store purchases? what about icloud? I would like to share itunes and app purchases, but not necessarily photos...help please!

    The recommended solution for most families is to share the same Apple ID for iTunes and App Store purchases, so you can share your purchases, but us different IDs for iMessage, FaceTime and iCloud.  With this arrangement, each person can automatically download purchases made on the shared ID (by turning this feature on in Settings>iTunes & App Stores), while keeping their FaceTime calls, text messages and iCloud data (including photo stream) separated.  There is no requirement that the ID you use for purchasing be the same as the ID you use for these other services.
    This article: http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/.

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • I would like to upgrade my OS from 10.6.8. I can't find any higher version on the site. Yosemite is the latest but not available. Can someone help please?

    I would like to upgrade my OS from 10.6.8. I can't find any higher version on the site. Yosemite is the latest but not available. Can someone help please?

    If Yosemite is not available to you, your system may not meet the minimum requirements.
    How to install OS X Yosemite on your Mac - Apple Support

Maybe you are looking for