White space under table on page how to get rid of it

I created a new page, inserted a table to fill the page and
put in a background color. When I look at the page in Dreamweaver,
there is no white space under the table at the bottom of the page.
When I preview the page in a browser, the table ends about an inch
from the bottom of the page and I have about an inch of white space
under the table. Does anyone have an idea why this is happening?
Thanks for any help you can give. I'm going crazy trying to
get rid of it.
Diane

Fix up the errors with your html firstly - then see where you
are at with
the page....
The first thing to do would be to get rid of the table
heights - it's
invalid and won't render cross browser anyway. Error:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.comcast.net%2F~moordian%2F
PS: Are you working on a PC or a Mac?
Nadia
Adobe® Community Expert : Dreamweaver
http://www.DreamweaverResources.com
|Tutorials|SEO |CSS Templates
http://www.csstemplates.com.au
http://www.adobe.com/devnet/dreamweaver/css.html
CSS Tutorials for Dreamweaver
"diane7" <[email protected]> wrote in
message
news:efa1h5$o12$[email protected]..
> When I am working on the page in Dreamweaver, I can't
add content any
> lower
> than the gold bar at the bottom. In fact, none of the
white under the
> gold bar
> shows up in Dreamweaver, when I'm working on the page.
It only shows up
> when I
> preview it or publish it. That's why I'm so baffled. The
gold bar should
> be
> the bottom of my index page but that white shows up in
the published
> version
> underneath it. My page properties are set to 0 margins
on all four sides
> of
> the page and the table is set to 0 padding and 0 cell
spacing, so I don't
> think
> that's it.
> Diane
>

Similar Messages

  • Having 200+ GB of "Other" Space in HD.. How to get Rid of it?

    So I have 200 GB of other in my storage and Ive tried OmniDisk to get rid of stuff but nothing is making it have more space. Anyone have any other ideas to how to get rid of all this other space?

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion's Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.
    What is "Other" and What Can I Do About It?- Apple Support Communities

  • IOS warning new 'Pages' How to get rid of it

    I don't want to use Maverick(I tried with complete Keychain disaster bug and all) and I don't want Pages 13!
    Using Pages 9 on iOS and Mac OS 10.8.x is okay for me.
    How to get rid of the iOS in-app warning to update Pages?

    You can hide your purchases, which you can do from the QuickLinks > Purchased option from the main page in the iTunes Store on your computer. This won't hide any apps that are on your device, just those in your purchase history when you go to re-download any. Whether it will stop the new app update available messages, I'm not sure.

  • Printing Docs - how to get rid of 3 inch wasted space on right side of page

    I tried to print out : Communicating With Objects
    http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CocoaFunda mentals/CommunicatingWithObjects/CommunicateWithObjects.html
    After trying several different settings and printed only the first page until I got the print more or less the way I wanted it, however...
    I have a standard HP Color Laserjet 2600n, looked at all the printing preferences, and all four margins are set at (.25 inch), yet when the pages print out there are about 2.5 inches of wasted space on the left side. The space is there for the Table of Contents, but there is nothing printed there, the space is blank.
    So I clicked on the Table of Contents header, so the TOC became hidden and the window only contained the text and images, then when I tried to print, I found that now there were about 3 inches of white space on each page on the right hand side. This is somewhere around a 40% waste in paper, trees, etc.
    One would think that expensive as printing is, there would be a way to save paper by optimizing coverage on each page as much as possible.
    Another curious thing is that the size of the text on the screen is easy to read at Safari normal (default) settings, yet when the first page is printed the text is really small.
    In order to get the size of the print on the paper to be easily readable, I had to click on the large [a][A] at the top of the Safari window twice (+ 2 sizes). The text on the window was fairly large, but the print became easy to read. There was still an excessive amount of wasted space, which just goes against the grain...
    Does anybody have a clue how to get rid of all the wasted space on each page ? There has to a simple way, this is 2010 and we've been doing this for 25+ years now.
    I am sure it is something simple that I am overlooking ? I'd be grateful for any help.
    Thank You,
    Bill Hernandez
    Plano, Texas

    What browser are you using? Try downloading a PDF if one is available, or try printing from XCode's Deveoper Documentation window.

  • Clear white space under layer divs

    Is there a way to clear the white space under layer divs?  See below.  There are three layers, and then another div tag below that that has "Text".  The red area is pointing to the white space I need to get rid of.
    Here is the code:
    <html>
    <head>
    <style type="text/css">
      div.layer1 {
      background-color:lime;
      width:150px;
      height:150px;
      position:relative;
      top:10px;
      left:80px;
      z-index:2
      div.layer2 {
      background-color:yellow;
      width:100px;
      height:100px;
      position:relative;
      top:-60px;
      left:35px;
      z-index:1
      div.layer3 {
      background-color:orange;
      width:120px;
      height:120px;
      position:relative;
      top:-180px;
      left:175px;
      z-index:3
    </style>
    </head>
    <body>
    <div class="layer1">
      Layer One<br>
      Layer One<br>
      Layer One<br>
      Layer One<br>
      Layer One<br>
    </div>
    <div class="layer2">
      Layer Two<br>
      Layer Two<br>
      Layer Two<br>
      Layer Two<br>
      Layer Two<br>
    </div>
    <div class="layer3">
      Layer Three<br>
      Layer Three<br>
      Layer Three<br>
      Layer Three<br>
      Layer Three<br>
    </div>
    <div> Text </div>
    </body>
    </html>

    There is really no such thing as a "layer div". Old versions of Dreamweaver used the name "layer" to mean an absolutely positioned div.
    What you have done is to create relatively positioned divs. A relatively positioned element is moved from its normal place in the flow of the document without affecting other elements.
    Your three divs have a combined height of 370px. As a result, your text is placed that far down the page.
    If you wanted to move it up, you would need to give the Text div an ID and a negative top margin of -170px.
    #textdiv {
        margin-top: -170px;

  • How to get rid of white space in EPS embedded in Word for letterhead template?

    Does anyone know how to get rid of the white band in the bottom of this letterhead?
    I embedded the EPS image (done via Illustrator) as a watermark in the header section of MS-Word.
    It looks fine in the Word version, but as soon as I try to print the document - either via Word or via a PDF - that white
    band on either side of the footer and underneath it keeps showing up. I can't get rid of it. I tried this on a PC and a Mac
    and those white bands won't go away.
    If anyone could let me know how to resolve this problem, I would be eternally grateful!
    Thank you.
    NZB

    If you want this to bleed, then you will have to print on oversize paper and trim or find a printer that will print borderless.

  • How to get rid of spacer.gif?

    Hello there,
    I have an assignment for class and my teacher hasn't gotten back to me yet.
    I created a site in fireworks (cs6) and then he says to export it. As I was building it and previewing it in a browser, I see these blank white boxes in certain areas and it's shifting things. I tried exporting thinking maybe it was just my browser and they were still there when I opened the file in DW. I think this is an issue because I'm using tables but I want to get rid of these.
    I tried deleting them from the code but then the entire layout went crazy. I tried aligning all the slices. I tried the different settings in the fireworks export options but it just shifts where the white squares appear.
    I'm really getting frustrated but don't know how to fix this. Please help!
    Below are three images. One with slices on. Second with preview in browser (same shows up in Dreamweaver) and finally what it's supposed to look like.

    Are you trying to export a table-based layout? It sounds like you are... Have a look at the export options available under File > HTML Setup. The Table options allow you to choose what methods are used for spacing or to fill empty table cells. If this doesn't help, then the General options might be worth experimenting with. In particular, try choosing another option under HTML Style (e.g., Generic XHTML or Dreamweaver HTML, instead of Dreamweaver XHTML).
    The other option is to create a layout with the intent to export it as HTML & CSS. In that case, upon exporting, you'd choose "CSS and Images" (instead of "HTML and images"). However, this requires that you build the file and slice it in a particular way; I mention this just in case you're attempting to export the file in this form, instead of as a table-based layout.

  • In the lefthand sidebar of Finder, under 'Shared', I encounter in addition my TC, another computer, identified by a long name starting with 'hp'. I don't have another computer. What could this be? And how to get rid of it?

    In the Finder sidebar, under 'Shared', I encounter my TC, as well as another item with a long name starting with 'hp'. 'Get info' shows it to be a 'PC'. However, I don't have a PC. It cannot be my printer (HP), since that has anoter name.
    I can not access the item, which has me a 'guest'.
    What could this item be? And how to get rid of it?
    Many thanks in advance for your help.
    DB

    It's almost certainly your hp printer and is showing the WiFi adapter MAC address after the HP.
    To verify, look at the printer configuration page via Bonjour in Safari.  The settings tab shows the Mac address in the bottom left hand corner for my model of HP printer.
    I'm sorry but I can't explain why that would show up in the finder.

  • How to Get Rid of White Stripe At Top of Firefox Browser

    I have the current version of Firefox installed. Recently, perhaps with the most recent install, I'm not exactly sure, a white stripe appeared at the top of the browser, right under the search and URL boxes at the top of where websites would normally show, a white stripe about a 1/2 inch thick has appeared. Not on every single site, google.com works fine, but for example, it blocks out the home, connect, discover and me tabs on Twitter. Or if you go to mozilla.com, the tabs at the top of the mozilla site briefly show, then are blocked by the white bar. You can't click on any of them, even if you have your mouse pointed at the right spot. You can refresh the screen and they'll briefly show again, but not long enough for you to click on anything.
    I've run a number of search engine queries trying to find out how to get rid of this problem, but I'm only finding resolutions for webmasters, not for end users who have to deal with this problem on the other end of the browser.
    Anyone know how to get rid of this nuisance? I'm about ready to uninstall Firefox because its useless on many sites with buttons and tabs on top.

    I shut down all but one of the extensions, and that seems to have resolved the problem. Thank you!
    Now to figure out which extensions I need, and which I don't, because I don't have a clue. I don't remember installing most of these, I only recall one or two (nothing looks spammy like funmoods, but still don't remember when or why these were added...)

  • How to get rid of the Login page in Portal?

    Hi Guys,
    I have a newly developed intranet portal project for my company which does not need login no more. I hope you can help me how to get rid of the login page in portal which is I know in every application you create, there should be a login. Is this possible that I can just simply type in to the URL address bar my application then it will no longer ask for any logins? Please help! Many thanks!
    Russel

    Hi Russel,
    You can give public access to pages, applications etc. Users won't need to supply a username/password then, while you still can hide some of the pages to authorized people.
    Check the access tab for pages and the manage tab for applications.

  • How to get rid of the main text box in the back of the page AND move things

    I usually work in Adobe Illustrator, Photoshop, and InDesign, but am creating two newsletter templates in Pages for a colleague, since it will be easier for her. But, for the life of me, I can't figure out how to get rid of the main text box in the back of the page that is driving me crazy. I just want a nice blank page that I can do whatever I want with. AND, I can't figure out how to select things so that I can move them, like shapes and text boxes. Some things seem to move fine, then other things just sit there. I am at the end of my rope!!!

    Hi, Dylan. Welcome to Discussions.
    If you're referring to the area where you just start typing when you open a new blank document, you can't get rid of it. But you also don't have to use it. You can insert text boxes and size and position them as you desire. Just be sure they're defined as Fixed on Page. When one is full and you want to continue it to another page (or to the side), click in the blank blue box on the lower right side of the text box. That will create another box and your overflow text will flow into it. Then position it where needed.
    Also, you can create a text box the width of the page and then set it for 2 or more columns.
    When you want to send something to the back and you may want to access it again later, just use the send backward command. If you send it all the way to the back, it will be behind the main text layer (where it will be safe from acvcidental movement) but you will have to click outside the work area and then drag the pointer to the object to select it.
    Hope this helps to get you started.
    Walt

  • On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help :)

    On iTunes when i plug my iphone in, the bar at the bottom with contains the information about the capacity of my iphone, it has a bar called 'other' which has 4GB. I don't know what is taking up that space or how to get rid of it. please help

    You can reduce the size to normal, which is about 1GB, by restoring the phone.
    Backing Up, updating, and restoring your iPhone and iPod touch software
    The size of this part can increase when something goes wrong during a sync, or some files can't be read anymore by iTunes.

  • Hi, I have this green mark (with pointing arrow looks like a link) on some words show on my window screen when I open a web page, I wonder if it is a virus link or such. Need help how to get rid of it. Thanks

    Hi, I have this green mark (with pointing arrow looks like a link) on some words show on my window screen when I open a web page, I wonder if it is a virus link or such. Need help how to get rid of it. Here's the example:
    WING
    GAMES
    MAJORITY
    Thanks

    If the third link you posted (the link containing the word "majority") does not look like the following then you inadvertently installed adware.
    That particular page should resemble the following:
    The word "majority" in the third paragraph should not be a link and should not have the green icon associated with it.
    To learn how this may have occurred, and how to prevent it from occurring in the future, read How to install adware
    Most so-called "news" websites are nothing more than entertainment outlets that cater to prurient interests, and contain advertisements that leave the user about three clicks away from installing junk. If you decide to frequent those websites, Safari's "Reader" feature helps minimize that exposure.
    Try it:

  • My iPad air has 32 gb, but I am down to about 3 gb.  What should (and how) I get rid of to free up space?

    My iPad air has 32 gb, but I am down to about 3 gb.  What should (and how) I get rid of to free up space?

    Are there apps you don't need or use? Delete them.
    Is there content you've downloaded from iTunes that you can delete (as long as it's available in iTUnes, you can redownload any previously purchased content)
    Do you have any large e-mails in your mailbox? Such as mails with photos.
    Do you have photos that you don't want or need anymore?
    Settings, general, usage can tell you how much space apps are taking up and that can help you choose what needs to go, what's part of the problem, etc.

  • "Portal Content Area Builder" how to get rid of this page heading?

    "Portal Content Area Builder" how to get rid of this page heading?
    Hi All
    I have created a Single page Website..??? by using folders.
    when a user click on any link that call a folder but not a page and that folder is displayed with the layout specified in "Content Area Page" however there is no such option available to change the Heading <Title>Page title</Title> for browsers so for every folder called it displays a Oracle defined Content area page title.
    "Portal Content Area Builder"
    Is there anywork around for this.
    Thanks.
    Rakesh.

    This problem is fixed in Release 2. There is no supported workaround in 3.0.

Maybe you are looking for

  • How can i use my iPod on two different computers?

    I recently bought a new laptop and i plugged in my ipod shuffle but i cant add any new music to it because it was originally set up on my old laptop. Unlike other ipods, when i plug it back into the old laptop, there is no box to check like "Manually

  • Best workflow for editing Logic Pro 8 regions/tracks in Soundtrack Pro?

    I've searched for a solution for the below question in several forums and to no avail. Thanks in advance for any help! What is the easiest workflow for editing Logic Pro 8 audio files with Soundtrack Pro 2? And I'm thinking of a process very similar

  • ITunes update on HP computer.

    I am trying to update iTunes on my HP computer.  The message reads: the program can't start because MSVCR80.dll is missing from your computer. What is the solution please?  I have tried restarting the computer and reloading iTunes.

  • How to lock paticular application in iphone4s

    Hi how to lock paticular application in iphone4s ???

  • Moving an Aperture library

    So my 17" MBP Uni is showing as "shipped" and should be with me next week Soooooo. How do I move my Aperture Library/database from my existing 15" MBP (running Leopard) to my new 17" MBP running SnowLeo? I have all my masters referenced on a 500GB FW