Blank space at bottom of page in FF

I was sent some code to put a CMS system behind.
But on testing the content on the div elements I have found I have blank space on the bottom of the page.
I know this is caused by position:relative;
but I thought using this was the correct way to display two divs side by side left and right column.
If I take it off the video on the right column goes off too far right.
I am testing on IE 8 and FF 3.5
Resolution:
1024 in IE
1600 in FF
* {    margin-top: 0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
p {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #9c9c9e;
    line-height: 20px;
    font-weight: lighter;
h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #4d485c;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 5px;
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    height:0px;
.logos {
    padding-right: 30px;
.logo {
    margin-top: 62px;
    margin-left: 50px;
#button {
    float: right;
    width: 238px;
    margin-right: 50px;
    margin-top: 62px;
#wrapper {
    width: 999px;
    margin-right: auto;
    margin-left: auto;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #DDD;
    border-left-color: #DDD;
#header {
    height: 178px;
    background-image: url(images/headerbk.jpg);
    background-repeat: no-repeat;
#sidebar {
    width: 347px;
    float: right;
    padding-left: 15px;
    padding-top: 17px;
    position:relative;
    top:-299px;
    clear:right;
#sidebar2 {
    width: 347px;
    float: right;
    padding-left: 15px;
    padding-top: 17px;
    left:30px;
    position:relative;
    top:-1450px;
    display:block;
    z-index:2;
    clear:right;
#rotator {
    width: 586px;
    padding-top: 18px;
    margin-bottom: 18px;
    float:left;
    position:relative;
    clear:left;
#rotator2 {
    width: 586px;
    padding-top: 30px;
    margin-bottom: 18px;
    float:left;
    /*position:relative;*/
    clear:left;
#bodyText {
    width: 586px;
    top:-550px;
    position:relative;
    clear:both;
#bodyText2 {
    width: 586px;
    /*top:-550px;*/
    position:relative;
    display:block;
    top:20px;
#slider {
#footer {
    background-color: #A2A2A3;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #B1B1B2;
    border-left-color: #B1B1B2;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    height:120px;
#footerImages {
    position:absolute;
#maincontent {
    background-image: url(images/mainbg.jpg);
    background-repeat: repeat-x;
    background-color: #e5e5e5;
    padding-left: 50px;
    height:655px;
    /*overflow:hidden;added this and it shows*/
#maincontent2 {
    background-image: url(images/mainbg2.jpg);
    background-repeat: repeat-x;
    /*background-color: #e5e5e5;*/
    padding-left: 50px;
    height:100%;
    /*overflow:hidden;added this and it shows*/

The_FedEx_Guy wrote:
do you need the page code?
Yes please.
No page code no possible answer.

Similar Messages

  • How to get rid of blank space showing above my pages

    Hi:
    I built my site dyingforthetruth.com using Muse (thanks, it's pretty nifty!), following a video tutorial you provided.
    I've ended up with a blank space showing above all pages, and much trying with the blue lines and rebuilding my header strip has NOT succeeded in fixing it.
    Here's a snapshot of the top left part of the "main" master, showing the blue lines and the space at the top.
    You can see what it looks like on the web by going to the site URL (dyingforthetruth.com).
    Can you please tell me how to fix this. I find it a bit strange to see all my pages for this site coming up in all 5 browsers I've tried (IE, Chrome, Firefox, Opera, Safari) with a pronounced gap at the top of them all.
    Thanks!

    Go to Page> Page Properties and on the "Padding" section set "Top" to 0. That should do it.
    If you are on a master page make sure that the top blue arrow is at 0. That arrow controls the top of page, and you need to have a padding of 0 for what you want.

  • Printing to pdf from Safari 5.1.4, last 16 lines compressed leaving blank space at bottom of pg.  No prob. wD/ IE or Word. Running Win 7, Dell Laptop.

    When I print to “Adobe PDF” from Safari, the last several lines are compressed leaving blank space at the bottom of the page where the normal size lines would normally be. This does not occur when printing from Internet Explorer or MS Word.  I am running Windows 7 on a Dell Laptop.  Anyone know of a solution?

    When I print to “Adobe PDF” from Safari, the last several lines are compressed leaving blank space at the bottom of the page where the normal size lines would normally be. This does not occur when printing from Internet Explorer or MS Word.  I am running Windows 7 on a Dell Laptop.  Anyone know of a solution?

  • Before header pl/sql process creates blank space at top of page

    Hi,
    I'm finding that w/v 1.6.1 I get a blank space at the top of my page that appears to be somewhat proportional to the amount of code and/or # processes on that page that are before header. moving to after header and before regions also shows this behavior.
    There are no blank line outputs happening in the pl/sql processes, so I've got no idea why htmldb is putting blank space there.
    Anyone seen anything like this? Oracle 9.2.0.7, winxp pro
    Thanks
    matt

    Hi,
    I've had the same problem. I'm assuming that you have a region in the "After Header" position?
    If so, you could add the following in the region's Region Header:
    <div style="display:none">
    and put this in the Region Footer:
    </div>
    The region is defined in a table, which by definition is a block object. Block objects always begin on a new line and end with a new line - the above will put the region into a div and then hide the div.
    Regards
    Andy

  • HFR - Blank space coming in 1st page

    in HFR, some data is getting displayed, however, still there is blank space, and rest of data is coming from 2nd page?
    what can be the reasons? pls guide.
    Thanks

    Do you have multiple rows in your report? If yes, I would check if some of the rows are hidden. Higlight the row and under row properties, check if the Hide Always option is checked.
    Cheers,
    Mehmet
    p.s. If it helps or answers your question, please mark the answers accordingly. Thanks!

  • Pictures leave blank space at bottom of 4x6 paper

    When I print pictures with photosmart C4680 on hp advanced 4x6 photo paper some of the pictures leave a blank space on the paper.  It seems like it starts to print before the paper is loaded the whole way into the printer.  The picture seems to be slid off to the left leaving a blank space on the right (or at the bottom).  It does not do it on every picture and the amount of space differs from picture to picture.

    I have the same problem with a Photosmart D7360.  Looks like the image is displaced 1/2 to 3/4 of an inch.  Does this for some pictures in a folder during a single print session but not others, and persists in doing this to those specific picture files when I repeat the print effort.  Seems entirely random and is entirely frustrating. 

  • Extra Space at Bottom of page in Google Chrome

    Here is my site: http://www.abbottsportslincoln.com/volleyball/volleyball.php
    If you open it in Chrome there is tons of extra space at the bottom.  How can I fix it.  It works in the other browsers.
    Here is my code:
    <!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"><!-- InstanceBegin template="/Templates/template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Ethel S. Abbott Sports Complex Lincoln Nebraska Basketball Football Motocross Soccer Tennis Volleyball NFA CSA NTA NTC NVA ASC</title>
    <meta name="Description" content="Abbott Sports Complex Lincoln, NE" />
    <meta name="Keywords" content="Abbott Sports Complex,Abbott Sports Lincoln Ne, Abbott Lincoln, Lincoln Sports, Abbott Sports, Lincoln Soccer, Lincoln Volleyball, Lincoln Tennis, Lincoln Motocross, Lincoln Basketball, Lincoln Football, Club Soccer Lincoln, Club Basketball Lincoln, Club Football Lincoln, Club Tennis Lincoln, Club Volleyball Lincoln, NVA Lincoln, NVA, Nebraska Volleyball Academy, NTC, NTC Lincoln, Nebraska Tennis Center, NTA, NTA Lincoln, Nebraska Tennis Academy, NFA, NFA Lincoln, Nebraska Football Academy, CSA, Capital Soccer Association, CSA Lincoln " />
    <!-- InstanceEndEditable -->
    <link href="../css/wrapper.css" rel="stylesheet" type="text/css" />
    <link href="../css/logo.css" rel="stylesheet" type="text/css" />
    <link href="../css/leftcolumn.css" rel="stylesheet" type="text/css" />
    <link href="../css/mainarearight.css" rel="stylesheet" type="text/css" />
    <link href="../css/phototopright.css" rel="stylesheet" type="text/css" />
    <link href="../css/menubar.css" rel="stylesheet" type="text/css" />
    <link href="../css/slideshow.css" rel="stylesheet" type="text/css" />
    <link href="../css/photomenu.css" rel="stylesheet" type="text/css" />
    <link href="../css/eventstatus.css" rel="stylesheet" type="text/css" />
    <link href="../css/register.css" rel="stylesheet" type="text/css" />
    <link href="../css/waiver.css" rel="stylesheet" type="text/css" />
    <link href="../css/sidemenu.css" rel="stylesheet" type="text/css" />
    <link href="../css/space1.css" rel="stylesheet" type="text/css" />
    <link href="../css/category.css" rel="stylesheet" type="text/css" />
    <link href="../css/space2.css" rel="stylesheet" type="text/css" />
    <link href="../css/abbottpic.css" rel="stylesheet" type="text/css" />
    <link href="../css/info.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    <!-- InstanceEndEditable -->
    <link href="../css/title.css" rel="stylesheet" type="text/css" />
    <link href="../css/subtitle.css" rel="stylesheet" type="text/css" />
    <link href="../css/textbody.css" rel="stylesheet" type="text/css" />
    <link href="../css/baseinfo.css" rel="stylesheet" type="text/css" />
    <link href="../css/content.css" rel="stylesheet" type="text/css" />
    <link href="../css/base.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="bodycss" --><link href="../css/vbodyarea.css" rel="stylesheet" type="text/css" /><!-- InstanceEndEditable -->
    <link href="../css/newsletter.css" rel="stylesheet" type="text/css" />
    <link href="../css/submenus.css" rel="stylesheet" type="text/css" />
    <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    a:hover {
    color: #8E0C0C;
    text-decoration: underline;
    a:active {
    color: #000;
    text-decoration: none;
    a:link {
    text-decoration: none;
    color: #8E0C0C;
    a:visited {
    text-decoration: none;
    color: #8E0C0C;
    -->
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="header">
        <div id="logo"><!-- InstanceBeginEditable name="logo" --><img src="logos/Nebraska Volleyball Academy Lincoln Club.jpg" width="296" height="105" alt="Nebraska Volleyball Academy Lincoln Club Abbott Sports Complex" /><!-- InstanceEndEditable --></div>
        <div id="phototopright"><!-- InstanceBeginEditable name="phototopright" -->
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="399" height="99" id="FlashID2" title="Nebraska Volleyball Academy Lincoln Club">
            <param name="movie" value="flash/top slideshow Nebraska Volleyball Academy Lincoln Club.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="flash/top slideshow Nebraska Volleyball Academy Lincoln Club.swf" width="399" height="99">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.0" />
              <param name="expressinstall" value="../Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>
          <!-- InstanceEndEditable -->
        </div>
      </div>
      <div id="menubar">
        Home | About Us | Staff Directory | Complex Calendar | Scholarship Program | Directions | Contact Us</div>
      <div id="body">
      <div id="leftcolumn">
        <div id="eventstatus">Event Status</div> <div id="newsletter">Subscribe to<br />Newsletter</div>
        <div id="register"><span style="font-size: 16pt">Register Now</span> <span style="font-size: 10pt">Leagues, Camps,<br />
        Clinics &amp; Tournaments</span></div>
        <div id="waiver">Abbott Waiver</div>
        <div id="sidemenu"><div id="Accordion1" class="Accordion" tabindex="0">
    <div class="AccordionPanel"> <a href="../basketball/basketball.php">
        <div class="AccordionPanelTab">Basketball</div>
        </a>
        <div class="AccordionPanelContent">Cornhusker Shooting Stars<br />
          Schedules<br />
          Reserve/Rent<br />
          Calendar<span class="AccordionPanelContent" style="display: none"></span></div>
      </div>
      <div class="AccordionPanel"> <a href="../football/football.php">
        <div class="AccordionPanelTab">Football</div>
        </a>
        <div class="AccordionPanelContent"> NFA Flag<br />
          NFA Skills and Conditioning<br />
          Receiver Training<br />
          Combines<br />
          Coaches<br />
          Camps/Clinics<br />
          Reserve/Rent<br />
          Calendar<br />
          Testimonials</div>
      </div>
      <div class="AccordionPanel"> <a href="../motocross/motocross.php">
        <div class="AccordionPanelTab">Motocross</div>
        </a>
        <div class="AccordionPanelContent">Content 13</div>
      </div>
      <div class="AccordionPanel"> <a href="../soccer/soccer.php">
        <div class="AccordionPanelTab">Soccer</div>
        </a>
        <div class="AccordionPanelContent">Indoor Soccer<br />
          Capital Soccer Association<br />
          Adult Leagues<br />
          Personal Training<br />
          Reserve/Rent</div>
      </div>
      <div class="AccordionPanel"> <a href="../tennis/tennis.php">
        <div class="AccordionPanelTab">Tennis</div>
        </a>
        <div class="AccordionPanelContent">NTC Adult Leagues<br />
          Nebraska Tennis Acadamy<br />
          Lessons<br />
          Reserve/Rent<br />
          Calendar</div>
      </div>
      <div class="AccordionPanel"> <a href="volleyball.php">
        <div class="AccordionPanelTab">Volleyball</div>
        </a>
        <div class="AccordionPanelContent">
        Vollykids (3-6yrs)<br />
         <a href="minivolleyball.php">Mini Volleyball (7-9yrs)</a><br />
         NVA Club Volleyball<br />
          Camps/Clinics<br />
         Staff<br />
         Calendar<br /> 
          Reserve/Rent<br />
          </div>
      </div>
    <div class="AccordionPanel"> <a href="../special events/specialevents.php">
      <div class="AccordionPanelTab">Special Events</div>
        </a>
        <div class="AccordionPanelContent">Content 10</div>
      </div>
      <div class="AccordionPanel">
        <a href="../membership/membership.php"><div class="AccordionPanelTab">Membership</div></a>
        <div class="AccordionPanelContent">Benefits<br />
          Cost</div>
      </div>
    <div class="AccordionPanel"> <a href="../fitness facility/fitnessfacility.php">
        <div class="AccordionPanelTab">Fitness Facility</div>
        </a>
        <div class="AccordionPanelContent">Information/Hours<br />
          Memberships<br />
          Photos</div>
      </div>
    <div class="AccordionPanel"> <a href="../payments/payments.php">
        <div class="AccordionPanelTab">Make a Payment</div>
        </a>
        <div class="AccordionPanelContent">Make a Payment<br />
          Shopping Cart<br />
          Checkout</div>
      </div>
    </div>
          <!-- InstanceBeginEditable name="tabopen" -->
    <script type="text/javascript">
    <!--
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", { defaultPanel: 5 });
    //-->
    </script><!-- InstanceEndEditable -->
    </div>
        <div id="info">Abbott Sports Complex<br />
          7600 N. 70th Street<br />
          Lincoln, NE 68517<br />
          402.464.2255<br /><br />Office Hours:<br />8:00am-12:00pm<br />1:00pm-5:00pm</div>
      </div>
      <div id="mainarearight">
       <!-- InstanceBeginEditable name="slideshow" --><!-- InstanceEndEditable -->
        <!-- InstanceBeginEditable name="photomenu" -->
        <div id="photomenu">
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="597" height="115" id="FlashID" title="Nebraska Volleyball Academy Lincoln Club Abbott Sports Complex">
            <param name="movie" value="flash/volleyballmenu4.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="flash/volleyballmenu4.swf" width="597" height="115">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="6.0.65.0" />
              <param name="expressinstall" value="../Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>
        </div>
        <!-- InstanceEndEditable -->
        <div id="bodyarea"><!-- InstanceBeginEditable name="space1" -->
         <!-- InstanceEndEditable -->
          <div id="submenus"><!-- InstanceBeginEditable name="submenus" --><a href="#volleykids">Volleykids Training</a> | <a href="#minivolleyball">Mini Volleyball Training</a> | <a href="#clubprep">Club Prep Training</a> | <a href="#D1Training">D-1 Training</a> | <a href="#advancedclub">Advanced Club Training</a><!-- InstanceEndEditable --></div>
          <!-- InstanceBeginRepeat name="content" --><!-- InstanceBeginRepeatEntry -->
          <!-- InstanceBeginEditable name="category" --><div id="category">Register for Spring and Summer</div><!-- InstanceEndEditable --><!-- InstanceBeginRepeat name="newsfeed" --><!-- InstanceBeginRepeatEntry -->
          <div id="content">
            <div id="title"><!-- InstanceBeginEditable name="title" -->
            <a name="volleykids" id="volleykids"></a><a href="volleykids.php#volleykids">Volleykids (ages 3-6) boys and girls</a><br />
            <a name="minivolleyball" id="minivolleyball"></a><a href="minivolleyball.php#minivolleyball">Mini Volleyball (ages 7-9) boys and girls</a><!-- InstanceEndEditable --></div>
            <div id="subtitle"><!-- InstanceBeginEditable name="subtitle" -->Spring II:  April 15th - May 13th<br />
            Summer II:  July 8th - July 29th<!-- InstanceEndEditable --></div>
            <div id="textbody"><!-- InstanceBeginEditable name="textbody" -->.View Brochure - Register Now<!-- InstanceEndEditable --></div>
          <br /></div><!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div id="content">
            <div id="title"><!-- InstanceBeginEditable name="title" --><a name="clubprep" id="clubprep"></a><a href="nvaclub.php#clubprep">Club Prep Spring Training (ages 10-14)</a><!-- InstanceEndEditable --></div>
            <div id="subtitle"><!-- InstanceBeginEditable name="subtitle" -->
             Summer I:  May 9th – June 6th
            <!-- InstanceEndEditable --></div>
            <div id="textbody"><!-- InstanceBeginEditable name="textbody" -->!View Brochure - Register Now<!-- InstanceEndEditable --></div>
          <br /></div><!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div id="content">
            <div id="title"><!-- InstanceBeginEditable name="title" --><a name="D1Training" id="D1Training"></a><a href="nvaclub.php#D1Training">D-1 Training</a><!-- InstanceEndEditable --></div>
            <div id="subtitle"><!-- InstanceBeginEditable name="subtitle" -->Summer I:  May 10th - June 7th<br />
    Summer II:  June 21st - July 19th
    <!-- InstanceEndEditable --></div>
            <div id="textbody"><!-- InstanceBeginEditable name="textbody" -->View Brochure - Register Now<!-- InstanceEndEditable --></div>
          <br /></div><!-- InstanceEndRepeatEntry --><!-- InstanceBeginRepeatEntry -->
          <div id="content">
            <div id="title"><!-- InstanceBeginEditable name="title" --><a name="advancedclub" id="advancedclub"></a><a href="nvaclub.php#advancedclub">Advanced Club Training</a><!-- InstanceEndEditable --></div>
            <div id="subtitle"><!-- InstanceBeginEditable name="subtitle" -->SUMMER I:  May 12th – June 2nd<br />
    SUMMER II:  June 23rd – July 21st
    <!-- InstanceEndEditable --></div>
            <div id="textbody"><!-- InstanceBeginEditable name="textbody" -->View Brochure - Register Now<!-- InstanceEndEditable --></div>
          <br /></div><!-- InstanceEndRepeatEntry --><!-- InstanceEndRepeat --> <div id="base"><img src="../images/base.png" alt="base" width="575" height="41" /></div>
          <div id="space2"></div> <!-- InstanceEndRepeatEntry --><!-- InstanceEndRepeat --></div></div>
      </div><div id="abbottpic"><!-- InstanceBeginEditable name="bottomphoto" --><img src="logos/nebraska volleyball academy lincoln club court.jpg" width="800" height="302" alt="Nebraska Volleyball Academy Lincoln Club Abbott Sports Complex" />
        <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    swfobject.registerObject("FlashID2");
    //-->
        </script>
      <!-- InstanceEndEditable --></div>
      <div id="baseinfo"><a href="../about/about.php"><font color="#8E0C0C">About Us</font></a> | <a href="../staff/staff.php"><font color="#8E0C0C">Staff Directory</font></a> | <a href="../volunteer/volunteer.php"><font color="#8E0C0C">Volunteer</font></a> | <a href="../sponsors/sponsors.php"><font color="#8E0C0C">Sponsors</font></a> | <a href="../contactus/contactus.php"><font color="#8E0C0C">Contact Us</font></a> | <a href="../sitemap/sitemap.php"><font color="#8E0C0C">Site Map</font></a></div>
    </div></body><!-- InstanceEnd --></html>
    Thanks for any help.
    Jacey

    Hope this from the Chrome forum helps.
    http://www.google.com/support/forum/p/Chrome/thread?tid=6d78452432a4c4d7&hl=en

  • Remove green space at bottom of page

    How do I remove the green space at the bottom of the page?

    You would need to publish the URL to the page for us to see the "green space".

  • Blank Space at Bottom of Inserted Code

    It appears to me as a bug.
    See example here: 
    http://social.msdn.microsoft.com/Forums/en-US/a6eacddb-68ae-4576-af77-69c057102d5a/decision-factor-benefits-of-computed-columns?forum=transactsql
    Image:
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

    Try padding it on top with a single shift+Enter after clicking the codeblock editor's [insert] button.  That way you won't need to use the html editor.  It's how I just got the result above.
    Or if you like html editing, then pad it with a <br> or two ordinary Enters (the first gets stripped upon clicking [update] ).
    Thanks, I think I'm going to start using this. One liners have looked pretty odd since the codeblock height was enforced.
    Don't retire TechNet! -
    (Don't give up yet - 12,700+ strong and growing)

  • Blank Spaces, shortening length of web pages?

    There is a long blank space below this web page that I can't get rid of:
    http://www.thebunting.com/TheBunting_Empire/Random_Linkage/Entries/2008/5/23_Take_on_me_aufdeutsch.html
    How might I go about shortening it so that the page ends when the text does?

    Nevermind, I figured it out. I had to delete the page and make a new one, but it all looks good now. Thanks.

  • Changing text within frames without adding space at bottom

    Anyone know if there's a method for changing text within frames so that the successive text automatically flows into position without creating blank space at bottom of that current or a subsequent frame?

    Peter,
    You can combine the discussions if you want.  I actually deleted a sentence beginning the second discussion explaining that it was related to the first.  I thought it might impede the discussion.
    Let me describe my problem more completely.  I'm adjusting a book that was carefully crafted using frames for each page so that the text extended to the bottom of each page (frame).  This often splits text within a paragraph between two pages.  This was done so that the customer doesn't feel they are purchasing any blank space and for the aesthetic purpose of filling each page with text.  The only exception is the beginning of new chapters or sections.
    The problem is that I want to change a word here and there in preexisting paragraphs.  When I do, space often one-third the page length is generated at the bottom of a page (frame).  To fill that space and extend text to the bottom of the page again requires -given my current understanding of options- selecting the paragraph (beginning on one page and completed on the second) that has become interrupted by the blank space and performing a "keep lines together" option.  Unfortunately, this usually generates new blank space on a subsequent page, requiring a new "keep lines together"; in a seemingly unending regress of this procedure.
    What I require is a method enabling me to add text within a paragraph that will avoid the generation of the blank space by flowing the subsequent text (composing one or more paragraphs and splitting a paragraph between pages if required) to the end of the page; completely filling the page without requiring any use of "keep options" or whatever.
    Richard

  • How can I print a selection in Firefox 11 without it wasting paper and printing blank space in place of the non-selected material?

    In Firefox 10 and before, I could select a small portion of a web page and it would print the selected portion on a single page. In Firefox 11, it prints blank space for the portion above my selection before printing my selection. This blank space could span several pages, and my printer prints those several blank pages with only headers and footers.

    Still happens with Firefox 12. I wish they'd just fix it, the way it used to be in Firefox 10, without the complicated workaround suggested above.

  • When I print a Word document to a shared printer, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.

    When I print a Word for Mac document to a shared printer (that is connected to my iMac) from my Macbook Pro, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.  I have tried to adjust the margins and the page setup settings but to no avail.  It used to print fine until recently.  Is there a way to fix it so that the printer prints what print preview shows?

    I should add that when I e-mail this document to myself and print it directky from the iMac, it prints fine.

  • How do I get rid of the blank space at the bottom of the new Firefox menu?

    The new firefox 4 has a different menu system. IT has blank space at the bottom wiht just a plus sign that opens new tabs. I can get that from the + sign by the tabs and don't want it or the rest of the blank space on the bar. I need all the space in the main window I can get. How do I get rid of this?
    Found my own answer, disable Conduit Engine toolbar, whatever the heck that is. Why it's enabled to start with is beyond me.

    Hi stephanie,
    These are unrelated questions/statements.
    Space before and space after a paragraph are controled in the Text Inspector, as you've found out.
    Pages will create a page break whenever there is no room for another line on the page. That break can come anywhere in a paragraph.
    You may be thinking of Widow and Orphan prevention, and the other Pagination controls, found under the More button in the Text Inspector. (If that's what you found, then thanks for the refresher! I hadn't been to that pane for awhile, and had forgotten the variety of pagination controls available.
    Regards,
    Barry

  • Blank space between Detail section and Page Footer - How to remove it ?

    below is the problem.
    We make  report as followspage header Section details
    Employee Information    
    Report Footer
    Page Footer                   
    Other Information
    whenever we run this crystal report it leaves space in between  after employee information (Detail Section) and before Page Footer.We don't know its a problem  of footer or any other else.
    When i preview and print out the reports
    it showing Detail section 10 Rows (which satisfying condition) and then Blank space and then at the bottom of page shows Page Footer (which contain 2 subreports).
    Let me know if you need aditional information on this.
    pls provide suggestions.

    Try with this
    1. Suppress any unused sections in both sureports and in the mainreport.
    2. Check all the fields fits the sections. Select all the fields in the section and give align top and make all the fields of same height and make it fit to the section.
    Hope this solves your problem.

Maybe you are looking for

  • GETTING ROW COUNTS OF ALL TABLES AT A TIME

    Is there any column in any Data dictionary table which gives the row counts for particular table.. My scenario is...i need to get row counts of some 100 tables in our database... instead of doing select count(*) for each table....is there any way i c

  • How can I use oracle function to decode the encode value

    Hi everybody, If the data is encode value how can I decode this value

  • Effective Price Update in PIR

    Dear All, in my Purchase Info Record, My net value is 100 Rs, Effectice Price is 100 Rs.. But now when i am creating PO and change my price... It shows warning Message that effective price is 2000 Rs. I have also checked Update Info Box in PO... But

  • Macbookpro 15' prompts unecessary shutdown/restart

    my macbookpro (2009) 15 inch is itching me with a problem.. i did a Snow leopard 10.6.2 update..frm that tym if i leave my book untouched fr 10 seconds it prompts me fr a shutdown or restart..i change the "Power Managemnt" options but i could not res

  • How to create transaction codes

    hi, i have a program written and i need to have a transaction code to that program so that i can type in command field... can anyone just tell me the procedure to do this... thx in advance, regards, aj.