Extra space under footer

I am trying to figure out why i am getting this extra space under the footer in some browsers and not others, it works in firefox and google and IE it has a huge space under the footer to the bottom of the page on the browser.  please tell me how to fix this.
<!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 {
    background-color: #CCC;
html, body {
    padding: 0px;
    text-align: center;
    margin: 0px;
#wrapper {
    width: 1024px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
#header {
    height: 60px;
    width: 1024px;
    background-color: #0CDADA;
#NavBar {
    height: 25px;
    width: 1024px;
    background-color: #A2ECF0;
#content {
    height: 450px;
    width: 600px;
    float: left;
    background-color: #FFF;
#sidebar {
    height: 450px;
    width: 424px;
    clear: none;
    float: right;
    background-color:  #fff;
#footer {
    height: 25px;
    width: 1024px;
    clear: both;
    background-color: #A2ECF0;
</style>
</head>
<body>
<div id="wrapper">
  <div id="header">Content for  id "header" Goes Here</div>
  <div id="NavBar">Content for  id "NavBar" Goes Here</div>
  <div id="content">Content for  id "content" Goes Here</div>
  <div id="sidebar">Content for  id "sidebar" Goes Here</div>
  <div id="footer">Content for  id "footer" Goes Here</div>
</div>
</body>
</html>

do all three go to the bottom of page or is there space in the middle?  I'm not sure if you can get these links becuase they are test pages but here they are.
file:///C:/Users/user/Documents/Naturalserenityonline/natsiteoption22.html
C:\Users\user\Documents\Naturalserenityonline\natsiteoption22.html
file:///C:/Users/user/Documents/Naturalserenityonline/natsiteoption22.html
now they all three have space after the header to the bottom.. ugh
i may have posted the wrong one. this is another one i created and this one works in firefox but not google chrome and IE.
<!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 {
    background-color: #CCC;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
#wrapper {
    width: 1024px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 100%;
#header {
    height: 100px;
    width: 1024px;
    background-color: #939;
#NavBar {
    height: 25px;
    width: 1024px;
#content {
    height: 450px;
    width: 600px;
    float: left;
#sidebar {
    height: 450px;
    width: 424px;
    float: right;
#footer {
    height: 25px;
    width: 1024px;
    clear: both;
    background-color: #960;
</style>
</head>
<body>
<div id="wrapper">
  <div id="header">Content for  id "header" Goes Here</div>
  <div id="NavBar">Content for  id "NavBar" Goes Here</div>
  <div id="content">Content for  id "content" Goes Here</div>
  <div id="sidebar">Content for  id "sidebar" Goes Here</div>
  <div id="footer">Content for  id "footer" Goes Here</div>
</div>
</body>
</html>

Similar Messages

  • Having problem with extra space below footer (sticky footer already checked)

    Hi there, im having this problem after updated my adobe muse cc. For some reason there is extra space below the footer.
    It looks fine when i try to view them offline, but when I upload them, the extra space appears. Here's the url for both of the website with extra space below
    1. http://unionvisual.web.id/home-page.html
    2. PT-Smas

    Hi there
    Thx for your reply, is here i upload my screenshot
    and here

  • Extra Space below footer

    I'm creating my first site in Muse and so far enjoying the process but I can't get my footer to stick to the bottom of the browser window. It looks fine in design mode but when I preview or open the site in my browser there is extra white space below the footer. I've noticed others on the forum have had the same issue. So far I have not seen a resolution or work around. Is this a bug or am I doing something wrong? I made sure the footer option was checked and I've tried adjusting the page and browser handles but I can't seem to correct the problem.
    Here is the Design View
    Here's what it looks like when I open it in my browser.

    In the Edit HTML window how do I specify that I want the animation to loop?
    Are there samples of HTML code to control some of the simple functions?
    Thanks,
    David [email protected]

  • Footer looks normal in Muse but adds extra space beneath it on some pages.

    I've had a weird issue recently that I can't figure out how to fix. The problem only occurs on certain pages and not all pages. I have attached two screenshots showing the footer at the bottom of the page as it appears in Muse and then the footer with extra space beneath it as it appears on the website.
    I have tried turning off sticky footers among other solutions and nothing has fixed it so far. Does anyone know how to fix this?

    Make sure all your Masters and Pages have Sticky Footer on in Page Properties.
    Also, I see that in your Masters, the Footer Guide and Bottom of Page Guide overlaps, while the Bottom of Browser Guide is down below.
    You need to ensure that your Footer Guide is above the footer content and both the Bottom of Page Guide and Bottom of Browser Guide overlap each other and lie at the bottom edge of the footer content.
    That should fix those.
    Cheers,
    Vikas

  • Clearfloat problem-extra space remains in IE

    Hi,
    I've worked on this problem, did the Google thing, but I just
    can't resolve it. There is extra space remaining under the image
    even after using clearfloat. I want the bottom border to snug up to
    the bottom of the image, but somehow in IE I keep getting that
    horrible gray space.
    Main
    page-with troublesome space below before footer
    Thanks so much for helping... as always!
    Cheers,
    Janell

    I don't see an extra space problem related to floats in IE6
    but I do see a
    gray png background image under the spash-text. Pre-IE7
    browsers do not
    support alpha transparency on png images. If you get rid of
    the bg image,
    you'll see better results in IE. Or do a search for IE
    conditional comments
    or the IE star hack to serve a different image to pre-IE7
    browsers.
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Janell1" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    > I've worked on this problem, did the Google thing, but I
    just can't
    resolve
    > it. There is extra space remaining under the image even
    after using
    > clearfloat. I want the bottom border to snug up to the
    bottom of the
    image,
    > but somehow in IE I keep getting that horrible gray
    space.
    >
    http://www.acmedigitaldesign.com/marmit/index.html
    > Thanks so much for helping... as always!
    > Cheers,
    > Janell
    >
    > @charset "UTF-8";
    > body {
    > margin: 0; /* 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;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 100%;
    > background-color: #000000;
    > }
    > .oneColFixCtrHdr #container_entirepage {
    > width: 780px;
    > margin: 0 auto; /* the auto margins (in conjunction with
    a width) center
    the
    > page */
    > }
    > .oneColFixCtrHdr #container {
    > width: 780px; /* the auto margins (in conjunction with a
    width) center
    the
    > page */
    > border: 1px solid #a9a69a;
    > text-align: left; /* this overrides the text-align:
    center on the body
    > element. */
    > background-color: #3b3b3b;
    > margin-top: 0;
    > margin-right: auto;
    > margin-bottom: 0;
    > margin-left: auto;
    > padding-bottom: 0px;
    > }
    >
    > .oneColFixCtrHdr #header {
    > background-color: #3b3b3b;
    > padding-top: 5;
    > padding-right: 20px;
    > padding-bottom:5;
    > padding-left: 20px;
    > }
    > ul.MenuBarHorizontal ul {
    > 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 */
    > }
    > .oneColFixCtrHdr #mainContent {
    > background-color: #3b3b3b;
    > padding-top: 0;
    > padding-right: 0px;
    > padding-bottom: 0;
    > padding-left: 0px;
    > height: auto;
    > }
    >
    > .oneColFixCtrHdr #footer {
    > background:#000000; /* this padding matches the left
    alignment of the
    > elements in the divs that appear above it. */
    > text-align: center;
    > padding-top: 0;
    > padding-right: 10px;
    > padding-bottom: 0;
    > padding-left: 10px;
    > }
    > .oneColFixCtrHdr #footer p {
    > font-family: Geneva, Arial, Helvetica, sans-serif;
    > font-size: 80%;
    > line-height: 1.5em;
    > font-weight: 100;
    > color: #777777;
    > text-decoration: none;
    > 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
    > text-align: center;
    > }
    > .oneColFixCtrHdr #footer p a:link {
    > color: #c4a561;
    > text-decoration: none;
    > }
    > .oneColFixCtrHdr #footer p a:visited {
    > color: #c4a561;
    > text-decoration: none;
    > }
    > .oneColFixCtrHdr #footer p a:hover {
    > color: #ea9c15;
    > text-decoration: none;
    > }
    > .oneColFixCtrHdr #footer p a:active {
    > color: #ea9c15;
    > text-decoration: none;
    > }
    >
    >
    >
    > /* Below are the designer's custom layout styles */
    >
    > .image_aligncenter {
    > padding-top: 20px;
    > padding-right: 30px;
    > padding-bottom: 0px;
    > padding-left: 30px;
    > }
    > .armitage_sig {
    > clear: none;
    > float: right;
    > z-index: 1090;
    > }
    > .large_image_z {
    > z-index: 1090;
    > }
    > .splash_textover {
    > float: left;
    > z-index: 3000;
    > background-image:
    url(images/splash/transparent_png.png);
    > clear: none;
    > height: auto;
    > width: 400px;
    > position: relative;
    > top: -75px;
    > left: 20px;
    > font-family: Verdana, Arial;
    > font-size: 14px;
    > line-height: 1.2em;
    > font-weight: 100;
    > color: #bcb9ab;
    > text-decoration: none;
    > }
    > .clearfloat {
    > clear:both;
    > height:0;
    > font-size: 1px;
    > line-height: 0px;
    > overflow: hidden;
    > }
    >
    > <!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" />
    > <meta name="description" content="Sculpture &
    Fine Art pieces by Los
    Angeles
    > based Michelle Armitage specializing in bronzes, steel,
    stone, and
    mixed-media.
    > Art commisions welcome. " />
    > <title>Sculptor, Fine Artist, All
    Media</title>
    > <link href="oneColFixCtrHdr.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" />
    > </head>
    >
    > <body class="oneColFixCtrHdr">
    > <div id="container_entirepage">
    >
    > <div id="container">
    > <div id="header">
    >
    > <ul id="MenuBar1" class="MenuBarHorizontal">
    > <li><a href="index.html" title="Home
    ">HOME</a> </li>
    > <li><a href="artist.html" title="The
    Artist">THE ARTIST</a></li>
    > <li><a class="MenuBarItemSubmenu"
    href="gallery.html"> GALLERY</a>
    > <ul>
    > <li><a href="gallery.html"
    title="Gallery">MAIN
    GALLERY</a></li>
    > <li><a href="steel.html" title="Steel
    Gallery">STEEL</a></li>
    > <li><a href="stone.html" title="Stone
    Gallery">STONE</a></li>
    > <li><a href="bronze.html" title="Bronze
    Gallery">BRONZE</a></li>
    > <li><a href="largerworks.html"
    title="Larger-works">LARGER
    > WORKS</a></li>
    > <li><a href="mixedmedia.html"
    > title="Mixed-Media">MIXED-MEDIA</a></li>
    > </ul>
    > </li>
    > <li><a href="exhibitions.html"
    title="Exhibitions">EXHIBITIONS</a></li>
    > <li><a href="contact.html"
    title="Contact">CONTACT</a></li>
    > </ul>
    >
    > <!-- end #header --></div>
    >
    > <div id="mainContent">
    >
    > <div class="image_aligncenter"
    align="center"><img
    > src="images/splash/splash_title.gif" alt="Armitage
    Design presents the
    work of
    > Michelle Armitage" width="661" height="169"
    align="center"/></div>
    > <div class="large_image_z"><img
    src="images/splash/splash_sculpt.gif"
    > alt="Sculpture" width="776" height="381"
    /></div>
    > <div class="splash_textover">
    > Sculpture &amp; Fine Art pieces by Los Angeles based
    Michelle
    Armitage
    > specializing in bronzes, steel, stone, and mixed-media.
    Art commissions
    welcome.
    > </div>
    > <!-- end #mainContent --></div><!-- end
    #container --></div>
    > <br class="clearfloat" />
    > <div id="footer">
    > <p align="center">&copy;2008 Michelle
    Armitage<br />
    > <a href="index.html">home</a> | <a
    href="artist.html">artist</a> | <a
    > href="gallery.html">gallery</a> | <a
    href="exhibitions.html">exhibitions</a> |
    > <a href="contact.html">contact</a></p>
    > </div>
    > <!-- end #footer -->
    > </div>
    >
    > <script type="text/javascript">
    > <!--
    > var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1",
    > {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
    > imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    > //-->
    > </script>
    > </body>
    > </html>
    >

  • Space under flash movies

    Hi All,
    I am having an annoying problem:  when I use swfobject code to embed flash movies, it leaves a space under the movie that breaks the design.  This happens when viewing it in Chrome or Firefox (on a mac), but not in Safari.  I have found that when I just paste in the <object> code alone
    created when I publish the movie out of flash into my HTML document, the space disappears.  I have tried removing all line breaks and extra spaces
    from the swfobject code to no avail.  This also happens when I add the movie in using Dreamweaver CS4 (insert->media->swf) , which uses
    swfobject.
    Here is an affected page, note the space under both the header flash movie, and the main movie under the nav: http://hamptonsdesignstudio.com/index2.html
    Here is the page with just the object code and the desired design: http://hamptonsdesignstudio.com/index.html
    I would like to be able to use swfobject to provide alternate content for
    search engines, but not at the expense of breaking my design. Any
    suggestions ?
    Thanks,
    Colin

    Glad you figured it out.
    It would be good if you could mark this thread as Answered so the folks who help will not need to keep clicking on it.  thanks.
    E. Michael Brandt
    www.divahtml.com
    www.divahtml.com/products/scripts_dreamweaver_extensions.php
    Standards-compliant scripts and Dreamweaver Extensions
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Browser extra space to the right of page

    Hi,
    I hope someone may be able to help, I have noticed the website in the link below has about an inch of extra space to the right of the page.  The header and footer containers are all set to fit the browser width so I'm baffled as to why this extra space is visible.  I removed the image but it didn't make any difference.
    HOME  |  Total Clothing Solutions
    Thanks in advance

    Thank you so much, you were spot on ! it was the search bar!
    Thanks again

  • Why is there space under the copyright bar on the contact page?

    why is there space under the copyright bar on the contact page? all the other pages in the site fit flush at the bottom except on the contact and coaching page. does anyone know why? thanks
    http://worldmarketdesign.com/strategic/contact.html

    What I'm saying is that the footer will always follow the content above it.  On short pages, footer may not align with bottom of browser viewport because the page content above isn't long enough to fill the screen.  Since everyone uses different display sizes, this is perfectly normal behavior and shouldn't be a major concern.
    Nancy O.

  • Wasted space under Firefox 4 addon status bar

    I upgraded to Firefox 4.0.1. I enabled the add-on status bar, as it was under FF3.
    There is now about 1" of extra unused space under the status bar (the bar is too high at the bottom of the page).
    I ran FF4 with all addons disabled, enabled the add-on bar, and the bar appeared ok with no problem.
    I have probably two dozen addons installed. I disabled several selectively, but the problem remained.
    Any suggestions as to how to diagnose this problem?
    Thanks,
    Fred

    Hi:
    Yes, I have Status4evar installed. However, I found that I can enable the status (addon) bar via View -> Tool bars -> Add-in toolbar.
    Below is a list of my addons. Could you please compare this list with your addon list? If you can provide a list of addons that we both have installed, then I can try to selectively disable those addons.
    Thanks very much,
    Fred
    Leading characters on each line are my notes on compatability. Numeric fields indicate the version of Firefox they claim to be compatible with.
    Leading characters on each line are my notes on compatibility. Numeric fields indicate the version of Firefox they claim to be compatible with.
    Aardvark{3.0}
    6 AdblockPlus{1.3.6}
    Add-onCompatibilityReporter{0.8.3}
    AdobeDLMpoweredbygetPlusR{1.6.2.63}
    AdvertisingCookieOpt-out{1.3}
    AutomaticSaveFolder{1.0.2}
    BackendSoftwareInformation{1.2.8.0}
    BacktoTop{6.0}
    5 BeefTacoTargetedAdvertisingCookieOpt-Out{1.3...
    5 BetterPrivacy{1.50}
    4 BrowserView
    BugMeNot{2.2}
    Closenforget{0.11.1}
    ColorZilla{2.5.5}
    ConfigurationMania{1.14.2011050202}
    Console{0.7}
    CookieCuller{1.4}
    5 CookieMonster{1.0.5}
    3.0 CSSViewer{1.0.3}
    DownloadHelper{4.8.6}
    Downloadstatus{1.7.3}
    DrupalForFirebug{0.0.7}
    ErrorZillaPlus{0.8.1}
    4 ExtendedStatusbar{1.5.7}
    FastYoutubeDownloader{1.2.2}
    xxxxxxxxxxx 3.7 FEBE{6.3.3.2}
    FindAll{3.1}
    5 Firebug{1.6.2}
    Firecookie{1.2.1}
    4 FirefoxSync{1.7}
    FireGestures{1.6.4}
    Firesizer{.2}
    4 FlagFox
    FontFinder{1.0}
    4 FoxySEOTool{0.8.5}
    GoogleAnalyticsOpt-outBrowserAdd-on{0.9.2}
    GrabandDrag{2.8.0}
    Greasemonkey{0.9.2}
    GridFox{2.0}
    HeadingsMap{1.05.7}
    4 HttpFox{0.8.9}
    HTTPS-Everywhere{0.9.6}
    4 Hyperwords{8.1}
    IEView{1.4.5.1}
    JavaScriptDebugger{0.9.88.1}
    JavaScriptDeobfuscator{1.5.6}
    5 KGen{0.8.1}
    LinkStatus{1.6}
    5 LiveHTTPHeaders{0.16}
    LogitechDeviceDetection{1.21.0.11}
    MeasureIt{0.4.8}
    Microsoft.NETFrameworkAssistant{1.2.1}
    4 MorningCoffee{1.33}
    6 NoScript{2.1.0.3}
    OptimizeGoogle{0.78.2}
    3.6 possibly 4 OrganizeStatusBar{0.6.4}
    PageDiff{1.5}
    PageSpeed{1.10.2}
    PasteEmailPlus{3.2}
    5 prefsearch{0.1}
    privacychoicetrackerwatcher{1.0.9}
    4 readitlater{2.1.1}
    5 refcontrol{0.8.14}
    6 requestpolicy{0.5.21}
    restartlessrestart{4.2}
    savecomplete{1.0.1}
    4 searchbarautosizer{1.4.7}
    searchsite{2.0}
    searchstatus{1.36}
    selectivecookiedelete{3.5}
    4 senseo{1.5.5}
    seoblogger{1.0.4}
    seoforfirefox{3.4.6}
    seolinkanalysis{1.0.6}
    seoquake{2.7.1}
    showip{0.8.19}
    x 3.6 siphon-syncadd-ons{0.9.0}
    smartclick <experimental>
    6 sqlitemanager{0.7.1}
    5 stumbleupon{3.81}
    6 tabmixplus{0.3.8.5}
    xxxxxxxxxxxx 3.7 tabprogressbar{0.6}
    5 togglewebdevelopertoolbar{0.6}
    totalvalidator{6.11.0}
    5 urim{0.1}
    5 viewsourcechart{3.02}
    5 wappalyzer{1.13.2}
    5 webdeveloper{1.1.9}
    5 x-ray{0.9.1}
    4 YetAnotherSmoothScrolling{3.0.17}
    Status-4-Ever

  • Why can I not remove extra spaces from Mail when composing?

    I am using Mail Version 8.1 and I cannot find a way to remove extra spaces from between my lines while composing. Every Enter makes the cursor go down two lines and there is no way to type in the space in between. There seems to be now way to see the html or any tags that can be causing this, and I cannot seem to find any setting to change the line spacing either. Does anyone know where to find any of these options so I can simply make the text single space?

    Open a message-editing window. Under the Edit menu, deselect all the options in the Spelling and Substitutions sub-menus. Test.

  • Remote Panel Shows Extra Space

    I have setup a VI that serves up a remote panel. When it runs it hides the
    menus, tools, and scroll bars. When the remote panel is viewed Internet
    Explorer, the remote view of the VI shows space where the menus, tools, or
    scroll bars used to be instead of shrinking them to the size like the VI
    does. Is there any way to prevent this extra space from being displayed?
    It wastes space and forces more scrolling within Internet Explorer.

    This is an expected behavior. The IE gets the information about the front panel size when it loads the remote panel VI. This is the size with all the toolbars. Your VI hides the toolbars at run-time.
    To prevent showing this extra space, you will have scroll your VI so that the top portion is under the toolbar. When you run it, those objects will be visible, because the toolbars will not be visible.
    The actual VI will not look very good because of the objects hidden by the toolbars, but the published remote panel will have the right size in the IE.
    I attached an example of this solution.
    Zvezdana S.
    Attachments:
    Size.vi ‏12 KB

  • Pages inserting extra spaces.

    I am trying to format a print ready manuscript. As you can imagine, spaces are precious things in it. Each time I open my document, my chapter headings, currently positioned at the top most line under the header, gets pushed down one full double space. This happens multiple times should I open and close the document.
    I figured instead of using manual tab spacing, I would try Inserting Page Break, and just leave the heading at the top so nothing floats. But the problem persists.
    Does anyone now how to address this? It's become quite a nuisance.

    Received your document.
    1. You are saving it as a Word .doc file. This is not Pages, expect some changes to happen.
    2. I got an import warning "Character border's aren't supported and were removed."
    3. You are positioning text by hammering at the return key instead of using +space before+
    4. I don't know what extra space you are referring to because there are so many returns. How amny are there supposed to be?
    5. Are the 2 returns supposed to be at the top of the 2nd page?
    You didn't say but is this actually a Word document to start with and not a Pages file?
    Is the change happening because the Character border is being removed?
    You'll have to be clearer about what is actually changing as you have not given me any reference to judge what is different.
    Peter

  • Deletion of extra space in ALV report output

    Hi Experts,
    I have one issue where i have to delete the extra space in the output of  ALV report.
    Please let me know the possible way... Its very urgent.
    Thanks in advance
    Siri

    Hi Siri,
    Try these following steps in your report...... i think, it will lead you to solve your problem.
    1. Give output length of alv column as 10.
    2. OUTPUTLEN is there in Field catalogue
    3. "gt_layout TYPE lvc_s_layo" -  use this one field col_opt
    Reward if useful.
    Regards,
    Harish

  • Crystal for VS 2010 - formatting issues in viewer (extra space) again

    We're having the same problem as the one in this thread link:[Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space);. There's no resolution in the thread and it's been closed. I'm hoping that creating a new thread may cause someone to answer this problem.
    We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned.

    Re. the other thread. I never did receive a sample of the report to test with. Perhaps I can get one from you? I need you to ensure that the issue occurs with a "saved data" report. If it does, let me know if you can share it and I'll contact you via email. My comment in the other thread re. available time, priorities, etc., still applies. Also, just to be clear. Service Pack 2 for CRVS2010 is closed now. Thus if I am able to reproduce the issue the fix will be targeted for October \ November time frame - no guarantees though...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • XML Publisher showing extra spaces

    We are building a huge report using XML publisher , After building a custom report using (XML Publisher & Microsoft Document2007) , the requirement was to Show/Hide some Layouts like Table of data and Total Column depending on flag values,
    The solution for the above requirement was to use C (Conditional Region), which caused the following unwanted output:
    - Some Empty Pages (When using C before a layout table, and EC after the layout table)
    - Some vertical spaces between rows (when using C before Row and EC after the row)
    So in case the table has no data the page is still displayed which is causing to print additional empty pages.

    Try using <?if@inlines: condition?> instead of just using an <?if:?> condition and give it a try. Also ensure that there are no extra spaces in the RTF.
    Thanks,
    Bipuser

Maybe you are looking for

  • WIN 7 OEM license upgrade to WIN 8.1 Pro volume license

    Attempting to upgrade an OEM license of WIN 7 on a Viewsonic ViewPad 10pi to WIN 8.1 Pro actionpack license. Does not accept the product Key. Would prefer to do an upgrade due to multi-os - Win/Android tablet. How do I get past the license acceptance

  • Adobe plugin cannot set Page Display Preferences

    I have a lot of scanned documents and read them within IE 6.0 through a web interface using a custom solution. I have to use IE 6.0 so I can't just upgrade or use another browser, unfortunately. The issue is that now, all of a sudden, the documents o

  • What is this error and how do I get rid of it?

    I'm trying to take a photo to the editor in Elements....when I try, I'm getting an error message that says Microsoft Visual C ++ Runtime Library.  How can I get rid of this and edit my photos?

  • Bar Codes(Help Please)

    Hi, I want my application to read bar codes of items and to store them to my database.Please, can you tell me if it is possible with Forms6 or Forms6; if so, please explain me the procedure even I want to insert records or I want to make updates(for

  • No colour on G10 137 while watching TV

    Hello, I have a G10 137 and my TV-tuner receives all programs, only they are in black & white and there is no sound. Does anyone know what to do?