deleted my css file

I use Dreamweaver CS3.  I did something stupid last night.  I was so tired that I deleted 3 files that are not html, I don't remember what they were called.  Suffice it to say that when I checked my Web site on the server host, that I lost all the page layout.  Basically, I'm still all pages, but they are not in the format I created them.

Is it that I can do apart from building the site from scratch again?

Any help would be appreciated, but please be gentle, I'm a novice who has not worked with DW for several years.

Thanks in advance

Looks like you have killed some .css and .js files.

Are they still part of your local site? If so, just the reupload.

Otherwise, your options are pretty limited, that you use to backup files?

You may be able to contact your hosting company to get too much on the archived versions of the site.

Tags: Dreamweaver

Similar Questions

  • Dreamweaver is randomly delete my .css file and then crashing... need help as soon as POSSIBLE!

    I use Dreamweaver CS 5.5 to my work.  I just built a new Web site for the company use it for awhile, it was delete completely while in dreamweaver css file, and there was the little * next to the title as he had not been registered.  usually, I would try to close it without saving or crashing which is normally done after what is happening.  So far, the css files were not totally deleted... yet.  I do not expect that to happen before as I have try to fix it.  I searched google and forums and have found nothing or related topics.  I had my computer completely reformatted and that seemed to have fixed for a short period.  Now I'm on another web project and does it again, but this site is bigger and more important than the previous, and I don't have as much time to work on it.  Has anyone encountered this bug at all?  I need to get this fixed as soon as POSSIBLE... Really, I wouldn't lose my files.  I tend to hit Ctrl + S instinctively these days and I wouldn't do that, while it's been deleted.  Besides the downtime to restart Dreamweaver only that she is do it again 5 minutes later.

    Specifications of the computer:

    • Windows 7 Pro SP1 64-bit
    • Dreamweaver CS 5.5
    • 24 GB RAM
    • Intel Xeon X 5650 @ 2.67GHz/2.66GHz (2 processors - 24 cores)
    • NVIDIA GeForce GTX 570

    Please let me know if there is no solution to this.  Thank you!

    -Travys

    Hmmmm...  When the content of the files disappears at random, it is usually a symptom of something much more deep - like a nasty Trojan/Virus, a failing hard drive, bad CPU or damaged user account.

    You can try the usual alternatives of DW below, but I think you might want your guys/girls TI to run some diagnostics on your computer.

    #1 make sure your CSS & HTML files contain the code invalid.  The tools of the W3C below.

    http://Jigsaw.w3.org/CSS-validator/

    http://validator.w3.org/

    # 2 acting weird, the first thing to try is to delete the Cache of corrupt in DW DW start

    http://forums.Adobe.com/thread/494811

    #3 if that doesn't help, try to restore preferences

    http://helpx.Adobe.com/Dreamweaver/KB/restore-preferences-Dreamweaver-CS4-CS5.html

    #4 if all else fails, use the CS tools cleaner below followed by a re - install software.

    http://helpx.Adobe.com/Creative-Suite/KB/CS5-cleaner-tool-installation-problems.html

    Good luck!

    Nancy O.

  • Why not FoxFire refuses to read a .css file on one page of my Web site

    I built a website [fortseldenarmory.com]. I use PHP. I have a CSS file and all of the pages use it. A page recognizes the CSS file, but refused to read it. When you use the bar consul programming tool and go to the editor style of the page displays the CSS file. It says I have 0 rules. If I delete a single character in the CSS file and replace it with the same character in the file CSS is read. I have not changed the content of the CSS file, but now it works. As I rear tab through my site and return to this page, he refuses to read it again.

    All other pages on the site have no problem with the same CSS file.

    I erased all the internet temporary files, cookies settings an so on, rebooted and I still have the same problem.

    on my server, I deleted the CSS drop a downloaded it yet again, I deleted and re-uploaded the page problem. I even renamed the page and the problem still persists.

    Test all other web browsers with which I have no problem with the page.

    I even uninstalled Fire Fox, shut down my computer, deleted my files internet and reinstalled Fire Fox and the problem persists.

    At this point, the page contains no PHP code

    Here is the Code:

    <!-- ****************************************************** -->
    <!-- classic-J.html                                         -->
    <!-- Holster Classic "J" page for www.FortSeldenArmory.com  -->
    <!-- Programmer Jay Jay                                     -->
    <!-- Last update 07-26-2014                                 -->
    <!-- ****************************************************** -->
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    
    <HTML xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>
    <HEAD>
     <TITLE> Fort Selden Armory * Gun Holsters </TITLE>
     <LINK REL=stylesheet Type="text/css" Href="CSS/FortSeldenArmory.css">
    
     <SCRIPT Type="text/javascript">
    
      var ScreenWidth;
      var H1TextHeight;
      var H4TextHeight;
      var MainMargin;
      var MainMinWidth;
      var HeaderImageHeight;
      var MenuBarHeight;
      var MenuButtonHeight;
      var MenuButtonWidth;
      var SideButtonHeight;
      var SideButtonWidth;
    
      ScreenWidth = screen.availWidth;
      H1TextHeight = Math.round((ScreenWidth/85)+24);
      H4TextHeight = Math.round((ScreenWidth * .005) + 7);
      MainMargin = Math.round(ScreenWidth/15);
      MainMinWidth = Math.round((ScreenWidth * .22)+700);
      HeaderImageHeight = Math.round((ScreenWidth * .025)+60);
      MenuBarHeight = Math.round((ScreenWidth * .008) + 19);
      MenuButtonHeight = Math.round((MenuBarHeight * .9)-6);
      MenuButtonWidth = Math.round((ScreenWidth * .065) + 80);
      SideButtonHeight = MenuButtonHeight;
      SideButtonWidth = MenuButtonWidth -3;
    
      document.write("     <STYLE>");
      document.write("          H1\{font-size: "+H1TextHeight+"px;\}\n");
      document.write("          H4\{font-size: "+H4TextHeight+"px;\}\n");
      document.write("          div#main\{margin-left: "+MainMargin+"px;\}\n");
      document.write("          div#main\{margin-right: "+MainMargin+"px;\}\n");
      document.write("          div#main\{min-width: "+MainMinWidth+"px;\}\n");
      document.write("          img#Header\{height: "+HeaderImageHeight+"px;\}\n");
      document.write("          div#menubar\{height: "+MenuBarHeight+"px;\}\n");
      document.write("          div.menuButtons\{height: "+MenuButtonHeight+"px;\}\n");
      document.write("          div.menuButtons\{width: "+MenuButtonWidth+"px;\}\n");
      document.write("          div.sideButton\{height: "+SideButtonHeight+"px;\}\n");
      document.write("          div.sideButton\{width: "+SideButtonWidth+"px;\}\n");
      document.write("          div.sideButtonPlaceHolder\{height: "+SideButtonHeight+"px;\}\n");
      document.write("          div.sideButtonPlaceHolder\{width: "+SideButtonWidth+"px;\}\n");
      document.write("          div.backToButton\{height: "+SideButtonHeight+"px;\}\n");
      document.write("          div.backToButton\{width: "+SideButtonWidth+"px;\}\n");
      document.write("     <\/STYLE>");
     </SCRIPT>
    
    </HEAD>
    <BODY>
     <DIV ID='main'>
    
      <!-- **************** -->
      <!-- *  Main Banner * -->
      <!-- **************** -->
    
      <DIV ID='header'>
       <TABLE align='center' cellpadding='5'>
        <TR><TD>
         <IMG src='images/FortSelden.jpg' border='2' id='Header'>
        </TD><TD>
         <IMG src='images/Logo.jpg' id='Header'>
        </TD></TR>
       </TABLE>
    
      </DIV>
    
      <H1> Gun Holsters - Classic "J" </H1>
    
      <!-- ******** -->
      <!-- * Menu * -->
      <!-- ******** -->
    
      <DIV ID='menubar'>
       <TABLE Border='0' cellpadding='0'>
        <TR><TD>
         <DIV class='menuButtons' onclick="window.location='index.php'";>
          <H4> Home </H4>
         </DIV>
        </TD><TD>
         <DIV class='menuButtons' onclick="window.location='speedLoaders.php'";>
          <H4> Speed Loader Pouches </H4>
         </DIV>
        </TD><TD>
         <DIV class='menuButtons' onclick="window.location='magazines.html'";>
          <H4> Magazine Pouches </H4>
         </DIV>
        </TD><TD>
         <DIV class='menuButtons' onclick="window.location='others.html'";>
          <H4> Other Products </H4>
         </DIV>
        </TD><TD>
         <DIV class='menuButtons' onclick="window.location='underConstruction.php'";>
          <H4> About Us </H4>
         </DIV>
        </TD></TR>
       </TABLE>
      </DIV>
    
      <!-- ************* -->
      <!-- * Main Body * -->
      <!-- ************* -->
    
      <TABLE Border='0' width='100%' cellpadding='0'>
       <TR><TD width='25%' valign='top'>
    
        <DIV class='sideButtonPlaceHolder'>
         <H4>Impeach Obama</H4>
        </DIV>
    
        <DIV class='backToButton' onclick="window.location='holsterStyles.php'";>
         <H4>Back to Holster Styles</H4>
        </DIV>
    
        <DIV class='sideButton' onclick="window.location='classic-J-Auto.php'";
           onmouseover="document.style.src='images/autos.jpg'";
           onmouseout="document.style.src='images/classic-J.jpg'";>
         <H4>Autos</H4>
        </DIV>
    
        <DIV class='sideButton' onclick="window.location='underConstruction.php'";
           onmouseover="document.style.src='images/revolvers.jpg'";
           onmouseout="document.style.src='images/classic-J.jpg'";>
         <H4>Revolvers</H4>
        </DIV>
    
        <DIV class='sideButtonPlaceHolder'>
         <H4>Impeach Obama</H4>
        </DIV>
    
        <DIV class='sideButton'onclick="window.location='underConstruction.php'";
           onmouseover="document.style.src='images/beltLoopStyles.jpg'";
           onmouseout="document.style.src='images/classic-J.jpg'";>
         <H4>Belt Loop Styles</H4>
        </DIV>
    
        <DIV class='sideButton'onclick="window.location='underConstruction.php'";>
         <H4>Color & Patterns</H4>
        </DIV>
    
       </TD><TD width='50%'>
        <IMG src='images/classic-J.jpg' border='2' name='style' id='Index'>
       </TD><TD width='25%' valign='top' align='right'>
    
        <DIV class='sideButtonPlaceHolder'>
         <H4>Impeach Obama</H4>
        </DIV>
    
        <DIV class='sideButton' onclick="window.location='underConstruction.php'";>
         <H4> Select This Style </H4>
        </DIV>
    
        <DIV class='sideButtonPlaceHolder'>
         <H4>Impeach Obama</H4>
        </DIV>
    
        <DIV class='backToButton' onclick="window.location='underConstruction.php'";>
         <H4> See My Selections </H4>
        </DIV>
    
       </TD></TR>
      </TABLE>
    
     </DIV>
    </BODY>
    </HTML>

    Tools > Page Info > general now shows that the homepage is recognized as windows-1252, like any other and is no longer in the UTF-16 format.

    There is always a red text in the source of the page on Firefox to complain that a space is missing between attributes.

  • Deleting the related files from Dreamweaver Document

    Hello

    Somehow, I have six associated files in a Dreamweaver document, at least two of which I don't want.   I deliberately chose to join two css files.  The document is also related to the jquery scripts, etc. in the body.  When I select some files give warnings, which is shown in the screenshot.   Please help me to understand what makes the files appear here one nd how delete the ones I don't want?

    tempfilescreenshot102215.jpg

    Documentation Adobe online said to open the link check tool, click broken links and click on the "Delete" button to remove.  Sounds good, but I'm pointing out the files I want to delete and hit the button Delete until my finger turn purple and they're not going anywhere.


    Help!  Thank you...


    You forget that Bootstrap is much, much more than a tool for page layout.  It includes everything for all possible scenarios.  If you are concerned about luggage, go to BOOTSTRAP GET and download a custom kit that contains only the classes and components that you need.

    I don't use CC 2015 so I can't tell you what all it includes.

    In my projects:

    Bootstrap base is Bootstrap.min.css + Bootstrap.min.js + jQuery.min.js.

    In addition:

    My custom.css

    François Hollande (css reset)

    Bootstrap_theme. CSS

    jQueryUI.js

    jQueryUI_theme.css

    jQuery easing.js

    Police - Awesome.css (such as Glyphicons).

    Other misc plugins...

    Nancy O.

  • How to add the external css file to the _edge.js file

    I tried to add in the html page, but when I save the edge project it deletes.

    I'm able to add the external js file in scripts: [] in the _edge.js file

    We can add inside resources: []?

    And is it possible to add an external css in files of edge except in page html and javascript?

    CSS:

    Please put this in scene/creationComplete (file name change to your file name and path)

    $(" ",{"rel":"stylesheet","type":"text/css","href":"css/finename.css"}).append ("#Sta ge»);"})

    Add! important in CSS file properties.

    js files should be loaded with the upload script Panel on the right side of your user interface.

  • How can I stop CC Dreamweaver to create new CSS files when you use a time?

    Hello

    USNG Webfonts in CC is supposed to be easier, but instead, it's just a hindrance. I find myself deleting lines and includes lines of CSS and closure of many "stylesheet.css" file everytime I want to use a custom. It drives me crazy.

    Is it possible to turn it off?

    Thank you.

    Hi joshkrz,

    Unfortunately, there is no option to disable linking stylesheet.css to your code.

    The stylesheet.css is created in the InDesign directory whenever you import once in your site and the police of the links to your pages.

    I suggest you please connect an enhancement request at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.

    Also good me if I'm wrong, you may want to than all the fonts that are connected by a single style sheet and doesn't have a style sheet for each time, right?

  • CS6 DW does not open the CSS files

    When you try to open any file css in DWCS6, I get "unexpected file format".

    If I try to get an overview of a page that contains a CSS file attached to it, I get "attempted to access a file beyond its end".

    Was working fine yesterday.

    I am fully updated (according to the file manager).

    I tried to restart and reupdating.

    Any ideas?

    Thanks for any help!

    If this just started to happen, before a relocation complete, I try to delete the file of DW cache first.

    http://forums.Adobe.com/thread/494811

    Which tends to clear up many problems "weird, just started happeining.

  • Incorporating CSS files in site, so the customer can preview

    I am close to finishing of the first page of a site that I'm doing for a client.  I thought that I could easily email the .html file and even embed the CSS in the "head" of the document.  Procedure classic, right?  The only thing is that I have two CSS files and I tried to put (copy / paste) the two docs in the 'head' of the document.  PROBLEM: div id name conflict!

    Suggestions on how to show a customer of the site so that they can view fully functional with CSS and everything?  Send a zip file?

    I'm on a PC using CS4.

    Thank you much for the help.

    The most reliable way is to download the site and no one files at full load on your remote server space and send them a link to the site.

    http://example.com/ClientName/index.html

    After that the customer after review of your work, simply delete the folder of your server.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • Problems downloading new CSS file to the title track, known for 3.1.2 bug. ?

    Hello

    I'm under APEX 3.1.2. and met some problems on download of CSS.

    I had a CSS file for an application running.
    This file I deleted and use the Create button in the shared components > Cascading Style Sheets > create a cascading stylesheet to upload the new CSS file under the same name.
    Later I tried to use some of the newly introduced classes, but they did not come to work when I run the page.

    Everything worked fine when I download the new file under a different name.
    So, it seems that the changes in the document had no effect.
    When I edited the file online new classes did not work also.

    I tried to find out by searching the weather forum and the release of notes it is a bug known to this version or not.
    Anyone of you knows?
    If it's a known bug, it is resolved to a later version?

    Best regards, Tine.

    From what you described, this could just be a problem with your browser, the CSS implementation in cache and not to pick up the update.

  • iCloud Installation hangs on deleting of backup files

    If I go crazy.  Tried to install a new version of iCloud in many different ways and it keeps hanging on 'delete backup files '.  I searched on the Internet and each suggestion appears to be for a few years, not always on Windows 10. But my problem is happening in 2016 and is still ongoing.

    I am running windows 10.  I completely uninstalled all the programs Apple. I'll try to reinstall iCloud and every time it stops on deleting of backup files. I did it in airplane mode and when you are connected to the Internet.

    Any help / thoughts?

    Hi ManowarNYC,

    Thanks for your question.  I'm not sure what you mean by

    Tried to install a new version of iCloud in different ways

    So, I'll start by suggesting the implementation of the instructions below:

    Set up and use iCloud for Windows

    Confirm that you have uninstalled the previous version to iCloud for Windows, and you install the 64 bit to iCloud for Windows version for your operating system Windows 10.

    Take care.

  • Time Machine, delete the old files from MacAir?

    We had a MacAir and a MacPro at home and both were using backups time machine on our 2 TB Time Capsule. I sold the MacAir and replaced by a new MacBook. Can I delete the backups Time Machine of old MacAir and make room on my time Machine 2 TB for Macbook? I get a message of disk space for the first backup of the MacBook.

    Can I delete the backups Time Machine of old MacAir and make room on my time Machine 2 TB for Macbook?

    Yes you can.  Your next question may be 'how' to do it.

    Use the Finder to open the disc Time Capsule, named "Data", except if you have renamed the reader

    Here, you will see two files sparsebundle, each bearing the name of Mac, who has been the object of a backup

    Click on the name of the sparsebundle file on behalf of the Mac to highlight the file

    Click the gear just above the window, and then click place in the trash

    He is not coming back, so make sure that you delete the correct file.

    Once the deletion over... it should only take a few minutes... Turn off and restart the time Capsule and you should be all set.

  • I accidentally deleted an important file and cannot get it using your posted solutions. Please help me to get it back.

    I use the latest version of Firefox with Windows on a HP laptop.
    This file contained all only paid program that I use in my business! Help!
    Thank you very much
    Janice Bastani

    You deleted a Windows file system file, or a folder of bookmarks in Firefox?

    If you delete a folder in the Windows file system, normally it goes in the trash. See: ws.microsoft.com/en-us/windows/recover-files-recycle-bin#1TC=windows-7

    Edit: This link got cut off, here it is again: http://windows.microsoft.com/en-us/windows/recover-files-recycle-bin#1TC=windows-7

    If you have deleted a folder of bookmarks in Firefox, and if you have not closed out of Firefox, you can undo the change in the Library dialog box. Either:

    • CTRL + SHIFT + b
    • Menu button bookmarks > show all bookmarks

    In the menu/toolbar of the dialog bar library search organize (the first menu) and use Undo. You may need to use several times if you have made other changes after that.

    Any progress?

  • I tried to delete the downloaded files and ended up losing all my personal files. I can do something to get back them

    I tried to delete the downloaded files and ended up losing all my personal files. Can I do something to get back them?  Any ideas, please?

    I hope that you can restore from a Time Machine backup > > use Time Machine to back up or restore your Mac - Apple Support

  • In Firefox (Windows) 30 "Style Editor" adds triggered between the lines in the CSS files.

    Hello
    After Firefox update to v30 Style Editor started adding line breaks in CSS files.
    It allows to work with the very annoying CSS files.

    Screenshot:
    http://S10.postimg.org/5v6kd7cw9/firefox_style_editor_went_wrong.PNG

    Version got 31.0 fixed this issue! Thank you!
    Now FF Style Editor is once more useful!

  • I do not have a userCHROME.css file, so I can't give my tabs on bottom where they belong!

    I use Linux Mint, just updated to 29 of Firefox, there is no CHROME folder in my default profile folder. I can't edit userCHROME.css to put tabs on bottom where they are supposed to be. If add be forced on us the same way, the options on the tab were fair? Why is there a CHROME folder in Mozilla Firefox anyway? If I wanted to use Chrome, I'd #$^ $^ $# & ^ use CHROME!

    I guess I used Firefox since its first release, because it becomes everything I hate in a browser, it's finally time to look elsewhere.

    See this: http://kb.mozillazine.org/UserChrome.css

    The first line - "userChrome.css in the chrome folder is a CSS file that can be used to change the look of the interfaces of the way Mozilla applications. This file does not exist in a new profile. You can create it manually. "

    First, you must create the folder in chrome , then you create the userChrome.css file and place in the chrome folder.

    Or, you can use the ChromEdit Plus extension that will automatically create this folder and files needed 'user' for you.

    http://webdesigns.MS11.NET/chromeditp.html

Maybe you are looking for

  • How can I insert a reference to another part of a document?

    Hello people, I want to add one reference to another part of the document, for example a reference to a previous chapter. I think it won't be easy but I am a new user of pages. Thanks in advance.

  • Problem restoring stuck MacBook Pro system and time machine

    This morning my retina MBP (El Cap 10.11.4, updated about a week ago) has frozen. It was working fine yesterday, but wake from sleep this morning nothing would go, apps wouldn't start, nothing, so I rebooted. He got about a third of the way between t

  • Satellite U500-10N - cannot update display driver

    Hello Recently, I tried to update my ATI mobility radeon hd 4500 series of v8.17.x.x.x to v8.6.x.xx.I downloaded the drivers but when trying to install nothing happens and the mouse cursor disappears at the bottom right of the screen. My specs are: S

  • Restricted access has changed

    I'm getting frequent notice about "Changed to restricted access, emergency Service is blocked. I don't know why it is so frequently. It is related to which of the functions? Can someone tell me please how to disable it?

  • How to scan more than 100 items of csv file in labwindows/CVI

    Hello I need little help related to playback of content from. CSV file. My code is as follows: FP = OpenFile ("FileName.csv", VAL_READ_ONLY, VAL_OPEN_AS_IS, VAL_ASCII); ReadLine (FP, Line,-1); I use the Scan() function to store all these values in th