HELP! Dreamweaver layout looks different from Live site

I decided to upload what I have so for this website I am working on for a friend. For some reason its not looking the way its suppose to. Much help is greatly appreciated.
shizzycouture.com
Im not sure what to change since it looks good through dreamweaver. I am currently using the latest version of firefox

Yes, Im sure it is on the server. There was nothing on the server till I uploaded it. I am currently running DreamWeaver CS4 as well.
This is the code from index.html file in DreamWeaver:
<!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" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body  {
     font: 100% Verdana, Arial, Helvetica, sans-serif;
     background: #666666;
     margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
     padding: 0;
     text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
     color: #000000;
     background-color: #FFE6FF;
.twoColLiqLtHdr #container {
     width: 55%;  /* this will create a container 80% of the browser width */
     background: #FFFFFF;
     margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
     border: 1px solid #000000;
     text-align: left; /* this overrides the text-align: center on the body element. */
.twoColLiqLtHdr #header {
     background: #FFFFFF;
     padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
     text-align: center;
.twoColLiqLtHdr #header h1 {
     margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
     padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
.twoColLiqLtHdr #header2 {
     background: #FFFFFF;
     padding: 0 2px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
     text-align: center;
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width.
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
.twoColLiqLtHdr #sidebar1 {
     float: left;
     width: 18%; /* since this element is floated, a width must be given */
     background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
     padding: 15px 0; /* top and bottom padding create visual space within this div  */
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
     margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
     margin-right: 10px;
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
.twoColLiqLtHdr #mainContent {
     margin-top: 0;
     margin-right: 10%;
     margin-bottom: 0;
     margin-left: 20%;
.twoColLiqLtHdr #footer {
     padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
     background:#FFFFFF;
.twoColLiqLtHdr #footer p {
     margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
     padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/* Miscellaneous classes for reuse */
.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 */
     float: left;
     margin-right: 8px;
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
     clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
.paypal {
     float:left;
     margin-top: 60px;
     margin-bottom: 0px;
-->
</style><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]--></head>
<body class="twoColLiqLtHdr">
<div id="container">
  <div id="header">
    <div class="paypal" id="paypal"><!-- Begin Official PayPal Seal --><!-- End Official PayPal Seal --></div>
    <span class="paypal"><a href="https://www.paypal.com/us/verified/[email protected]" target="_blank"><img src="images/Logo_Paypal.jpg" alt="Official PayPal Seal" border="0" /><br />
    </a><strong>We Accept PayPal</strong></span><br /><img src="images/logotest.JPG" width="600" height="290" />
</div>
  <div id="header2"><hr /><img src="images/links/home.gif" width="100" height="52" /><img src="images/links/aboutus.gif" width="100" height="52" /><img src="images/links/contactus.gif" width="100" height="52" /><img src="images/links/shipping.gif" width="100" height="52" /><img src="images/links/sizing.gif" width="100" height="50" /><hr /></div>
  <div id="sidebar1">
  <p><a href="bellybands.html"><center><img src="images/bellybands.gif" width="124" height="122" border="0" align="middle" /></center></a></p>
<p><a href="dresses.html"><center><img src="images/dresses.gif" width="124" height="122" border="0" /></center></a></p>
<p><a href="diapers.html"><center><img src="images/diapers.gif" width="124" height="122" border="0" /></center></a></p>
<p><a href="leashes.html"><center><img src="images/leashes.gif" width="124" height="122" border="0" /></center></a></p>
<p><a href="hats.html"><center><img src="images/hats.gif" width="124" height="122" border="0" /></center></a></p>
<p><a href="costumes.html"><center><img src="images/costumes.JPG" width="124" height="122" border="0" /></center></a></p>
<a href="harnesses.html"><center><img src="images/harnesses.gif" width="124" height="122" border="0" /></center></a>
  </div><center>
  <p><strong><em>Our Line of Products</em></strong></p>
  <table width="600" border="0" cellpadding="2" cellspacing="2">
    <tr>
      <td align="center"><p><strong>Belly Bands</strong></p>
      <p><a href="bellybands.html"><img src="images/bellybands/belllybandssmall.jpg" width="200" height="149" border="0" /></a></p></td>
      <td align="center"><p><strong>Dresses</strong></p>
      <p><img src="images/dresses/lefemme fatalesmall.jpg" width="200" height="166" /></p></td>
      <td align="center"><p><strong>Diapers</strong></p>
      <p><img src="images/diapers/paws01bsmall.jpg" width="200" height="165" /></p></td>
    </tr>
    <tr>
      <td align="center"><p><strong>Costumes</strong></p>
      <p><img src="images/costumes/poppy fairysmall.jpg" width="200" height="165" /></p></td>
      <td align="center"><p><strong>Harnesses</strong></p>
      <p><img src="images/harnesses/reversible 01small.jpg" width="200" height="147" /></p></td>
      <td align="center"><p><strong>Leashes</strong></p>
      <p>Coming Soon</p></td>
    </tr>
    <tr>
      <td align="center"><p><strong>Hats</strong></p>
      <p>Coming Soon</p></td>
      <td align="center"><strong>More to come soon!</strong></td>
      <td> </td>
    </tr>
    <tr>
      <td> </td>
      <td> </td>
      <td> </td>
    </tr>
  </table></center>
  <p><br class="clearfloat" />
  </p>
  <div id="footer"><hr />
    <div align="center">
      <p>Shizzy Couture © 2010 All Rights Reserved </p>
    </div>
  </div>
<!-- end #container --></div>
</body>
</html>

Similar Messages

  • Layout Looks Different from Dreamweaver to Email?

    I am currently using Adobe Dreamweaver CS5 to create emails for my work. Last month I started having an issue where the 3 columns I have in the template would look even in Dreamweaver, but when I sent a test email to myself they looked completely off. This past week I have encountered another issue where the cellpadding of the email looks different from Dreamweaver to email. I am new to HTML and coding so it could just be me, but is anyone having a similar problem and if so, is there a way to fix it?

    Nancy-O posted this recently.  You might find it helpful.
    Martin
    http://alt-web.com/Articles/HTML-Emails.shtml
    Achieving consistent results across email clients is not as straightforward as it should be!

  • Why is my DW layout looking different from the browsers?  So confused...

    Hi guys,
    I've been successfully struggling through my first attempt at building a website using Fireworks and DW CS4.  What has been puzzling me is that how the site looks in DW is not how it looks in my browser.  Oddly enough, all the browsers are displaying exactly what I want (so far), but in the DW layout, some of my images are overlapping.  It's as if I have to get them almost on top of each other just so they can appear close together in browsers.
    This is making it somewhat tough to add my hyperlinks to images that are underneath the other ones and I am worried that I am doing something wrong.  I posted pictures of both the DW layout and what is showing up in the browsers I have checked (Firefox, Safari and Internet Explorer all look the same).  Note:  The first pic on top is displaying in Firefox, the second pic beneath in the layout in DW.
    Thanks a million in advance

    #1 Design View is the result of your underlying HTML & CSS code.  At best it's an approximation of what you can expect to see in browsers.  For best results, work in Split View or Code View.  Use Live View & Preview in browsers to test your layout.
    #2 DW is not click & drag like your graphics apps.  If you're trying to work this way, you'll have poor results.
    #3 Fireworks is great for creating web images & comps.  It's not so great at generating HTML code. Use DW to build your page layout.  If you're new to web design, it's much easier to start projects with a pre-built CSS Layout.  See DW Starter Pages below.
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Hope this helps,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Print layout is different from the working view.

    I got two calendars in iCal, marked with red and green. I always make the green ones as the first one on everyday and the red ones as the second. However, when I printed the scheduled month, some red ones were in the upper positions and it looked different from my screen.
    How can I make all the green ones as the first event in the printed version.

    You can make objects visible only on the screen by selecting Object => Presence => Visible (Screen Only). You can do the same for printing by selecting the Visible (Print Only) option.
    Hope this helps,
    Mike

  • Why do my Organizer & Editor pages look different from those in books and the brochure that came?

    Why do my Organizer and Editor screens look different from the ones in books and in the brochure that came with installation cd?

    Which version of the photoshop elements are you using.
    You can get the help files of the latest version of photoshop elements 11 from the following link:
    http://helpx.adobe.com/photoshop-elements.html
    Thanks
    Harshit yadav

  • Place holder is coming after deletion of a components from live site page and distorted the alignmet

    Place holder is coming after deletion of a component from live site page and distorted the allignment in IE7. Please suggest.

    No need for alarm. There are several folks a day posting like threads. Most folks know these phishing attempts for what they are and merely delete with prejudice.
    To the bottom line... if you wish - and I am sure Apple will take notice - you should FORWARD the email to [email protected] and delete.
    CCC

  • My firefox home page looks different from your tutorial

    I am trying to learn to use firefox. Sometimes the firefox home page looks different from the one in your tutorial. Fox example, now I am looking above and the "plus sign" symbol to add a new tab is not there. Please advise me. Thank you.

    You can find the New Tab button showing as a '+' on the Tab bar.
    You can open the Customize window and drag the New Tab button that shows as a plus sign (+) from the Tab bar on another toolbar and it will become a regular toolbar button like the New Tab button that you have in Firefox 3 versions.
    If you can't find the New Tab button then click the "Restore Default Set" button in the Customize window.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf
    If you want the New Tab button at the far right end of the Tab bar then place a flexible space to the left of it.
    * New tab toolbar button: https://addons.mozilla.org/firefox/addon/new-tab-toolbar-button/

  • HT5930 Why does my Aperture v3.5.i look different from the one shown in the online videos

    Why does my Aperture v3.5.i look different from the one shown in the online videos

    Are you asking about the colorful icons in the video?
    The video must have been done with an Aperture version 3.2.4 or earlier. Since Aperture 3.3 are the icons drab and gray - the Aperture 3.3 Release Notes are calling this:
    Newly designed monochrome source list and toolbar icons.
    The Release notes will tell you, what has changed since then:
    http://support.apple.com/kb/TS2518
    --Léonie

  • Page that is uploaded to the server looks different from the preview in Dreamweaver browser

    Hi, I have a couple of questions.  Does anyone happen to know why my homepage looks different in Dreamweaver when I preview in browser then it does when I upload the page onto the server?  http://www.iewaterkeeper.org/  I see a join our mailing list button is intact when I preview in browser but is no where to be found when I view the uploaded page from the server.  Other weird things have been going on with Dreamweaver today like I wasn't able to absolute position a div tag in it's intended place and all the typography on my homepage looks very blurry in Dreamweaver but looks clearer when it's uploaded to the server.  Does anyone know what's going on?  Any help would be greatly appreciated.  .... Could it be a virus?

    That's so weird because I'm looking at the code in Dreamweaver and line 181 has a closing </body>.   Here's the code straight from Dreamweaver: 
    <!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" />
    <title>Inland Empire Waterkeeper</title>
    <link href="_css/styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body,td,th {
        color: #999999;
        font-family: Verdana, Geneva, sans-serif;
    body {
        background-color: #FFFFFF;
        color: #D6D6D6;
        background-image: url(_images/background_1255hompage.png);
        background-repeat: repeat-x;
        margin: auto;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    </style>
    </head>
    <body>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="container">
      <div class="header"><img src="_images/banner1.jpg" alt="Inland Empire Waterkeeper" width="933" height="300" /></div>
      <div class="menubar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html" class="MenuBarItemSubmenu">Home</a>
            <ul>
              <li><a href="mission.html" class="MenuBarItemSubmenu">About Us</a>
                <ul>
                  <li><a href="mission.html">Our Mission</a></li>
                  <li><a href="history.html">Our History</a></li>
                  <li><a href="community.html">Our Community</a></li>
                </ul>
              </li>
              <li><a href="staff.html" class="MenuBarItemSubmenu">Our Team</a>
                <ul>
                  <li><a href="staff.html">Staff</a></li>
                  <li><a href="supporters.html">Supporters</a></li>
                  <li><a href="advisoryboard.html">Advisory Board</a></li>
                </ul>
              </li>
              <li><a href="coastkeeper.html">Coastkeeper</a></li>
            </ul>
          </li>
          <li><a href="projects.html" class="MenuBarItemSubmenu">What We Do</a>
            <ul>
              <li><a href="advocacy.html" class="MenuBarItemSubmenu">Programs</a>
                <ul>
                  <li><a href="advocacy.html">Advocacy</a></li>
                  <li><a href="education.html">Education</a></li>
                  <li><a href="research.html">Research</a></li>
                  <li><a href="restoration.html">Restoration</a></li>
                  <li><a href="enforcement.html">Enforcement</a></li>
                </ul>
              </li>
              <li><a href="projects.html">Projects</a></li>
              <li><a href="datareports.html">Data &amp; Reports</a></li>
            </ul>
          </li>
          <li><a href="volunteer.html" class="MenuBarItemSubmenu">Get Involved</a>
            <ul>
              <li><a href="volunteer.html">Volunteer</a></li>
              <li><a href="employment.html">Employment</a></li>
              <li><a href="events.html">Events &amp; Meetings</a></li>
              <li><a href="donate.html">Donate</a></li>
            </ul>
          </li>
          <li><a href="pressreleases.html" class="MenuBarItemSubmenu">News Room</a>
            <ul>
              <li><a href="pressrelease.html">In the News and Press Releases</a></li>
              <li><a href="legislation.html">Legislative Updates</a></li>
              <li><a href="waternews.html">Water in the News</a></li>
            </ul>
          </li>
          <li><a href="reportpollution.html" class="MenuBarItemSubmenu">Resources</a>
            <ul>
              <li><a href="watershed.html" class="MenuBarItemSubmenu">Information</a>
                <ul>
                  <li><a href="watershed.html">Our Watershed</a></li>
                  <li><a href="reportpollution.html">Report Pollution</a></li>
                </ul>
              </li>
              <li><a href="photos.html">Photo Gallery</a></li>
            </ul>
          </li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
      </div>
        <div class="missionstatement"><img src="_images/mssionstatement.gif" alt="Inland Empire Waterkeeper" width="933" height="110" /></div>
    <div class="space1"><img src="_images/bar_left.png" alt="Inland Empire Waterkeeper" width="20" height="315" /></div>
    <div class="facebook">
          <div class="facebooktop">
          <img src="_images/facebooktop.gif" width="106" height="125" alt="Inland Empire Waterkeeper" /></div>
        <div class="facebookmailinglist">
        <div class="fb-like" data-href="http://www.iewaterkeeper.org/" data-send="true" data-width="106" data-show-faces="false"></div>
    <!-- BEGIN: Constant Contact Standard Email List Button -->
    <div align="center">
    <table border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_tl_gray.gif" width="6" height="6" alt=""></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_top_gray.gif"> </td>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_tr_gray.gif" width="6" height="6" alt=""></td>
    </tr>
    <tr>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_left_gray.gif"></td>
    <td bgcolor="#cccccc"><a href="http://visitor.r20.constantcontact.com/d.jsp?llr=wejp69bab&p=oi&m=1101488694422" target="_blank" style="text-decoration:none; font-weight: bold;  font-family:Arial; font-size:10px; color:#336666;">Join Our Email List</a></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_right_gray.gif"></td>
    </tr>
    <tr>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bl_gray.gif" width="6" height="6" alt=""></td>
    <td background="https://imgssl.constantcontact.com/ui/images/visitor/bevel_bg_bottom_gray.gif"> </td>
    <td><img src="https://imgssl.constantcontact.com/ui/images/visitor/bevel_br_gray.gif" width="6" height="6" alt=""></td>
    </tr>
    </table>
    </div>
    <!-- END: Constant Contact Standard Email List Button -->
        </div>   
        <div class="space2"><img src="_images/bar_right.png" width="21" height="315" alt="Inland Empire Waterkeeper" /></div>
       <div class="video"><iframe width="560" height="315" src="http://www.youtube.com/embed/3OU8D8kBjWg" frameborder="0" allowfullscreen></iframe></div>
        <div class="space3"></div>
        <div class="photospace1"></div>
        <div class="photo1"><a href="_images/kayaking_6lg.png"><img src="_images/kayaking_6.jpg" alt="Inland Empire Waterkeeper" width="176" height="95" /></a></div>
        <div class="photospace2"></div>
        <div class="photo2"><a href="_images/riverkat_57lg.png"><img src="_images/riverkat_57.jpg" width="176" height="95" alt="Inland Empire Waterkeeper" /></a></div>
        <div class="photospace3"></div>
        <div class="photo3"><a href="_images/riverkat_172lg.png"><img src="_images/riverkat_172.jpg" width="176" height="95" alt="Inland Empire Waterkeeper" /></a></div>
        <div class="photospace4"></div>
        <div class="space4"></div>
      <div class="pillars"><img src="_images/pillars_grey.jpg" alt="Inland Empire Waterkeeper Pillars" width="933" height="400" border="0" usemap="#Map" />
        <map name="Map" id="Map">
          <area shape="rect" coords="77,54,297,198" href="advocacy.html" alt="Inland Empire Waterkeeper Advocacy" />
          <area shape="rect" coords="361,51,584,195" href="education.html" alt="Inland Empire Waterkeeper Education" />
          <area shape="rect" coords="636,54,858,196" href="research.html" alt="Inland Empire Waterkeeper Research" />
          <area shape="rect" coords="212,220,430,352" href="restoration.html" alt="Inland Empire Waterkeeper Restoration" />
          <area shape="rect" coords="502,222,726,364" href="enforcement.html" alt="Inland Empire Waterkeeper Enforcement" />
        </map>
      </div>
      <div class="footer"><img src="_images/footer2.png" width="933" height="100" alt="Inland Empire Waterkeeper" /></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Dreamweaver CS4 Preview Different Than Live?

    Hi,
    I need help/guidance figuring this out:
    when the page is displayed in Dreamweaver CS4 design view the top menu is aligned properly, the font size is according to the CSS code and all other tags like H2 or H4 are properly displayed
    same when I choose to see the new page in "Preview In Browser" (F12) in Firefox or Safari (I'm on Mac Book)
    if I choose to preview the new page on "Live View" or after uploading to the server and view it in any browser suddenly the top menu is left aligned and all H tags are not displayed correctly.
    This is a new development so the URL is on the hosting server as an IP: http://65.254.68.145
    I tested with W3C and it passed.
    Any pointers are appreciated.
    Thanks,
    Joseph

    Thanks SnakEyez02 for your reply,
    Most of the time I use "Preview in Browser" or [F12] and that shows me the same as the design view which in this case is different than actually viewing the page on the web server (live). I do understand your point for setting dimensions on the menu box and I'l do those changes, but maybe you can also give me your opinion for the H2 tags, as you can see in the 2 images attached to the original post, bellow the menu there are H2, H3 and H4 tags and they look different as well, it's like only part of the style.css is applied.
    Thanks,
    Joseph

  • Dialog Programing: Output screen layout is different from actaul layout

    Hi,
    I have developed screen layout in SE51 and same is used in my program.Program is working fine but the problem is in column order.I designed layout in SE51 by copying structure from ABAP dictionary and same has been used in my program but output layout column order is completely different from SE51 screen layout.When i check this on Se51,everything is in order.
    My program is referring the same screen number and program.there is only one screen i.e 100.
    How do we fix this problem.
    Regards,

    Looks like, your table settings got changed for the table control on the screen.
    Run your program.
    Now, on the screen you can find out the "Table Settings" in the Top Right corner of the Table control as ICON.
    Press the Icon and it will bring the Table Settings screen.
    In the Current Settings, choose the Basic Settings ... save and close.
    Regards,
    Naimesh Patel

  • Why is it that iTunes looks different from all other apps again?

    This might be a rather irrelevant question, yet I wonder: Why is it that iTunes doesn't look like the majority of other Apple apps? I guess it's mainly the scrolls bars and the check boxes. Not that I don't like the way iTunes look, I'm just curious why it has to look different when one of Leopard's goals was to make a more unified interface.
    Can anyone enlighten me or is this something that only Apple knows?

    "Besides, not all of us run Leapard, so wouldn't making iTunes look like leapard make it look different on all our systems that don't use leapard?"
    That's a point But what I meant by that was that in Tiger there are many different kinds of windows where Apple in Leopard has tried to stick to just one. And that's why I think it's so weird that iTunes has to differ from all the rest.

  • Firefox fonts look different from Chromiums

    Hi, my Firefox fonts look different than the ones Chromium uses:
    Left is Firefox, right is chrome. As you can see, the placement of characters is somewhat different.
    This is NOT the issue mentioned on the Firefox Wiki page, at least it is not fixed with the fontconfig.
    What happens here?
    Thank you,
    Jan Oliver

    I have "serif" , "sans serif" and "monospace" in the selections, "serif" being the default.
    I applied the fix from here, and it did smoothen the fonts, but the letter placing is still bad as in the screenshot.

  • Results look different in Live View and Browser Lab

    I'm using CS5 and am using absolute positioning to place an image. It looks great in Live View, but when I open Browser Lab it has shifted dramatically. Any ideas what's going on and with view should I trust. Thanks.

    Hi Jalynoble,
    We've tried to repro the issue you describe, but haven't been able to, so it must be something specific to your page. Can you provide us with a URL or package up and email the source code for the page with this issue so we can look into it?
    You can post the url here, or email the files to [email protected]
    Thanks,
    Mark

  • Page preview looks better than live site? Whats wrong? Please help

    Hello to all,
    I am having problems with viewing dreamweaver pages with Internet Explorer.
    My site is
    allspecialtybuildings.com
    When I go to the preview in IE its looks ok, yet in firefox it looks better as I have little arrows for a list effect.
    Yet when I view it live it does not keep thw effect. It flows outside of my container.
    I have deleted the root files and re uploaded them on the server, yet still nothing.
    I am curious if there is any simple answerws for this?
    Any help is appreciated. You can notice th list towards the bottom of the page.
    Chris

    The problem I have with your site is that when text size is increased in browser (Zoom, text only), content spills out of division containers.  Best to avoid using height values. Better to use min-height: for Firefox and conditional commented heights for less than IE7 browsers.  Also, IE6 doesn't support transparent PNG without a JavaScript fix.  Google search for IE PNG Fix.
    IE CSS bugs that'll get you every time.
    http://css-tricks.com/ie-css-bugs-thatll-get-you-every-time/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

Maybe you are looking for