It's in the code, but not in Design View...

I'm making a few small changes to the template of my site, and an odd problem has cropped up...
Here's the front page of the site: http://www.nemesis.to
The whole site has the same basic layout (only the "maincontent" div, the big space with a black background, has different stuff from page to page).
I'm trying to make some changes to the links in the grey panel at the top of every page - this is a div named "header2".
Somehow, I've managed to make the entire "header2" div vanish from Design View. But its code is still present and correct in Code View.
In Design View, I just see the white panel at the top of the page (the div named "header") with all its content, then the big area with the black background (the "maincontent" div), also with all its content. The grey panel which should sit between them has gone. But its code is all there!
I have no idea what caused this, or how to get Design View to show everything. I don't dare save the template, or upload any of my changes, in case the links panel disappears from my site, but I've undone all my changes so the code I'm looking at in Dreamweaver is exactly as it appears if you look at 'View Source' on the uploaded pages...
Unless, of course, I've missed something. All wise words gratefully received, because I 'm lost!

This is the style sheet for the problem page....and I think I may have spotted an error. "header2" is only 300 pixels wide by 50 pixels tall. That's way smaller than it should be!
Having said that, I have no idea how that could've changed, since I didn't (knowingly) alter anything...
I'm also not sure why I have so many font declarations. Again, I didn't knowingly do it that way. I was under the vague impression that Dreamweaver flagged up redundant code...
Anyway, here comes the CSS. "header 2" should be the same width as "header" so I think that's where the problem lies...
body {      font-family: Arial, Helvetica, sans-serif;      font-size: 100%;      background-color: #333;      text-align: center;      padding-top: 10px;      padding-right: 0px;      padding-bottom: 10px;      padding-left: 0px;      height: 40px;      width: 960px;      margin-top: 0px;      margin-right: auto;      margin-bottom: 10px;      margin-left: auto; } #container {      font-family: Arial, Helvetica, sans-serif;      font-size: 100%;      background-color: #000;      text-align: left;      width: 960px;      margin-top: 0px;      margin-right: auto;      margin-bottom: 20px;      margin-left: auto;      border: 4px solid #FFF;      padding: 0px; } #header {      background-color: #FFF;      width: 940px;      height: 268px;      padding-top: 2px;      padding-right: 0px;      padding-bottom: 0px;      padding-left: 20px; } #header2 {      text-align: left;      width: 300px;      border-top-width: 0px;      border-right-width: 0px;      border-bottom-width: 4px;      border-left-width: 0px;      border-bottom-style: solid;      border-bottom-color: #FFF;      background-color: #CCC;      font-family: Arial, Helvetica, sans-serif;      font-weight: bold;      padding-top: 5px;      padding-right: 0px;      padding-bottom: 5px;      padding-left: 0px;      color: #000;      border-top-color: #FFF;      float: right;      height: 50px; } #maincontent {      font-family: Arial, Helvetica, sans-serif;      color: #FFF;      background-color: #000;      text-align: left;      width: 920px;      overflow: hidden;      padding-top: 10px;      padding-right: 20px;      padding-bottom: 20px;      padding-left: 20px; } #footer {      background-color: #CCC;      text-align: center;      padding: 10px;      width: 940px;      border-top-width: 4px;      border-top-style: solid;      border-top-color: #FFF;      overflow: hidden; } #footer2 {      color: #000;      width: 920px;      border-top-width: 4px;      border-top-style: solid;      border-top-color: #FFF;      background-color: #CCC;      height: 90px;      overflow: hidden;      padding-top: 20px;      padding-right: 20px;      padding-bottom: 10px;      padding-left: 20px; } a {      font-family: Arial, Helvetica, sans-serif;      font-size: 18px;      line-height: 24px;      font-weight: bold; } #container #header #masthead {      background-color: #FFF;      text-align: left;      float: left;      height: 260px;      width: 550px;      padding-left: 15px; } #container #header #topadbox {      background-color: #FFF;      border: 4px solid #666; } #container #header #topadbox {      background-color: #FFF;      float: right;      height: 250px;      width: 300px;      padding: 0px;      margin-right: 0px;      border-top-width: 6px;      border-right-width: 20px;      border-bottom-width: 6px;      border-left-width: 20px;      border-top-style: solid;      border-right-style: solid;      border-bottom-style: solid;      border-left-style: solid;      border-top-color: #CCC;      border-right-color: #CCC;      border-bottom-color: #CCC;      border-left-color: #CCC; } #container #footer #bannerbox {      height: 90px;      width: 728px;      overflow: hidden;      float: none;      margin-right: auto;      margin-left: auto; } #container #footer2 #creditsbox {      font-family: Arial, Helvetica, sans-serif;      font-size: 12px;      font-style: normal;      line-height: normal;      color: #000;      background-color: #CCC;      text-align: left;      float: left;      height: 90px;      width: 250px;      margin-top: 0px;      margin-right: 0px;      margin-bottom: 0px;      margin-left: 15px; } #container #footer2 #creativecommonsbox {      font-family: Arial, Helvetica, sans-serif;      font-size: 12px;      font-weight: normal;      color: #000;      background-color: #CCC;      text-align: left;      float: left;      height: 90px;      width: 500px;      margin-top: 0px;      margin-right: 0px;      margin-bottom: 0px;      margin-left: 20px;      line-height: 14px; } #container #footer2 #backtotopbox {      font-family: Arial, Helvetica, sans-serif;      font-size: 14px;      font-weight: normal;      background-color: #CCC;      text-align: left;      float: left;      height: 80px;      width: 100px;      margin-top: 0px;      margin-right: 0px;      margin-bottom: 0px;      margin-left: 20px; } .floatleft {      float: left;      margin-right: 8px;      margin-top: 0px;      margin-bottom: 8px;      margin-left: 0px; } #container #footer2 a { } #container #footer2 a {      font-family: Arial, Helvetica, sans-serif;      font-size: 12px;      line-height: 14px; } .overalltitle {      font-family: Arial, Helvetica, sans-serif;      font-size: 38px;      font-weight: bold;      color: #FF0; } .headlineband {      font-family: Arial, Helvetica, sans-serif;      font-size: 24px;      font-weight: bold;      color: #FFF; } .supportband {      font-family: Arial, Helvetica, sans-serif;      font-size: 20px;      font-weight: bold;      color: #FFF; } .datedetails {      font-family: Arial, Helvetica, sans-serif;      font-size: 18px;      font-style: italic;      font-weight: bold;      font-variant: normal;      color: #FFF; } .maintext {      font-family: Arial, Helvetica, sans-serif;      font-size: 17px;      font-weight: normal;      line-height: 19px; } .floatright {      margin-top: 6px;      margin-bottom: 6px;      margin-left: 8px; } #container #maincontent #archiveboxleft {      font-family: Arial, Helvetica, sans-serif;      float: right;      width: 400px;      margin-right: 40px; } #container #maincontent #archiveboxright {      font-family: Arial, Helvetica, sans-serif;      float: left;      width: 400px;      padding: 0px;      margin-left: 40px; } #maincontent #archiveboxright p a {      font-family: Arial, Helvetica, sans-serif;      color: #F00; } #container #footer2 #creditsbox a { } #container #header2 a {      font-family: Arial, Helvetica, sans-serif;      font-size: 16px; } #container #maincontent #archiveboxright p a {      font-family: Arial, Helvetica, sans-serif;      font-size: 20px;      font-weight: bold;      color: #FFF; } #container #maincontent #archiveboxleft a {      font-family: Arial, Helvetica, sans-serif;      font-size: 20px;      font-weight: bold;      color: #FFF; } #container #maincontent .maintextbigger a {      font-family: Arial, Helvetica, sans-serif;      font-size: 20px; } #container #maincontent .maintextbigger a {      font-family: Arial, Helvetica, sans-serif;      font-size: 16px;      font-weight: bold; } .centreimage {      text-align: center;      margin-top: 0px;      margin-right: auto;      margin-bottom: 0px;      margin-left: auto; } #container #maincontent .linkbox {      background-color: #000;      height: auto;      width: 500px;      margin-top: 0px;      margin-right: 210px;      margin-bottom: 0px;      margin-left: 210px;      padding-left: 20px; } #container .searchsection {      text-align: center;      height: 30px;      width: 660px;      border-top-width: 4px;      border-right-width: 0px;      border-bottom-width: 0px;      border-left-width: 0px;      border-top-style: solid;      border-right-style: solid;      border-bottom-style: solid;      border-left-style: solid;      border-top-color: #FFF;      border-right-color: #FFF;      border-bottom-color: #FFF;      border-left-color: #FFF;      background-color: #CCC;      padding-top: 10px;      padding-right: 150px;      padding-bottom: 10px;      padding-left: 150px;      margin-right: auto;      margin-left: auto;      overflow: inherit; } .specialheading {      font-family: Arial, Helvetica, sans-serif;      font-size: 24px;      font-style: normal;      line-height: normal;      font-weight: bold;      color: #FF0; } .specialheading2 {      font-family: Arial, Helvetica, sans-serif;      font-size: 36px;      font-weight: bold; } .searchtext {      font-family: Arial, Helvetica, sans-serif;      font-size: 12px; } .frontpagecreditstext {      font-family: Arial, Helvetica, sans-serif;      font-size: 10px; } .maintextbandname {      font-family: Arial, Helvetica, sans-serif;      font-size: 16px;      color: #FF0;      font-weight: bold; } #navigationbox {      background-color: #CCC;      float: left;      height: 50px;      width: 550px; }

Similar Messages

  • HT1539 I have the code but not the DVD how do I download?

    And also in another Movie, I have the DVD but I lost the code, how do I proceed?

    What movie is it that you're trying to get?

  • Help, I have bought Creative Suite 6 student version, I have the product code but not the numbers I need to activate it, can you help?

    Help, I have bought Creative Suite 6 student version, I have the product code but not the numbers I need to activate it, can you help?

    This is not something we can help you with in a public forum.
    You'll either have to call Adobe Customer Service in your region, or use web chat. Here's link to web chat. Enter a product name and problem area. Ignore all the links except the one that says something like, "Still have a problem?" Click that, and you'll get a link to web chat:
    Contact Customer Care

  • My iphone is not working. It syays that "iphone is disabled" then please connect to itunes. When I connect it It doesn't connect beacuase I should do enter first the code but I cant enter it cause my iphone is not working.

    My iphone is not working. It syays that "iphone is disabled" then please connect to itunes. When I connect it It doesn't connect beacuase I should do enter first the code but I cant enter it cause my iphone is not working.

    okej thank you, but when I restore it, it says that an unexpected error happened, what could this mean?

  • Display the code but closed out of battery and I do not think I saw him get?

    Display the code but closed out of battery and I do not think I saw him get?

    reed code

  • Hi today i bought an itun gft card from shop  ,but i found it doesnt work and display "the code has not been proprly activted". why and how to fix it up

    hi today i bought an itun gft card from shop  ,but i found it doesnt work and display "the code has not been proprly activted". why and how to fix it up

    The people at the store the gift card came from didn't activate it. Ask them or the iTunes Store staff for assistance.
    (122684)

  • I bought lightroom and need to register my student id, how do i do that, the trial has run out, i have the product code but not the serial number?

    i bought lightroom and need to register my student id, how do i do that, the trial has run out, i have the product code but not the serial number?

    If you purchased a package then there should have been instructions in the box on how to submit your academic credentials. If you purchased online from Adobe then you should have received instructions in an e-mail. But here is a link that might help you. There is a link under Step 2 that will take you to a place where you can enter the information, I think.
    Adobe - Adobe Education Store : Proof of Academic Indentification

  • I have a i tunes card, and have rubbed the code, but it smudged so i cannot read it , what do i do know, the store i bought it from said i need to contact apple, its not down to them. john

    i have a i tunes card, and have rubbed the code but it smudged so icannot retrieve it, what do i do know. john

    You need to contact iTunes support directly.
    You can see contact info here: http://www.apple.com/support/itunes/

  • Code is not working check for solution . The code is not working after look up table.

    In this code i am multiplying two binary images , one is a rectangle and another is an image. i am getting the rectangle, but not the image. The image part is not working after the look up table. Waiting for the solution
    Attachments:
    binary morphology.vi ‏33 KB

    Hey.  I'm thinking the problem is in theis block:
    LOOP AT C_T_DATA INTO WA_MC17I30HDR.
       READ TABLE LT_AFIH
         WITH KEY AUFNR = WA_MC17I30HDR-AUFNR
         INTO WA_AFIH BINARY SEARCH.
       IF SY-SUBRC = 0.
         WA_MC17I30HDR-ZZNPLDA = WA_MHIS-NPLDA.
         MODIFY C_T_DATA FROM WA_MC17I30HDR.
    ENDIF.
    ENDLOOP.
    You are reading LT_AFIH into WA_AFIH.  But then you are assigning NPLDS from WA_MHIS. From what I can see, WA_MHIS hasn't been filled with anything.  Try changing:
         WA_MC17I30HDR-ZZNPLDA = WA_MHIS-NPLDA.
    To:
         WA_MC17I30HDR-ZZNPLDA = WA_AFIH-NPLDA.
    Hope that does the trick.
    Thanks
    Edited by: Siboda_Eric on May 26, 2010 3:49 PM

  • Webutil - works in the form but not in the forms menu

    Hi
    Forms: 11.1.1.3
    Dbs: 11.2.0.2
    I have some code which calls webutil to do an AS to client file transfer.
    This works fine when called from a button in the form.
    If I have a menu on this form, and perform the same code to call webutil I get an error:
    oracle.forms.webutil.fileTransfer.FileTransfer bean not found WEBUTIL_FILE_TRANSFER.getMaxTransfer will not work
    So the same code will work when in the body of the form but not when in the menu.
    The forms has opened up and instantiated all of its objects at both times I try to run it. But it fails from the menu code call.
    Any thoughts on why one works and the other doesn't gratefull received.
    cheers
    Tony

    Hi Tony
    We also had the problem.
    solution:
    We have created a wrapper-form with in the webutil functionality has been implemented (with a dummy-Item).
    In the form we have created a When-Timer-Expired trigger and implemented the Filetransfer functionality. Then Exit_Form.
    This wrapper-form was then called from the menu.
    Alfred

  • I started to learn HTML, and I'm using text edit and everything is going fine, when I save the file with a .html extension and open it with safari I only view the code and not the webpage that was supposed to be created.

    I started to learn HTML, and I'm using text edit and everything is going fine, when I save the file with a .html extension and open it with safari I only view the code and not the webpage that was supposed to be created.

    That is because you don't have a web server configured and running to serve the html page. In order to see the page in a browser you need to access it using a url similar to http://localhost/~yourUserName if you are serving the page from your user account.
    Prior to Mountain Lion you could go into web sharing and turn on the web server. With Mountain Lion there is no option, other than using terminal, to turn on the web server. The web sharing menu item has been removed in Mountain Lion. Apache is still on your computer but it will take a little searching these forums or the Internet to find how to turn it on.
    If you want a graphic user interface to turn on/off the Apache server you could download and install a server application like xampp, http://www.apachefriends.org/en/xampp.html. I use this and it works well.

  • My applet works in the appletviewer but not in the navigator

    My applet works in the appletviewer but not in the navigator
    exceptions problem1 and problem2 are throwed
    this is my code
    import java.applet.*;
    import java.net.*;
    import java.io.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class ValiderHtml extends Applet implements ActionListener {
    JButton send =new JButton("Connexion");
    JScrollPane jscrollpane= new JScrollPane();
    DefaultListModel lignes=new DefaultListModel();
    JList lstURL = new JList(lignes);
    BufferedReader reader = null;
    String ligne;
    URL url;
    URLConnection conn;
       public void init(){   
       this.setSize(900,400);
       setLayout( new GridLayout(2,1));
       jscrollpane.setBounds(new Rectangle(19,53,160,73));
       jscrollpane.getViewport().add(lstURL,null);
       send.addActionListener(this);
            this.add(send);
       this.add(jscrollpane);
        public void actionPerformed(ActionEvent evt) {
             Send();
       public void Send(){
            try {
       url=new URL("http://www.developpez.com");
       conn = url.openConnection();
       reader = new BufferedReader(new InputStreamReader(conn.getInputStream()));
    while ((ligne = reader.readLine()) != null) {
                     lignes.addElement(ligne);
        }//fin bloc try
       catch (Exception e) {
                   lignes.addElement("probleme1");     
                finally{
                   try{reader.close();}catch(Exception e){ lignes.addElement("probleme2");}
       }// fin Send
          public void paint(Graphics g) {
                super.paint(g);
    }// fin Applet

    As for tracking the source of your problem your applet sucks.
    Try e.printStackTrace() on a cought exception and check the (full) trace.
    url=new URL("http://www.developpez.com");
    Unless yor applet is on www.developpez.com this will throw an exception in an unsigned
    applet without special policies.
    Signing applets:
    http://forum.java.sun.com/thread.jsp?forum=63&thread=524815
    second post and last post for the java class file
    http://forum.java.sun.com/thread.jsp?forum=63&thread=409341
    4th post explaining how to set up your own policy with your own keystore

  • Hello,i have a problem with my gift card here in switzerland,when i want to redeem the cod says that the code is not good for i tunes....and i buy the gift card from the shop...any idea? thx

    Hello,i have a problem with my gift card here in switzerland,when i want to redeem the cod says that the code is not good for i tunes....and i buy the gift card from the shop...any idea? thx

    I have one of these http://store.apple.com/us/personalize/itunes?product=M9949
    but the credit on it is 30 chf....i try to reddem into itunes and after all the steps i recive a message that says"the serial code is not good...." i don t know why say this....

  • Does anyone know why the waveform peak detect function provides accurately the position of the peaks but not the value?

    Does anyone know why the waveform peak detect function provides accurately the position of the peaks but not the value?
    I have been looking at my data at the position indicated by the function as a peak, and it is correct at that place the wave has its peak, but the value provided by the function is higher than the actual value at that point.
    Attachments:
    Test.jpg ‏53 KB

    The help makes it clear that the VI will make a quadratic fit to the data, so the locations are not integers (i.e. not aligned with you exact data). From that analysis, the peak is between two of your points, and slightly above the neighboring data.
    See the coercion dot. Make the "locations" array DBL (Why did you change it to I64, that makes no sense at all!)
    Quote from the help:
    "Locations contains the index locations of all peaks or valleys detected in the current block of data. Because the peak detection algorithm uses a quadratic fit to find the peaks, it actually interpolates between the data points. Therefore, the indexes are not integers. In other words, the peaks found are not necessarily actual points in the input data but may be at fractions of an index and at amplitudes not found in the input array."
    All clear?
    LabVIEW Champion . Do more with less code and in less time .

  • I purchased 20 copies of the King of Math App in VPP and downloaded the codes but it doesn't show up in Apple Configurator. What do I do now?

    I purchased 20 copies of the King of Math App in VPP and downloaded the codes but it doesn't show up in Apple Configurator. What do I do now?App not showing

    If you click View, Show Sidebar you will see the other libraries under Shared in the left hand column. Click on the Library you want and you can expand it to select Music, Movies etc. Select whatever items you want and click import if you want to move them to your Library.
    You will have to have all computers authorised with the relevant Apple ID's
    Store  >  Authorise this computer...
    This is separate from the Home Sharing username and password and is to allow playing of DRM Movies, TV shows etc from the other computer.
    If both Computers use the same apple id this step is not required.

Maybe you are looking for

  • How to reset my macbook pro to factory setting?

    How to reset my macbook pro to factory setting?

  • Configuration Error 15: CS5 Photoshop for Mac OSX

    I have been running Photoshop on my computer for quite a while. This morning, when I tried to open the program, I received a Configuration Error: 15 and was told to uninstall and reinstall the program. I did this (twice), and still receive the same e

  • BOE XI 3.0 multiple non-clustered CMS

    Is it possible to have more than one CMS on a server that are not clustered?

  • Using large pages on Solaris 10

    Hello, I�ve some problems to use large pages ( 16k, 512k, 4M ) on two Primepower650 systems. I�ve installed the most actual kernel 127111-05. The pagesize -a command respond 4 page sizes ( 8k, 16k, 512k, 4M ). Even if I try the old manual method usin

  • Packages vs, Receipts Folders in Library

    Hi! Could someone explain to me the difference between the install packages in the Packages Folder and those in the Receipts Folder? They look identical, except that the install packages in the Receipts Folder are much smaller. I also know that the p