Huge Empty Space at Bottom of WebPage

Hi:
I've been trying to build a template for eBay auctions. I've
been able to create what I want--except for the fact that there is
a huge space at the bottom of my design. It's noticeable in Firefox
and Safari, but the space is enormous in IE. In fact, IE nearly
doubles the length of the webpage with worthless space! I will
include a link to the template that I am working on. How can I get
rid of this empty space at the end?
Link:
http://www.lucid-dreams.com/ebay/eBay.html
Thank you for any help!

I got a little carried away, but try 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">
<!--
#Container {
width: 800px;
margin-right: auto;
margin-left: auto;
border-top-style: double;
border-right-style: double;
border-bottom-style: double;
border-left-style: double;
overflow:hidden;
#Header {
height: 87px;
width: 800px;
border-bottom-style: double;
#LeftBox {
float: left;
width: 212px;
background-color: #ccc;
font-size: 24px;
text-align: center;
padding-right: 5px;
padding-left: 5px;
#MainText {
float: left;
width: 575px;
background-color: #FFF;
#Body {
width: 800px;
background-color: #CCC;
overflow:hidden;
#Return-Policy {
background-color: #FFF;
width: 800px;
margin-right: auto;
margin-left: auto;
text-align: center;
#Title {
float: left;
width: 575px;
background-color: #FFF;
font-size: 24px;
color: #00F;
text-align: center;
#Shipping {
background-color: #FFF;
width: 575px;
float: left;
-->
</style>
</head>
<body>
<div id="Container">
<div id="Header">
<p>Logo will go Here</p>
</div>
<div id="Body">
<div id="LeftBox">
<p>New! </p>
<p>Factory Sealed! </p>
<p>Free Shipping!</p>
<p>Ships Same Day or Next Day! </p>
<p>We e-mail Tracking Numbers! </p>
<p>100% Positive Feedback! </p>
</div>
<div id="Title">
<p><span id="Font24">Title of
Auction</span><br />
and maybe a subtitle
</p>
</div>
<div id="MainText">
<p>This Div is where the product will be described in
detail. </p>
<p>This Div will vary in size from Auction to
Auction.</p>
</div>
<div id="Shipping">
<table width="575" border="1" summary="Accepted Payment
Methods and
Shipping Rates">
<caption> 
</caption>
<tr>
<th colspan="2" scope="col"><u><font
color="#0000FF"
size="4">Payment</font></u></th>
<th width="6" rowspan="6" scope="col"
bgcolor="#C0C0C0"> 
</th>
<th colspan="2" scope="col"><font color="#0000FF"
size="4"><u>Shipping</u></font></th>
</tr>
<tr>
<th width="80" scope="row">PayPal</th>
<td width="150"><p>Accepted; immediate shipment.
</p>
<p><strong>We will only ship to Confirmed
addresses.</strong></p></td>
<td width="81"><b>Within Continental United
States:</b></td>
<td width="128">Free</td>
</tr>
<tr>
<th scope="row">Cashier's Check</th>
<td>Ships 7 days after received</td>
<td><b>Outside Continental United
Stated:</b></td>
<td>Please contact for price
<em>before</em> bidding or
buying.</td>
</tr>
<tr>
<th scope="row">Money Order</th>
<td>Ships 7 days after received</td>
<td colspan="2"><b><font
color="#008000"><center>We ship
<em>Fast!</em></center></font></b></td>
</tr>
<tr>
<th scope="row">Personal Check</th>
<td>Ships 7 days after received</td>
<td colspan="2"><font
color="#ff0000">Tracking</font>
included!  We will email to you
the tracking number soon after I send the
package.</td>
</tr>
<tr>
<th scope="row">Cash</th>
<td>Unacceptable</td>
<td colspan="2">All Checks Payable to</td>
</tr>
</table>
</div>
</div>
</div>
<div id="Return-Policy">
<p><strong>Return
Policy</strong></p>
<ul>
<li>30 Day Satisfaction Guarantee </li>
<li>All unopened items shipped within the last 30 days
may be sent
back to us for a full refund.</li>
<li>Return shipping charges will not be
reimbursed.</li>
<li>Refund will be issued by the original method of
payment.</li>
<li> No exchanges or store credits will be
given.</li>
<li>Refunds will only be issued for items
returned</li>
</ul>
</div>
</body>
</html>
<!-- text below generated by server. PLEASE REMOVE
--><!--
Counter/Statistics data collection code --><script
language="JavaScript"
src="
http://us.js2.yimg.com/us.js.yimg.com/lib/smb/js/hosting/cp/js_source/whv2_001.js"></scrip t><script
language="javascript">geovisit();</script><noscript><img
src="
http://visit.webhosting.yahoo.com/visit.gif?us1236447682"
alt="setstats" border="0" width="1"
height="1"></noscript>
"Lucid Dreams" <[email protected]> wrote in
message
news:[email protected]...
> Hi:
>
> I've been trying to build a template for eBay auctions.
I've been able to
> create what I want--except for the fact that there is a
huge space at the
> bottom of my design. It's noticeable in Firefox and
Safari, but the space
> is
> enormous in IE. In fact, IE nearly doubles the length of
the webpage with
> worthless space! I will include a link to the template
that I am working
> on.
> How can I get rid of this empty space at the end?
>
> Link:
http://www.lucid-dreams.com/ebay/eBay.html
>
> Thank you for any help!
>
>

Similar Messages

  • Empty space in JScrollPane

    Hi,
    I have placed a JScrollPane with verticalScrollBar property set to AS_NEEDED. I have a JPane inside the JScrollPane with layOut property set to null.
    When the form is not maximized, first half of the JPane is displayed and Vertical scrollbar is displayed. If I scroll down, after all controls, there is a huge empty space in the JPane, which is actually not there at design time. This happens even in the form maximized mode also.
    Please help.

    What I have noticed is, even if the VerticalScrollBarPolicy is set to AS_NEEDED, it is displaying the vertical scroll bar always! How to avoid that?

  • I have 2 inches of empty space on both sides of the screen on all websites when using firefox. How do I get webpages to fill the screen?

    All my webpages on firefox have about 2 inches of empty space on both sides of the screen, but on Internet Explorer there is much less empty space or mostly none at all. How do i fix this?

    I can't make out from your low-res screenshot what those gray images in the menu at the left are, but I do not see them and there is nothing int the page source that accounts for them.
    *http://www.womensonlinebusiness.com/about-WomensOnlineBusiness.html
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How to get rid of all the blank empty white space at bottom of photoshop palettes?

    on a large screen the palettes can have big tall empty white spaces below the last imput.  Sometimes the corner size adjustment box is off the screen
    and I want to eliminate the empty space..
    Can I eliminate this extra blank space (without changing display resolution)?  Why is it there?

    When I take a screen shot     see attached    It shows the bottom of the, in this case, layers and channel, patettes but it is not actually visible or accessible on  my cinema 30" screen.  I know I can change the resolution so the size adjustment boxes can be reached and resize the white space away in that manner, but I like the resolution as is 2048 x1280 for my bad eyesight and continually resizing seems like wasted effort.  There is no purpose for the extra white space so I want to make it so the palettes only show what is in them.  Probably not possible?
    separate  issue:  can you make it so the tool bar is alway in the front?  Why should it ever be behind anything?

  • Why is there a huge white space to the right of the board when I play Lexulous on Facebook?

    I play Lexulous (a form of Scrabble) on Facebook. For months now, whenever I play the game, there is a huge white space to the right of the board, like a whole other window. Only with this app. I tried another browser, same thing, and it also does it on my laptop (MacBook Pro). I asked the Lexulous help desk and attached a screenshot; they had no idea what would cause that to happen. I asked a couple of my regular opponents and they are not seeing it. It's really annoying because if I accidentally touch my mouse to the bottom scroll bar, the board slides offscreen to the left.
    Sorry if this is the wrong forum for this question, but I'd like to fix it.

    If you are using Safari to connect to Facebook, try this on one of the Macs.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab.
    If there are any installled, turn that OFF, quit and relaunch Safari and try that game.

  • Remove empty space in Picture Library Slideshow web part

    I'm using Picture Library Slideshow web part in one of my pages. The web part itself is working fine, but I'm a bit annoyed by the white space the web part is consuming.
    The web part puts lots of empty space between the web part header and the picture and also to the bottom of the web part.
    The Slideshow web part generates the CSS on the fly, so I cannot really get a control of it cause it doesn't have any static CSS classes(that I know of, at least).
    How could I get rid of these white spaces?

    Hi Pekch,
    Thanks for your post.
    You can achieve this using JQuery.
    1.      
    Download
    JQuery to your SharePoint Server, and then add a Content Editor Web Part to the page;
    2.      
    View the source code using IE developer(Press F12), the code likes below:
    <td style="width: 195px; height: 213px;">
                    <div style="..." id="MSOPictureLibrarySlideshowWebPart_ctl00_m_g_ffa17524_ffa7_44e7_974c_1756a39257b9_cell">
                    </div>
    </td>
    3.      
    So now, you can find the control whose id is started with “MSOPictureLibrarySlideshowWebPart” using the JQuery Code below:
    jQuery('div[@id^=”MSOPictureLibrarySlideshowWebPart”]')
    4.      
    Remove the style of the “div” and his parent “td”. Because there is a “Width” attribute in both levels.
    More information:
    http://weblogs.asp.net/jan/archive/2010/10/05/getting-started-with-jquery-templates-and-sharepoint-2010.aspx
    http://www.bennadel.com/blog/1003-Cool-jQuery-Predicate-Selectors.htm

  • I need to Delete the empty space page of report

    I need to Delete the empty space page of report 
    http://imageshack.com/a/img540/191/nrOwz6.jpg
    I Need Help!!
    Thanks

    Hi yha10,
    Per my understanding that you want to add one textbox at the bottom of the tablix and make it display as the last on each page after the tablix, you have try to add the page footer but if there is little record in the report you will got some space between
    the report footer and the last row of the tablix, right?
    If you don't want to display the space and I suggest you don't use the report footer and you can take reference to the details information below to display the information as the last row of the tablix on each page:
    Right click the Details in the Row Group and select to Add Group-->Parent Group:
    and add this expression in the Group By:
    =Ceiling(RowNumber(Nothing)/10)
    (10 is the number of rows you want to display on each page)
    Right click the row group to select the "Group Properties" and add page break by check the "Between each instance of a group":
    Right click the first column which the Group located and select the Insert Row-Inside Group-Below:
    Select the Entire Column1(Group) and delete columns:
    Merge the entire last Row and type the information "I need to show on all the page" in it:
    If you still have nay problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • I need that this button must get displayed after an empty space below table

    Hi
    I have created a table and added a button at bottom of table.
    I need that this button must get displayed after an empty space below table.
    How can i get an empty space there.
    I have took a transparent container and selected a grid layout for it.
    Thanks.

    Thanks Apurva....inserting "Horizontal gutter" solved my problem.
    I need one more help.
    In this transparent container, i have to add a header text displaying caption for this table and then a section which will display some buttons and text, then this table will be displayed and at last this update button.
    i.e.
    1.  header text
    2.  area with few buttons and text(lables)
    3. Current table
    4. update button.
    for this as i specified i have used a transparent container with grid layout...
    Please guide me in this...
    Thanks....

  • Delete empty space in PLD footer

    Hello,
    In my report done with PLD I have the following need:
    For example the footer contains 3 fields :
    If the 3 fields contains data, it's displayed like this:
    Total A
    Total B
    Total C
    If the field Total B doesn't contain any data, it's displayed like this:
    Total A
    Total C
    My objective is to avoid the empty space between the 2 fields Total A and Total C when the field Total B is empty.
    I already tried to tick "delete null values" and "adjust to the cell hight" but the space is still here!
    I already tried the solutions given in the other threads but it doesn't work (maybe because in the threads they talk about repetitive area, which is not my case: i work with the footer).
    Thanks for your help.
    Kind regards,
    Walid BELAHMER.
    Edited by: Walid Belhamer on Apr 30, 2010 5:56 PM
    Edited by: Walid Belhamer on Apr 30, 2010 5:57 PM

    Hi,
    I am sure that the above solution is not possible instead of printing in vertical line you can print the details in horizontal line like this
    TOTAL     A:    Some infor.....            TOTAL B:    Some information           Total C    Some information
    This is the solution that i have gave to the clients....
    Regards
    Chidambaram

  • Empty spaces

    Hi everyone!
    I need to ensure some columns have null and not empty spaces.
    I have come up with this method.
    Would like to know if there is any other way of doing it.
    update table_temp
    set columnSample = null
    where (ascii(columnSample)= 0 and length(columnSample) > 0)
    or (ascii(columnSample)= 32 and length(columnSample) > 0)
    or (ascii(columnSample)= 10 and length(columnSample) > 0)
    or (columnSample= '' and length(columnSample) > 0)Hope someone could enlighten me on this!
    Thanks a lot.
    Nith

    Nith,
    Your statement would NULLify columns that start with empty space, but have other characters after that.Column like " helllo".
    This simple statement sould do the trick:
    update table_temp
    set columnSample = null
    where ltrim(columnSample) is NULL

  • How can we remove empty space created in the flat file unintentionally

    Hi Forums,
    In our data flow, transactional data is flowing from one ODS(Acquisition Layer) to two different ODS's(Integration Layer) parallely. Error occured in first ODS(Acquisition Layer) i.e ODS was not getting activated for long time coz of empty space[#] in one of the infoobjects of a particular record. After manually deleting the request in two ODS's of Integration Layer & edited that particular record in PSA and reconstructed that deleted request form PSA the problem was solved.
    This wrong entry is getting visible only at the time of ODS activation. Can any one suggest me a permanent solution for not occuring of empty space at the source system level or at SAP XI interface level or in the SAP BW system level?
    Thanks in advance

    Hi,
    If your ino object is of numeric type then check the condition if it is # (empty) then
    replace with 0 (zero), if it is char. then make it SPACE..you can use this following statement in your transfer / update rule for the IO.
    replace all occurances of '#'  with ' '.  (for Char.)
    (for Numeric)
    if COMM_STRUCTURE-XXXX is initial.  
    RESULT = 0.
    endif.
    Hope it helps..
    assign points if useful.
    Cheers,
    Pattan.

  • Videos (eg, YouTube, New York Times) do not work on my Retina Display MacBook Pro.  There is sound but only empty space where the video should be.  Help?

    Videos (eg, YouTube, New York Times) do not work on my Retina Display MacBook Pro.  There is sound but only empty space where the video should be.  Help?

    Did you install Flash Player?
    http://get.adobe.com/flashplayer/

  • How to add new text and an empty space before a file name with Automator

    I can create a new service to add to multiple files some text before the file name but I need to add even an empty space; e.g. file name original  becomes: new text(space)file name original. The aim is to add this text and space to multiple files.
    I hope to be understood. Please can somebody help me?
    Thanks

    This is an old Apple-supplied AppleScript that will do the job.
    IMPORTANT: note the conditions of use: it will choose the frontmost Finder window to operate on. Therefore, open the folder you want to change the names of and make it the front finder window BEFORE running the script.
    Add to File Names
    This script is designed to add a prefix or suffix to files in the front window of the desktop.
    If no folder windows are open, the script will affect items on the desktop.
    Copyright © 2001–2007 Apple Inc.
    You may incorporate this Apple sample code into your program(s) without
    restriction.  This Apple sample code has been provided "AS IS" and the
    responsibility for its operation is yours.  You are not permitted to
    redistribute this Apple sample code as "Apple sample code" after having
    made changes.  If you're going to redistribute the code, we require
    that you make it clear that the code was descended from Apple sample
    code, but that you've made changes.
    --March 2014: Changes by Phil Stokes to make the script work on 10.9
    --these changes are simply reversing the order of parameters in the lines that have "copy" in them
    -- The following line is disabled due to a Menu Manager bug
    --set the source_folder to (choose folder with prompt "Pick the folder containing the files to rename:")
    try
              tell application "Finder" to set the source_folder to (folder of the front window) as alias
    on error -- no open folder windows
              set the source_folder to path to desktop folder as alias
    end try
    set the prefix_or_suffix to ""
    repeat
              display dialog "Enter the prefix or suffix to use:" default answer the prefix_or_suffix buttons {"Cancel", "Prefix", "Suffix"}
              copy the result as list to {button_pressed, prefix_or_suffix}
              if the prefix_or_suffix is not "" then exit repeat
    end repeat
    set the item_list to list folder source_folder without invisibles
    set source_folder to source_folder as string
    repeat with i from 1 to number of items in the item_list
              set this_item to item i of the item_list
              set this_item to (source_folder & this_item) as alias
              set this_info to info for this_item
              set the current_name to the name of this_info
              if folder of this_info is false and ¬
                        alias of this_info is false then
                        if the button_pressed is "Prefix" then
                                  set the new_file_name to the (the prefix_or_suffix & the current_name) as string
                        else
                                  set the new_file_name to the (the current_name & the prefix_or_suffix) as string
                        end if
                        my set_item_name(this_item, the new_file_name)
              end if
    end repeat
    beep 2
    on set_item_name(this_item, new_item_name)
              tell application "Finder"
      --activate
                        set the parent_container_path to (the container of this_item) as text
                        if not (exists item (the parent_container_path & new_item_name)) then
                                  try
                                            set the name of this_item to new_item_name
                                  on error the error_message number the error_number
                                            if the error_number is -59 then
                                                      set the error_message to "This name contains improper characters, such as a colon (:)."
                                            else --the suggested name is too long
                                                      set the error_message to error_message -- "The name is more than 31 characters long."
                                            end if
      --beep
                                            tell me to display dialog the error_message default answer new_item_name buttons {"Cancel", "Skip", "OK"} default button 3
                                            copy the result as list to {button_pressed, new_item_name}
                                            if the button_pressed is "Skip" then return 0
                                            my set_item_name(this_item, new_item_name)
                                  end try
                        else --the name already exists
      --beep
                                  tell me to display dialog "This name is already taken, please rename." default answer new_item_name buttons {"Cancel", "Skip", "OK"} default button 3
                                  copy the result as list to {button_pressed, new_item_name}
                                  if the button_pressed is "Skip" then return 0
                                  my set_item_name(this_item, new_item_name)
                        end if
              end tell
    end set_item_name

  • How to get rid of empty space in module pool screen?

    Hello Experts,
    In module pool, I have 2 table controls inside 2 separate boxes in the same screen. Based on some conditions I hide the first table control. It's all working fine. But the space where first table is created remains blank in the screen. I don't want that.If the first table control is hidden the second table control should occupy the empty space. I do not want empty space in the screen.
    How can I acheive this.Is there anything I can set in the screen attribute level.
    Thanks.
    Yasin.

    Hi Yasin,
    As you said you have 2 sub screen areas and also 2 subscreens.
    when hide the First subscreen from First Subscreen area, you need to assign the second subscreen on to the first subscreen area and a dummy subscreen on to second subscreen area, this is a kind of work around and bit tricky playing with screen elements
    in Top Include
    data dynnr type sy-dynnr value '100' " your default Subscreen number
    in PBO
    call subscreen sub1 including sy-repid dynnr1 " First Sub screen area
    call subscreen sub2 including sy-repid dynnr2 " Second sub screen area
    in PAI
    module call_dyn_number.
    in program.
    case ok_code.
    when 'HIDE'. " When you hide the first table control
    dynnr1 = '200' " This is your second table control containing Screen number
    dynnr2 = '300'. "This is a Dummy Screen Number which doesnt contain any screen elements so output is plain
    " Note: This is a crude IDEA only as you try to implement you need to adjust this for the expected outcome
    " I implemented this earlier but dont have complete ref at this moment
    endcase.
    Hope this serves your purpose
    Cheerz
    Ram

  • Since installing Firefox as my default browser, and removing Internet Explorer 9,which was awful, my Homepage screen is just in the middle of my screen with very small print and empty space on each side of it. Can the be fixed?

    Three days ago I installed Internet Explorer 9 as my browser. When I tried to sign in to my email on my homepage I couldn't.
    I contacted my service provider and they said that Explorer 9 was not compatible with them as it is in Beta form and also in test mode.
    They suggested that I remove Explorer 9 and install Firefox, which I did. Then they said it was a good idea to have more than one browser at a time and to go into the Microsoft site and download Explorer 8.
    I tried this and it would not let me go back to Explorer 8 only forward to 9 which I reinstalled.
    After all of this my Homepage only fills up the middle of my screen and I have empty space on either side of the picture. When I browse, the site I go to opens up to full page, but the print is much smaller than before.
    I don't know what I installed to make my viewing so much smaller or my homepage to shrink.
    Also do I really need 2 browsers or can I just go with Firefox?
    If so, how will not having Internet Explorer affect my browsing?
    Firefox is set as my default browser and I am enjoying using it, I just wish I had my Homepage back to full screen!

    When going to a website the picture was small - tried changing the Zoom size , tried Zoom Reset - the text did change size but the layout distorts - found under View - Zoom - Zoom Text Only was checked --- Removed this check mark and the website returned to normal size and Zoom worked normally again. I am 99.9999% sure I did NOT check this myself and there is no one else on the computer to cause it. Maybe this will help.

Maybe you are looking for

  • AAMEE 3.1 download progress stuck at 100%

    Trying to create a new 64 bit CS6 installer using AAMEE 3.1 but everytime it downloads updates to 100% then stops (appears as if it's waiting for something) but my only option is to cancel out of AAMEE..... Help!

  • How do I use an Edge Animate project with SVG files in InDesign for DPS output?

    Is there any way to include an Edge Animate web content using .svg files in InDesign for output to DPS? Edge Animate works great with InDesign, except for when you're using SVG files. I've worked with SVG files on the web successfully (writing .htacc

  • My iPhone 5 won't automatically send iMessages (enabled in settings)

    My iPhone 5 won't automatically send iMessages to other peoples' devices who have iMessages enabled, unless they send an iMessage to me first. My phone automatically sends SMS only, and does not automatically detect if other people have iMessage capa

  • BI content

    Hi All, I have fresh new BI IDES system with me.i want to install all the content like for Inventory and SD . I have gone to BI content and moved the info source for billing item - > in grouping i have given Data flow before and after - >  collection

  • Date and Timezone problem...

    Hello, Please, can sombody explain me the following program           long l = System.currentTimeMillis();           for (int i = 0; i < 25; i++ ){                l = l - 86400000;                System.out.println(i+":"+new Date(l)); Output: 0:Tue A