How to remove the white space that is now above the main images on each page?

http://www.nydogworks.net
Hello,
I took over updating some things on my site from my web designer. The main images on each page used to be flush with the navigation bar on each page. Now there is a white space in between each one. Can you tell me how to remove the white space?
<div id="container">
<div id="imgholder"><img src="images/feature-aboutus.jpg" width="951" height="341" alt="" />
</div>
<div id="pageContentNoside">
   <div id="sideSub">
     <form action="form.php" method="post" name="form2" id="form2"> <table width="250" border="0" cellpadding="2" cellspacing="2">
       <tr>
         <td width="273"><h2>Quick Contact</h2></td>
         </tr>
       <tr>
         <td class="mainContent">Your Name</td>
         </tr>
       <tr>
         <td><span class="style9">
           <input name="forname" type="text" class="colorfieldssmall" id="forname" size="20" />
           </span></td>
         </tr>
       <tr>
         <td class="mainContent">Your Email Address* (required)</td>
         </tr>
       <tr>
         <td><span class="style7 style9">
           <input name="admail" type="text" class="colorfieldssmall" id="admail" size="25" />
           </span></td>
         </tr>
       <tr>
         <td class="mainContent">Phone Number</td>
         </tr>
       <tr>
         <td><span class="style7 style9">
           <input name="phone" type="text" class="colorfieldssmall" id="phone" />
           </span></td>
         </tr>
       <tr>
         <td><span class="mainContent">Type of Dog Training</span></td>
         </tr>
       <tr>
         <td class="mainContent"><span class="style9">
           <select name="need" class="colorfieldssmall" id="need">
             <option value="select one">select one</option>
             <option value="Basic Obedience">Basic Obedience</option>
             <option value="Behavior Therapy">Behavior Therapy</option>
             <option value="Board and Train">Board and Train</option>
             <option value="Off Leash Training">Off Leash Training</option>
             <option value="Puppy Training">Puppy Training</option>
             </select>
           </span></td>
         </tr>
       <tr>
         <td> </td>
         </tr>
       <tr>
         <td><div align="left">
           <input type="submit" name="submit" id="submit"  value="Submit" />
           </div>
           </td>
         </tr>
       </table></form>
     <h2><br />
       Dog Training Services<br />
       </h2>
     <ul id="subnav">
       <li><a href="basic-obedience.html">Basic Obedience</a></li>
       <li><a href="dog-behavior-therapy.html">Behavior Therapy</a></li>
       <li><a href="board-and-train-dog-program.html">Board & Train Program</a></li>
       <li><a href="off-leash-training.html">Off Leash Training</a></li>
       <li><a href="puppy-training-program.html">Puppy Training</a></li>
       </ul>
     <br />
     <br />
     <br />
     </div>
  <div id="suggestPost"><a href="https://www.facebook.com/pages/NYDogWorks/219268038151244?fref=ts" ></a></div>
   <div id="mainContent">
     <h1 class="copyrightType">About NY DogWorks</h1><br />
     <h2> <span class="testimonal">The Owner of NYDogWorks</span>      </h2>
     <p><span class="copyrightType"><img src="images/dogpic.jpg" alt="Dog Behavior Therapy" width="183" height="275" class="h_img_float_right" /></span><strong>NYDogWorks L.L.C. is owned and operated by Master Certified Dog Trainer and Behavior Specialist Brian DeMartino. </strong><br />
       <br />
       His training is hands down the best out there. He has become one of the most sought after dog trainers throughout Long Island, Manhattan, &amp; New York.<br />
       <br />
       With over 15 years experience training and rehabilitating some of the toughest cases of dog behaviors. He’s Mastered the Art of teaching top knotch obedience and manners with outstanding results and has developed the most full proof and guaranteed system to fully housebreak any puppy or dog in the shortest amount of time.<br />
       <br />
       He is Certified in dog training and dog behavior and is an Official Evaluator for the American Kennel Club’s (C.G.C) Program.<br />
       <br />
       <br />
       <strong>All About NYDogWorks</strong><br />
       </p>
  <p><br />
  </p>
     <p>NYDogWorks Dog Education, is a Professional Dog Training Company offering dog training for puppies and older dogs through customized in-home training programs by Master Certified Trainers in Nassau County, Suffolk County, Hamptons, Long Island, Manhattan, Brooklyn, Bronx, Queens, Rockland County, Westchester County, Orange County, and Bergen County New Jersey. NYDogWorks offers obedience training, Housebreaking, Manners, socialization for your dog,  Puppy Training and Education, Behavior Therapy, Trick Training, Agility, Complete Off Leash Training, Sport Work, and Personal Protection Training. <br />
       <br />
       <strong><br />
         NYDogWorks Boarding &amp; Training Programs</strong><br />
       </p>
  <p><br />
    We offer boarding and training programs done in the home of owner, Brian DeMartino. This is a customized 2-6 week program to suit your dog's needs, great for someone who feels they do not have the time or patience to train or rehabilitate their dog at their home. This is a 100% guaranteed program. Your dog will stay with us for no additional charge if we feel that he or she has not learned all that was agreed upon. We guarantee that if there is any regression within 3 months of your dog being back home with you, he/she will come back to us for no additional charge.<br />
    <br />
    <a href="board-and-train-dog-program.html">View Boarding &amp; Training Programs</a></p>
     <p><br />
       </p>
     <p><br />
       <br />
  </div>
   <div id="breadCrumbs">
     <p><a href="index.html">Home</a> &gt;  NY DogWorks - About Certified Dog Trainer Brian DeMartino<br />
       <strong>Serving all of Long Island, Nassau &amp; Suffolk County, Manhattan, Brooklyn &amp; Queens</strong></p>
     </div>
</div>
    <div id="footer">
      <div id="footermenu">
      <div id="footermenu1">
      </div>
    </div>
   <div class="phoneNumber" id="copyright"> Copyright © 2014  NY DogWorks</div>
     <div class="websiteDesign" id="sitedesigner">Long Island Website Design by <a href="http://www.wetribet.com" title="Wet Ribet" target="_blank" class="medlink">Wet Ribet</a>     </div>
</div>
</div>

You should be able to add the following snippets of css to your stylesheet to fix that.
In the mainstyle.css file, change...
#imgholder {
width: 950px;
margin-top: 0px;
padding: 0px;
margin-right: auto;
margin-left: auto;
to
#imgholder {
width: 950px;
margin-top: 0px;
padding: 0px;
margin-right: auto;
margin-left: auto;
overflow:hidden;

Similar Messages

  • How to remove the white space the in Excel  output

    Hi All,
    I was working with Oracle Apps r12.
    We have developed a custom report using xml and the report output type is Excel. when ran the report it completed with normal and the excel output is generated,We have a column called Amount and its having a white space before the amount.
    So that we cannot able to do any aggregate function with that data.
    For example the column called Amount
    28523.20
    32569.00
    25369.25
    in excel the output is coming like this, So when we select this three column and try to do any aggregate function it not giving any value.
    I have tried Trim but its dos'nt works, because the values are already trimed.
    Can any one could help on this.
    Thanks & regards
    Srikkanth

    Hi All,
    solved.
    Using this link i have removed the white space in my rtf and the white space in excel has removed
    http://office.microsoft.com/en-in/word-help/show-or-hide-formatting-marks-HP005189641.aspx
    Regards
    Srikkanth

  • Weird rectangular box replaced the white-space for san serif

    I opened up a pdf that used to have a normal san serif text, but now, it has little square boxes for every spacebar spaces. The text comes out good but it's the white spaces that come up in square characters. Most other fonts don't do this but some other ones do this as well. Here is a picture of it:
    http://i574.photobucket.com/albums/ss186/johnclee90/1212.jpg
    please help me.

    I meant to say InDesign and not pdf. The pdf output of the indesign long ago does not have any square boxes but if I try to export the same indesign into pdf, it has the square things showing up on the pdf as well.  Anyways, the sansserif might have already existed, but my actual use of the sanserif came along with an already made CS2 template (I have CS3)from my instructor which was using the font. Everything was fine and normal (as in no square boxes) until recently when I opened the file again.
    I checked the font folders in my windows system, and it has SansSerif, SansSerif Bold, SansSerif Bold Oblique, and SansSerif Oblique in truetype font just like any other font files in there.
    Also this is the original CS2 template that I work on from. When I first opened this a while ago, it didn't have the weird boxes.
    http://i574.photobucket.com/albums/ss186/johnclee90/111.jpg
    could it be that I've installed new fonts to my system since that time?

  • How do I remove the white space from the bottom and side of my document?

    How do I remove the white space from the bottom and side of my document? (I'm not talking about printing, just viewing it on the screen.) There are about 6 inches of white space at the bottom and at the right hand side. I don't like this. On a blank new spreadsheet it's triple that amount of white space.

    The infinite canvas convention doesn't make a lot of sense for Numbers. When I'm viewing a spreadsheet and mistakenly scroll into white, empty space I think, "this is ridiculous - all of my content is fits on one screen. there's nothing over there."
    A (relatively) infinite canvas is logical for Microsft Excel because it's one big table. There are 256(?) columns by default and hundreds of rows on a sheet - there are cells outside what a user is looking at to see. However, when viewing a Numbers spreadsheet with a single 10 column 10 row table that fits on the screen, there's nothing else on it to scroll to.
    Numbers should distinguish between viewing a spreadsheet and editing one. When I'm just viewing, when there's no content outside the window it shouldn't scroll there. This window behavior is beyond annoying for Numbers on my iPad and iPhone.
    (Adding user-defined canvas size setting to my view mode / edit mode thinking would probably be the most complete solution to this now that I think about it.)
    Until now the way scrolling worked in Numbers has defied logic. Actually it still does lol. That said, thank you Yellowbox for providing a clear explanation. Much appreciated.

  • When Importing Images, How Do I Remove The White Space Around The Corners?

    When Importing Images, How Do I Remove The White Space Around
    The Corners?

    u may use magic wand (and magic wand setting) from Lasson
    Tool to select and delete that white space, but u must break a part
    to the picture first.

  • How do i either colorize, or remove, the white spaces?

    This is my first web site design and I am using the CSS style twoColLiqRtHdr. I have changed the background color to every division but a white space remains around and below my left hand / main content column. I presume this has to do with the 'liquid' element of the style - and I even figured out how to fix the problem below my RH column but I am at an impass regarding the left side....

    Nancy - thanks for getting back to me. I am in flux as my domain name is in the process of being transferred, as we speak, and therefore I cannot provide a URL at this time. My background color is solid, and is the same, for every division.I assumed that there was some simple, standard way to 'stretch' the left column so it snugged up to everything else which I just was not seeing... AS you may have guessed from my e-mail address I am a photographer by trade - not a web master!  I will take a look at the demo that you provided the link to.  Maine-ah
    Date: Fri, 15 Jan 2010 14:36:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: How do i either colorize, or remove, the white spaces?
    For best results in this forum, please provide us with a URL to your test site so we can see what you see. The answers are in your CSS and HTML code.
    Based on what little info you've provided, I'm guessing you're grappling with how to achieve equal height columns with CSS.
    DEMO of  2-col CSS layout
    http://alt-web.com/TEMPLATES/2-col-fixed-layout.shtml
    If you add a 2-toned, repeating background image to your #wrapper, you can create the illusion of equal height columns. This technique is called Faux Columns.
    *DEMO of Faux Columns -
    http://alt-web.com/TEMPLATES/2-column-fixed-width-template.shtml
    Hope this helps.  If it doesn't, please post back with a link to your page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://www.alt-web.com/
    http://www.twitter.com/altweb
    http://www.alt-web.blogspot.com/
    >

  • How do I avoid the white line that forms around objects I've separated from a background?

    This is a cropped corner of an illustration I removed from its opaque background and placed on a transparent background.  The north and west borders show the whilte line that forms whenever I place objects on a transparent background.  The south and east borders are the cropped edges -- they are clean and make the trasition from object to background color without that white line.  With some objects, it's possible to use the Plygonal Lasso Tool, for instance, and trim that object away from the background.  With portraits or irregularly shaped objects, though, it's necessary to use the Magic Wand or other means to trim the background away from the object, which results in that unwanted white line.  I've read for hours online about this problem and have found no true resolution: Defringing, Removing White Matte, Anti-aliasing, trying to predict what color you'll lay the silhouette on and working in that color, and on and on.  It seems as though Photoshop would be relied upon heavily by professionals who need to place objects on top of one another without intrusion.  Does anyone have a method that really works?

    Hi!  If the solutions you mentioned aren't working for your project, it might be worth learning a little bit about Layer Masks.  This is a page that explains how Layer Masks work. http://helpx.adobe.com/photoshop/using/masking-layers.html 
    A Layer Mask is a black-and-white image that corresponds to your source image applied in such a way that white areas display and black areas don't.  So for your project, you would want to use Photoshop to turn your scanned illustration into a black-and-white image where the area you want to keep is white, and the area you don't want to keep is black.  Here is a demo using your uploaded image:
    1. Open your image in Photoshop.  Right-click on your source layer in the Layers Palette and select Duplicate Layer. 
    2. With the upper layer selected, use Image -> Adjustments -> Desaturate to turn the layer black-and-white. 
    3. Use Image -> Adjustments -> Invert to reverse the black and white.  Now the white background should be black. 
    4. With the upper layer selected, use Image -> Adjustments -> Levels.  Move the black, white, and gray arrows such that there is a hard black-and-white contrastwhere you want the white background to be removed. 
    5. You may have to use the lasso tool or the brush tool to complete the silhouette of the image against the white background. 
    6. With the upper, black-and-white layer selected, Edit -> Select All and Copy.  Turn the layer visibility off so that you are again looking at the original image. 
    7. With the lower layer selected, click the Layer Mask icon.  Alt-click on the Layer Mask to edit the Mask directly. 
    8. Edit -> Paste to apply the black-and-white image you created as a Layer Mask.  If you then click the layer icon again, you should be looking at your correctly cropped image!
    Hope this helps. 

  • HT2105 Under Manage Allowances, how do I remove credit card information that is already on the account?

    I am trying to limit my childrens itunes usage, so I am setting up and allowance.  But under the directions of Manage Allowances it says to remove credit card information that is already on the account.  How do I do that?

    Firefox 4, to be released next year, shouldn't store credit card numbers anymore by performing a check.
    [https://bugzilla.mozilla.org/show_bug.cgi?id=188285 Bug 188285] – Form autocomplete should not store credit card numbers

  • How can i remove the phone number from the text messages that i receive in the notification center

    how can i remove the phone number from the text messages that i receive in the notification center?

    You choose whether to see text messages in Notification Center or not.  If you elect to see them, they will display the phone number (unless they are from a contact in your contacts list).
    You can choose not to see them at Settings > Notification Center > Messages.

  • My phone lagged while trying to download the new update. It is now stuck on the loading screen that is black with the white apple. How do I fix this?

    My phone lagged while trying to download the new update. It is now stuck on the loading screen that is black with the white apple. How do I fix this?

    Reset the device by pressing and holding the home and power buttons for about 15-20 seconds.

  • How do I remove extra white spaces in a string?

    How do I remove extra white spaces in a string?
    trim() removes before and after spaces.
    If I have a string "This is Test"
    I want to remove extra spaces between words and also I want to keep SINGLE space
    between words. So output should be "This is Test". Thanks.

    replaceAll dosen't support with my version. Actually this works..............!!!!!!!!! Thank you.
                        java.util.StringTokenizer st = new java.util.StringTokenizer(brn, " \t");
                        StringBuffer buf = new StringBuffer();
                        while (st.hasMoreTokens()) {
                             buf.append(" ").append(st.nextToken());
                        String brn1 = buf.toString().trim();

  • Remove extra white space from an image

    I want to remove the extra white space in my image while writing it into a jpeg file using JPEGImageEncoder.
    Any help is welcome .

    ok.. Am having a JPanel whose width is set to 77000. But almost 60% of right hand side of the Panel is empty. I will create a BufferedImage from this component and then write it into a file using JPEGImageEncoder.
    The empty portion of the panel is coming as a white space in the image.
    Now how to remove this ? Was that clear enough ?

  • Remove a white space

    Hi
    I receive a string like that: "blue sky". I want to remove the white space in the middle. What method to use ?
    thanks
    paul

    In fact, I have this code
    public Vector getNames() {
    Vector res = new Vector();
    for( Enumeration e = _users.elements(); e.hasMoreElements(); ) {
    Object[] couple = (Object[])e.nextElement();
    String name = (String)couple[ 1 ];
    res.addElement( name );
    return( res );
    I receive a vector which containing string with white space in the middle. I want to remove these white space. How to do that ?
    thanks

  • Can't figure out how to remove select music from my iPhone 4 with the new iTunes

    My old PC with all my music on iTunes died, and I need to remove some music from my iPhone 4 to make room for the new OS update. I downloaded iTunes on a different computer and tried to sync the iPhone to it, to move all the music on my iPhone to iTunes so I could deselect what songs I wanted to remove to make the storage space. I can't figure out how to do this with the new (non-user-friendly) iTunes update. When I sync the phone, the only songs that show up are the ones I have purchased on iTunes, but non of the songs/albums that I transfered from CDs. I don't want to reset my phone to delete ALL my music, just select songs/albums. Can anyone please help me figure out the new iTunes to be able to do this? It is driving me nuts and I'm getting really mad at Apple for their constant updates making things less easy to use!

    i have the same problem, if u find it out please let me know :C i can erase or put new songs from my pc to itunes u.u

  • How to remove account balance so that i can change countries

    How to remove account balance so that i can change countries

    Click here and ask the iTunes Store staff to zero your account balance.
    (114163)

Maybe you are looking for

  • How to find missing fonts in Pages 5.0

    When I open an older document in Pages 5.0.1, the application informs me that certain fonts are missing from my system. That's helpful to know, so I can reformat the text in question to use a different font. However, I cannot seem to find *what text*

  • PE 10 missing audio from *.avi files?

    Hi,   New PE 10 installation.  When I add a *.avi file to the timeline or sceneline, I am missing the audio tracks. Don't see the audio tracks.  Even when I press the Play button above, there is only video and no audio.  But in the Media section, whe

  • I get -5000 error when trying to update my 3Gs phone to the 5.0.1 s/ware

    has anyone got any ideas how to work round this problem as i dont want to loose all my data.

  • How to disable Faces.

    I want to disable Faces.  It is causing problems and I have no need of it.

  • ITunes 7.4.2 and Quicktime now crash immediately on start up :(

    Hi all, I was wondering if anyone has had the same problem. I have just upgraded to v7.4.2 of iTunes with Quicktime and now when I startup iTunes and Quicktime the programs crash immediately saying, "iTunes has encountered a problem and needs to clos