Can't get rid of gap around edge

Hi there,
I'm struggling to get rid of the gap around the edge of the website I've just started building.  I've got the margins set to 0 for the top, and the divs are 100% width.  Does anybody have any ideas?  I've attached a picture to demonstrate and also please see the code pasted in below, in case that's useful.
Thanks,
Mark
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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#header {
    background-image: url(images/header_background.jpg);
    background-repeat: repeat-x;
    height: 230px;
    width: 100%;
    margin-top: 0px;
#navbar {
    background-image: url(images/navbar_background.jpg);
    background-repeat: repeat-x;
    height: 34px;
#container_navbar {
    height: 34px;
    width: 852px;
    margin-right: auto;
    margin-left: auto;
#main_text {
    background-image: url(images/maintext_background.jpg);
    background-repeat: repeat-x;
    height: 536px;
    width: 100%;
#container_header {
    background-image: url(images/header_image.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 230px;
    width: 852px;
#container_maintext {
    height: 536px;
    width: 852px;
    margin-right: auto;
    margin-left: auto;
#footer {
    background-image: url(images/footer_background.jpg);
    background-repeat: repeat-x;
    height: 200px;
    width: 100%;
#container_footer {
    height: 200px;
    width: 852px;
    margin-right: auto;
    margin-left: auto;
-->
</style>
</head>
<body>
<!--Header-->
<div id="header">
  <div id="container_header"></div> 
</div>
<!--Navbar-->
<div id="navbar">
  <div id="container_navbar">SPRY MENU GOES HERE</div>
</div>
<!--Main Text-->
<div id="main_text">
  <div id="container_maintext">MAIN CONTENT GOES HERE</div></div>
</div>
<!--Footer-->
<div id="footer">
  <div id="container_footer">FOOTER CONTENT GOES HERE</div>
</div>
</body>
</html>

Add the below to your css styles:
body {
margin: 0;
padding: 0;

Similar Messages

  • Can't Get rid of border around images??

    every time i drag and drop an image into my background in dreamweaver it creates two white lines around the border of the image to let me know the images place, how do I erase these white lines?
    The image and the background are both black and the white lines detract from the simplicity of the elements used...

    The border is in your image.
    Here's a crop from Bridge with your image in the viewer and th background on black...
    Martin

  • Crazy gap I can't get rid of! help - please??

    Hi - my first time on here (well, needing to be on here..!).
    I'm having a heck of a time. I've just been hand-coding a fairly
    simple site - which I've now finally gotten around to updating.
    The site is:
    http://www.arcfoto.com
    I'm trying to set it up as a fixed (un-resizeable) console
    window with a flexible content pane. So - I've been using
    dreamweaver to set it all up. But the problem is that I've got this
    really persistent gap that I can't get rid of. It's spans the left
    and top sides. (about 10px of white) - in the version you see if
    you visit the URL - I've had to add gap to the bottom and right -
    just to not make it look TOO WEIRD. But I'd really really like to
    get rid of it.
    The basic architecture is the following: Javascript window
    containing tables to organize content. Nothing special - just
    rollovers. A friend suggested I could add CSS commands to get rid
    of it. I've been doing a fair bit of messing around with any and
    all CSS parameters I could.... but nothing seems to really make a
    difference. I'm thinking it's got something to do with the
    javascript window definition for the window on the entry page
    (previous page). But I really have no idea. I'm HOPING, PRAYING -
    that someone here might have a suggestion for a quick fix - or a
    fix of any kind...! I've been struggling with this for WEEKS
    now...!
    Thanks.

    Martin?
    Your PNG files are so huge because you have not properly
    exported them from
    FW. Just export as JPG images - they'll be fine if you don't
    OVER optimize
    them, and they'll be MUCH smaller than these are now.
    This is a bit hinky -
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #D1CED0;
    border-top: 0;
    border-left: 0;
    border: 0;
    body {
    background-color: #666666;
    border-left: 0;
    border: 0;
    border-top: 0;
    border-top-style: outset;
    margin-left: 0px;
    margin-top: 0px;
    try this -
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #D1CED0;
    border-width:0;
    body {
    background-color: #666666;
    border-width: 0;
    margin-left: 0;
    margin-top: 0;
    But the big question is: will it work for me?
    It could.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "arcfoto2" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks Martin...! That was certainly very gentlemanly of
    you. I'm not sure
    > how
    > my response to the previous got in ahead of yours. No
    doubt you started
    > the
    > reply before I did mine or something.
    >
    > I felt I really wanted to try going with PNG because in
    last years I'd
    > been
    > having lots of problems with JPGs - artifacts, sure...
    but also color
    > drift and
    > averaging - causing noticeable differences between text
    block backgrounds
    > and
    > the bg itself, etc... but I figured my site was very
    minimal, very
    > sparse... so
    > PNGs were no HUGE sin, considering many people seem to
    have loads of SWFs
    > all
    > over theirs... but that's here nor there...
    >
    > Thanks.
    >
    > This is the CSS code I ended up with:
    >
    > .style1 {
    > font-family: Arial, Helvetica, sans-serif;
    > font-weight: bold;
    > color: #D1CED0;
    > border-top: 0;
    > border-left: 0;
    > border: 0;
    > }
    > body {
    > background-color: #666666;
    > border-left: 0;
    > border: 0;
    > border-top: 0;
    > border-top-style: outset;
    > margin-left: 0px;
    > margin-top: 0px;
    > }
    >
    > Suppose I did it twice, huh? I'm assuming the 'body' one
    can come out.
    >
    >
    > ALSO - I'm sure I should really post a separate topic
    for this - but maybe
    > it'll help cut down on the overall number of topics if I
    post it here... :
    >
    > Not sure if you noticed my redundant links. I have a set
    of nav links for
    > rollover (since I'm REALLY finicky about typography -
    has to be myriad)
    > and
    > another set of TEXT links which are being pushed out of
    the frame (not
    > supposed
    > to be visible).
    >
    > The reason I'm doing this is for bot-cataloging - since
    it's my
    > understanding
    > that google, et. al. does not penetrate image links.
    Only text - from what
    > I
    > understand. So - yes, well... it's an SEO trick. I'll
    ask you to suspend
    > moral
    > judgement. But the big question is: will it work for me?
    >
    > thanks again,
    > Jonathan
    >

  • A black airplay info window floats around on my HDTV screen when sending audio content via airplay up to sound system w Apple TV.  How can I get rid of this?

    A black airplay info window floats around on my HDTV screen when sending audio content via airplay up to sound system w Apple TV.  How can I get rid of this?

    Had this happen to me after a recent update, was super annoying.  To turn off, go to Settings > AirPlay > Conference Room Display > Off.

  • Can't get rid of thin outline around embedded movie?

    ...even after setting it to "Invisible Rectangle" in the settings box.
    I'm trying to get a flash animation, converted to quicktime movie (imported with legacy format option), embedded into the PDF, and then playing as the page becomes visible (i.e. the look you'd get if you were using powerpoint)
    test file attached...
    This is my 2nd preference as I was trying to get my flash animation embedded into my InDesign file which then was to be exported to PDF... but when I tried both quicktime movie and SWF it caused my Acrobat to "unexpectedly quit"... again and again... so after much frustration have given up and was trying to embed the quicktime movie into the PDF - which will be take up much more time as it's a 150 pg presentation in InDesign and every time I send the PDF for approval I will need to reimport the movies into the PDF... but at least it doesn't crash out... BUT just can't get rid of the thin black line around the movie.
    I convinced the client to do the 150pg presentation in InDesign not powerpoint (as has been done previously) but need to offer them the same offering as powerpoint with all the animation - which I thought would be no problem with importing flash files into InDesign - but I'm finding it fraught with difficulties!
    They'll be wishing they used Powerpoint!
    Any help would be so much appreciated
    PS using Adobe CS4, Mac OSX 10.4, Acrobat 9

    Thanks very much for the response Sandee. I tried your suggestion of the  Annotation option and this worked! - wonderful.. altho this test now works for me I'd still love to get it working from InDesign.
    What I'm trying to achieve... my client had 5 powerpoint presentations that need updating with new branding (totally about 160 pages - with about 20 basic animations - i.e. flashing lights on products etc).
    I sold him on the idea of using InDesign/PDF rather than powerpoint - but am needing to find an easy solution for the animations. So I've been working on this test file. Have self taught myself on a basic flash animation (from Lynda.com)... and tried importing both SWF and QT .MOV into InDesign and then exporting to PDF and when it loaded up in Acrobat it would always "unexpectedly quit" upon opening... even after trying different versions of PDF compatibility and restarting etc.
    Is there something obvious that I'm not doing right?
    Also if I get it to work, does that mean that my client and all their staff around the world will need to be Acrobat Reader 9?
    Thanks again for your time and help
    R

  • I can't get rid of the message, n error occurred with the publication of album.  It just keep coming back, and can't move around in IPhoto.

    I can't get rid of the message, n error occurred with the publication of album.  It just keep coming back, and can't move around in IPhoto.

    Okay, folks, after a 3 1/2 hour phone call with a (very patient) telephone support person at Blackberry, here's what I learned.
    You can check your USB drivers this way:
    Plug in your phone into your USB drive. Assuming your Blackberry is "seen" by your computer...
    Go into the Device Manager on your computer (control panel)
    Expand the Universal Serial Bus controllers item on the bottom of the list
    Right-click on BlackBerry Smartphone and choose Properties
    Click on the Driver tab
    Click on the Driver Details button
    You should see one driver. I saw two. The one the BlackBerry likes is the RimUsb one.
    So here's what NOT to do: We tossed the entire driver that was the "extra". This effectively made using my mouse and keyboard impossible, as they are USB, and sent my poor husband into the basement to find a million-year-old keyboard (and then a mouse) with the old fashioned kind of connectors (PS2). Bleh. Don't do that.
    Here's what I did that worked (not saything this will work for you -- this modifies the Registry so better do a system backup with that backup and restore if you're nervous about this sort of thing):
    From the start menu, choose run, and type regedit to get into the Registry editor.
    Follow this file path: Computer, HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Control, Class
    Click on: {36FCE60-C465-11CF-8056-4445535400000}
    If there's an item on the right called "UpperFilters", delete it. (see pictures)
    Hope this helps someone.
    Karin
    First pic: shows "before"
    Second pic: shows full file path and "after"

  • I can't get rid of this blue border around my artwork after it's published to the web

    I can't get rid of this blue border around my artwork after it's published to the web

    That did not work.
    Here's where I put it. The blue bordeer still show up around the large rectangular image.
    <!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>Ray Bros., Inc.</title>
    <style type="text/css">
    @import url("PopupMenuC.css");
    @import url("PopupMenuB.css");
    @import url("PopupMenu1.css");
    body {
              margin-left: 00px;
              margin-top: 00px;
              margin-right: 00px;
              margin-bottom: 00px;
              text-align: center;
    a img {border:none}
    .Arial {
              font-family: Arial, Helvetica, sans-serif;
    .Arial {
              font-size: 10px;
    .Arial {
              font-size: 12px;
    .Arial .Arial {
              font-size: 14px;
    </style>
    <script language="JavaScript1.2" type="text/javascript" src="mm_css_menu.js"></script>
    </head>
    <body>
    <table width="1080" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="279" align="center" valign="top"><div id="FWTableContainer1818523225"> <img name="PopupMenuC" src="PopupMenuC.jpg" width="1082" height="279" id="PopupMenuC" usemap="#m_PopupMenuC" alt="" />
          <map name="m_PopupMenuC" id="m_PopupMenuC">
            <area shape="rect" coords="899,240,1064,265" href="index-new.html" alt="" />
            <area shape="rect" coords="679,240,844,265" href="index-new.html" alt="" />
            <area shape="rect" coords="460,240,625,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0525123758_0', 'MMMenu0525123758_0',485,265,'PopupMenuC');"  />
            <area shape="rect" coords="241,240,406,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0524224504_0', 'MMMenu0524224504_0',262,265,'PopupMenuC');"  />
            <area shape="rect" coords="22,240,187,265" href="javascript:;" alt="" onmouseout="MM_menuStartTimeout(1000);"  onmouseover="MM_menuShowMenu('MMMenuContainer0524221503_1', 'MMMenu0524221503_1',46,265,'PopupMenuC');"  />
          </map>
          <div id="MMMenuContainer0525123758_0">
            <div id="MMMenu0525123758_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0525123758_0_Item_0" class="MMMIFVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-NS100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_1" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-M100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_2" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> RBI-100 </a> <a href="index-new.html" id="MMMenu0525123758_0_Item_3" class="MMMIVStyleMMMenu0525123758_0" onmouseover="MM_menuOverMenuItem('MMMenu0525123758_0');"> Color Charts </a> </div>
          </div>
          <div id="MMMenuContainer0524224504_0">
            <div id="MMMenu0524224504_0" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0524224504_0_Item_0" class="MMMIFVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> RBI-5V </a> <a href="index-new.html" id="MMMenu0524224504_0_Item_1" class="MMMIVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> RBI Low Profile AGG </a> <a href="index-new.html" id="MMMenu0524224504_0_Item_2" class="MMMIVStyleMMMenu0524224504_0" onmouseover="MM_menuOverMenuItem('MMMenu0524224504_0');"> Color Charts </a> </div>
          </div>
          <div id="MMMenuContainer0524221503_1">
            <div id="MMMenu0524221503_1" onmouseout="MM_menuStartTimeout(1000);" onmouseover="MM_menuResetTimeout();"> <a href="index-new.html" id="MMMenu0524221503_1_Item_0" class="MMMIFVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-MT240 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_1" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-200 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_2" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> RBI-175 </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_3" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> R-Panel </a> <a href="index-new.html" id="MMMenu0524221503_1_Item_4" class="MMMIVStyleMMMenu0524221503_1" onmouseover="MM_menuOverMenuItem('MMMenu0524221503_1');"> Color Charts </a> </div>
          </div>
        </div></td>
      </tr>
      <tr>
        <td valign="top"><p><br />
        </p></td>
      </tr>
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td>...</td>
      </tr>
      <tr>
        <td> </td>
      </tr>
    </table>
    </body>
    </html>

  • Please help. How can I get rid of this red dotted border around my navigation bar images?

    If you go to my site here...
    http://metalwolf92.zymichost.com/
    And left-click and hold down your mouse, but don't release, on any of the navigation button images. Notice the red dotted border? How can I get rid of those?
    All images already have border set to 0.

    I just noticed your page has no css. so in Code View, replace this closing tag:
    </head>
    with this:
    <style type="text/css">
    a:active {
      outline: none;
    </style>
    </head>
    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

  • Very strange Popup - can't get rid of it

    I've been getting a very strange popup lately when I go to certain sites and I can't get rid of it. It's an advertising thing that thinks for some reason that I live in Oakland (which i don't but is nearby). I also noticed that on certain websites now autofill puts in Oakland and some sites say i am logging in from Oakland.
    The popup looks like an XP window but is messed up and the text hangs over the edge of the box. It bounces around in the middle of my screen and makes accessing anything under it impossible.
    I have cleared cookies, cache and history. I have pop block on. This happens in Safari and in Firefox. I can send a screen shot but can't seem to paste one here.
    If I have accidentally gotten some adware installed, how can I find and get rid of it???
    Any help would be hugely appreciated!
    Thanks,
    Ed

    Thanks for the quick response. I pretty much always get it at this site:
    http://www.alluc.org/alluc/tv-shows.html?action=getviewcategory&category_uid=822
    A friend just tried the site too and said he gets the same popup but with an advert for Seattle (where he does live), so perhaps this isn't something installed on my computer after all... it is super annoying, though, so i'll give that program a try. do you have any other thoughts?

  • How do I get rid of the "Downloads" button on my bookmarks toolbar? Somehow it just appeared and I can't get rid of it.

    How do I get rid of the "Downloads" button on my bookmarks toolbar? Somehow it just appeared and I can't get rid of it.

    Firefox 20 changed from the old Download Manager to a new Download Panel. You can find a complete write-up here: [[Find and manage downloaded files]].
    I suggest keeping that arrow around since it provides handy notifications. You can use the Customize feature to drag it down to the add-on bar where it won't take up as much space. To start customizing:
    * right-click a blank area of the tab bar > Customize
    * tap the Alt key > View menu > Toolbars > Customize
    If you really don't need it, just drag it to the Customize dialog. You can always come back for it later if you like.

  • Yahoo toolbar appeared without my consent. Can't get rid of it. Does not appear in list of add-ons or in list of programs installed for uninstall. (Win7; FFx5) Please help me delete this annoyance.)

    I was prompted to update Java. I got a YAHOO toolbar which I did and do not want. I can't get rid of it. It does not appear on the Add-on list, not in the programs list (to uninstall). Can't find anything with Yahoo in the name. I do not want to use View, because it keeps coming back into view without my consent -- I want it gone permanently.
    The uninstall directions in Yahoo help call for click on pencil tool (which tool is not found on this toolbar). Firefox instructions say go to Add-on list, but the Yahoo bar is not there. There are several Java add-ons, but I don't know what they are and what happens if they are uninstalled.
    Win 7; Firefox 5.0; Yahoo toolbar ver 2.3.8.20110620112826
    Perhaps it is disguised as something else. If so please tell me what to uninstall.

    Try RIGHT clicking on different areas of the toolbars on Firefox, mainly try right clicking on/around the url bar & forward/back navigation buttons. When you get the correct spot if will give you a menu with the toolbars available (whether or not they're active) and a couple other options. Just uncheck the Yahoo one & you should be all set.
    As you say though it may be some other bar disguised as a yahoo bar. Any chance you can get a screen shot of it & post it here?

  • What is jetpack file? and can i get rid of it?

    what is jetpack file in my profiles?
    can i get rid of it?
    could it be the reason i have problem with java windows at URL below?
    While playing bridge on Pogo, even in safe mode, the java window freezes or kicks me out, or pogo server loses my sign-in name in the window and the site.

    "Other" is the measure of used space on the iPod not taken up by Audio, Video & Photos. This includes the iPod's library and artwork plus any files you may have copied to your iPod in disk mode. The overhead for the library & artwork data is typically 1-2% of the size of the media, e.g. for 1Gb of Audio & Video expect to have around 15mb of "Other". This information is needed for the iPod's operation and cannot be removed.
    If you have significantly larger amounts of "Other", not related to files you've intentionally placed on the iPod, then these are probably disconnected copies of your media files or iPod libraries left over from failed sync operations. The only way to recover the space is to do a full restore.
    If you have copies of all your media in your iTunes library this isn't a problem, but if you've been manually managing the content then you might need to try to recover the files from it first. See this post by forum regular Zevoneer on transferring files from the iPod to your computer. Some of the tools rely on the iPod having a healthy library however the manual method mentioned towards the end of the post should work regardless.
    tt2

  • Can't Get Rid of Green Screen in Vlog-it

    I am fairly new to vlog-it.
    I have been messing around with it and so far the video and voice wont sync up.
    Also, I can not get rid of the green screen. When I do a test run, my audio comes through but all I see of the finished product is a blank green screen....I do not have v screen on...I have looked and looked for a setting to turn it off, but I have not found it.
    HELP
    Sam

    Hi,
    Pic first
    Handle = Screen Name.
    Name = Your Details as per your My Card (Head and Shoulders iCon) in the Address Book - Or the User that is Logged in to the Mac.
    Each Buddy List will show the same Name but a different Handle based on the Screen Name for that Buddy List.
    If you only have one Buddy List (other than the Bonjour One) and you Delete it then the Buddy List Disappears - Problem Solved. (Presumably you are re-adding a New Screen Name ?)
    Pic of the Minus Button I am talking about.
    Multiple Buddy List are created by adding more then One Screen Name to the Accounts List (Previous Pic)
    I am a little confused where you were when you did this:-
    I tried clicking on the minus sign in the list of users to delete the account and tried signing up for a new iChat account using my AIM screen name/password;
    "List of Users" sounds like you were in System Preferences > Accounts.
    You can "Delete" an Account here. It is not actually removed from the Users Folder (Hard Drive/Users) but is locked in a way that no-one has access and they are Removed from the Login Screen when the Mac Starts Up.
    DO NOT DELETE ANY CLOSED ACCOUNT FOLDER In the Users Folder.
    But if you use the same Screen Name in another Mac User Account the same Handle will appear.
    You will see my GoogleTalk Account is headed "GoogleTalk" and my AIM Account as "Main AIM Account" These are set in the Description field in the iChat > Preferences > Accounts.
    The Default if you have one account that logs into AIM is for it to read "AIM Buddy List"
    Similar for one Jabber Account.
    With more accounts of any one type they take on the info in the Description Field - which itself by default is the Screen Name.
    Are you trying to create a New Mac User Account and use the same AIM Screen Name there ?
    Are you trying to just change AIM Screen Names ?
    8:05 PM Wednesday; December 29, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Can't get rid of white space

    Hi, I'm new to dreamweaver, searched around but couldn't find a solution. Here is the site I can't get rid of that white space above the footer. It's a clearfloat I think. I've tried a whole bunch of things, but nothing works, it's not so much that I want to get rid of it, cause as I understand it's usefull, just want the footer and maincontent to line up. Thanks for any help.

    Sorry.  I didn't see your site link.  Tired eyes can't see today.
    Try changing your #container division's background from white to dark.
    twoColHybRtHdr #container {
         width: 100%; 
         background: #000;
    Also, just so you know, empty paragraph tags are not a reliable layout device. Consider using min-height property.
    http://www.w3schools.com/CSS/pr_dim_min-height.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • I can't get rid of a white circle on my ipod touch screen

    there's a white circle on my ipod screen. i can move it around, but i can't get rid of it. it seems that it's a shortcut button, but i don't want it there. how can i get rid of it?

    - Try resetting the iPod.  Nothning except your problem will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Also go to Settings>General>Accessibility and see if an accessibility feature is turned on.

Maybe you are looking for

  • Old DOS Game file locked in Trash & on Desktop, can't remove

    I recently used an old flash drive that had a ancient DOS game of Mahjong on it. I moved the game to trash and when emptying the Trash, four Tile (.Tis) files from the Mahjong game somehow got locked and, apparently, can't be removed. I dragged one o

  • Slow Loading Folders

    I have created 3 folders in mail.app to store my mail. We will call them Folder1, Folder2, and Folder3. When i first launch mail Folder3 shows up right away but Folder1, and Folder2 take about 15 seconds to show up. All of the folders are empty. Does

  • JPA named query String parameter with length of 1

    Hi, I use JDeveloper 11.1.1.2.0. and have the following table: CREATE SEQUENCE COUNTRY_SEQ; CREATE TABLE COUNTRY ( COUNTRY_ID NUMBER NOT NULL, COUNTRY_NAME VARCHAR2(40), COUNTRY_CODE CHAR(2) NOT NULL, CONSTRAINT COUNTRY_ID_PK PRIMARY KEY (COUNTRY_ID)

  • XPath functions NOT working when the SQLType is CLOB !!

    HI All, We have declared a ComplexType Element as CLOB as it will cotain huge Files as part of it's Text Node. And now when we execute the XPath+SQL Queries on the Table (which is created on the registered schema) the XPath functions cotains() and tr

  • ComboBox fullscreen issue

    Short version: ComboBox's dropdown works and renders  properly before fullscreen, but not during or after. I'm not  totally sure how to ask this, so I've actually made a page demonstrating the  error, with a very simple Flex app, and all three direct