Results 1 to 2 of 2

Thread: Help me get rid of extra blank space

  1. #1
    mandela10 Guest

    Help me get rid of extra blank space

    My site name is juicersuperstore.com, I have an image right at the center of the site but there is extra blank space on top and at the bottom of the image and I have tried desperately to get rid of them but I ave not been able to.
    From the page source, the area with the blank space looks like this

    <td width="100%" valign="top">
    <table border="0" width="100%" cellspacing="0" cellpadding="1">
    <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="0">

    <tr><td><div align="center"><img src="images/Template-1_21.jpg" alt="" border="0"></div>
    </td></tr> <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
    </tr>

    <tr>
    <td class="mphead"><!-- D Main_page //-->


    <img alt="shop for juicers for low low prices" border="0" height="330" src="http://www.juicersuperstore.com/images/frontpic.jpg" title="juice superstore" width="520" /><img alt=" " border="0" src="https://www.juicersuperstore.com/admin/" />
    <!-- Main_page eof //-->
    </td></tr> <tr>

    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
    </tr>

    The center image name is frontpic.jpg, so I don't know what i should change on the site to fix that problem. Please any help would be very appreciated.

    Thanks

  2. #2
    Join Date
    Jun 2007
    Posts
    295
    Code:
    <td><div align="center"><img src="images/Template-1_21.jpg" alt="" border="0"></div>
    </td></tr> <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
    </tr>
    
    <tr>
    Remove that portion, should get rid of the 2px of space above your image.

    and you have the same thing after your image. That's giving you the "extra" space above and below your image.

Similar Threads

  1. CSS/HTML issue with blank space
    By kalicj in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 11 Jan 2010, 12:05 PM
  2. best way to create blank space
    By kade119 in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 09 Mar 2007, 01:31 AM
  3. Need some extra proof readers!
    By cleverd in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 19 Aug 2006, 12:40 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •