Image aligned problem - small gap between images

Can anyone spot what is causing the small gap between the
images in this
page:
http://dwayne.compasslearning.com/index.html
see the top middle image is pushed up to the very top of the
window where it
should have a small space at the top and then it has a gap at
the bottom
where there should be no space or gap?
Any help is appreciated.
Thanks.

Please disregard...I figured it out.
Thanks.
"-D-" <[email protected]> wrote in message
news:f2kqck$qot$[email protected]..
> Can anyone spot what is causing the small gap between
the images in this
> page:
>
>
http://dwayne.compasslearning.com/index.html
>
> see the top middle image is pushed up to the very top of
the window where
> it should have a small space at the top and then it has
a gap at the
> bottom where there should be no space or gap?
>
> Any help is appreciated.
>
> Thanks.
>

Similar Messages

  • Having a image alignment problem using clearbox

    Hi,
    I'm having an image alignment problem. I cannot figure it out. I'm using the clearbox - lightbox dreamweaver widget. Using Dreamweaver CS6.
    Actual page located here. Any help would be appreciated.
    http://dirtysouthink.com/gallery/dustin2.html

    This has very little to do with Dreamweaver. DW is merely a tool to assist you in building a web site. It is purely a matter of styling (CSS).
    When I look at the structure, I see
    BODY-CONTENT (width: 490px)
         GALLERY (width: 452px)
              CONTAINER (width: 500px)
                   ITEM (width: 150px)
    From this I can deduce that:
    GALLERY will fit inside BODY-CONTENT
    CONTAINER will NOT fit inside GALLERY or BODY-CONTENT
    ITEM will fit three times into CONTAINER
    To start with, I would reduce the size of the CONTAINER so that it fits inside of its parent. Then I would adjust the width of the ITEM so that only two of them fit inside of the CONTAINER.

  • A Small Gap between the bottom of dispaly and the panel

    Hai everybody,
    It's been almost a week since i purchased the z1.As far i see it, its a good all rounder.
    today i noticed that there is a small gap between the Display and the metal frame on the lower bottom (Front of phone) .
    And dust also is gettin acumulated inside it , i wanna know if this is a manufacturing defect or is it provided to gve sm kinda shock resistance on impact while falling..
    I have noticed some other Z1s also with sme kind of gaps.
    It will be helpfull if somebody has noticed this, wanna know if this is a manufacturing fault or not !!
    Peace out

    Hai there , jus came back from sony service center. They said the gap is not a manufacturing fault, all z1s have a small gap of 0.05mm yo 0.025mm, the gap is provided to help service personals to remove the panel (using tools) in case of any fault .
    Peace out

  • Unwanted gaps between images in Internet Explorer

    I have sliced a image web page in Photoshop and exported it
    to .html and images. It looks perfect in IE7 and Firefox. Then
    brought it into Dreamweaver and deleted the large image in the
    content area and inserted a table into the content area. Now when I
    preview it in IE7 there is a gap between the top image and the two
    images on either side of the content area. Borders for all three
    images is set to zero as are cell padding etc. It displays
    correctly in Firefox and Dreamweaver but IE7 places a gap between
    the images. How do I remove the gap using HTML tables?

    >I have sliced a image web page in Photoshop and exported
    it to .html and
    > images.
    That's a bad start. The HTML written by graphics apps (and
    indeed by any
    'wizard') is fragile, and unsuitable for any use other than
    prototyping.
    > Now when I preview it in IE7 there is a gap between the
    top image
    > and the two images on either side of the content area.
    This is precisely the symptom of having used a graphics app
    to write your
    HTML. Why? You have changed the ground rules (i.e., the shape
    of the
    content) by deleting the large image and replacing it with a
    table. When a
    wizard writes your HTML, it writes it to EXACTLY reproduce
    the shape you
    have given it. Change that shape and you change the way the
    fragile code
    adapts - resulting in a breakage of your layout.
    The principal culprit is the use of col- and rowspans by
    these wizards -
    ... colspan="3">
    You can read more about this here -
    http://apptools.com/rants/spans.php
    The solution is to bite the bullet and learn enough HTML that
    you can create
    your own layouts without relying on a graphics app. Otherwise
    you will
    have this problem continuously.
    1. When I need to merge cells...
    a. If they are horizontally adjacent, instead of merging
    them, I end
    the current table, and 'stack' a new one underneath it with
    the desired cell
    configuration.
    b. If they are vertically adjacent, then I end the current
    table at the
    row ABOVE the row where the need for merging begins. I then
    start a new
    table with two cells in one row, and place a properly
    structured inner table
    in each of those two cells.
    2. When I need to split cells, I just insert a nested table
    with the proper
    cell configuration into the cell I would otherwise split.
    The goal here is to completely avoid merging or splitting
    cells (i.e., using
    col- or rowspan attributes in your table markup), since
    that's what makes
    Layout mode's tables (and any wizard's tables) so fragile.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Clark9" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have sliced a image web page in Photoshop and exported
    it to .html and
    > images. It looks perfect in IE7 and Firefox. Then
    brought it into
    > Dreamweaver
    > and deleted the large image in the content area and
    inserted a table into
    > the
    > content area. Now when I preview it in IE7 there is a
    gap between the top
    > image
    > and the two images on either side of the content area.
    Borders for all
    > three
    > images is set to zero as are cell padding etc. It
    displays correctly in
    > Firefox
    > and Dreamweaver but IE7 places a gap between the images.
    How do I remove
    > the
    > gap using HTML tables?
    >
    > <html>
    > <head>
    > <title>African Chamber of Commerce of
    Texas</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <style type="text/css">
    > <!--
    > .style1 {font-family: Arial, Helvetica, sans-serif}
    > .style2 {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 18px;
    > }
    >
    > </style>
    > </head>
    > <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"
    marginwidth="0"
    > marginheight="0">
    > <!-- ImageReady Slices (ACCT.psd) -->
    > <table id="Table_01" width="935" height="810"
    border="0" cellpadding="0"
    > cellspacing="0">
    > <tr>
    > <td height="212" colspan="3"><img
    src="images/index_01.gif" alt=""
    > width="935" height="212" border="0" usemap="#Map">
    > <map name="Map">
    > <area shape="rect" coords="100,182,157,206"
    href="index.html">
    > <area shape="rect" coords="188,185,270,207"
    > href="about_us.html">
    > <area shape="rect" coords="305,183,378,208"
    > href="benefits.html">
    > <area shape="rect" coords="413,183,486,208"
    > href="members.html">
    > <area shape="rect" coords="518,184,594,209"
    > href="events.html">
    > <area shape="rect" coords="618,183,705,208"
    > href="application.html">
    > <area shape="rect" coords="740,181,832,208"
    > href="contact_us.html">
    > </map></td>
    > </tr>
    > <tr>
    > <td rowspan="2" align="left" valign="top"><img
    src="images/index_02.gif"
    > alt="" width="94" height="600" border="0"
    align="top"></td>
    > <td height="501" valign="top"><table
    width="747" height="269" border="0"
    > cellpadding="8" cellspacing="0">
    > <tr>
    > <td width="211" valign="top"><p
    class="style1">
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    > Transitional//EN">
    > <br>
    > <em><strong>United We Stand; Divided We
    Fall.</strong></em>
    > </p>
    > <p class="style1">With your participation in ACCT,
    you become
    > one
    > of the contributors toward the building and advocacy of
    the &ldquo;Trade
    > Not
    > Aid&rdquo; movement.</p></td>
    > <td width="250" valign="top"><div
    align="center">
    > <p><span class="style2">
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    > Transitional//EN">
    > <br>
    > </span><span
    class="style2"><strong>What ACCT can do for
    > you?</strong></span> </p>
    > </div>
    > <ul>
    > <li> <span class="style1">Networking and
    Exposure<br>
    > Referrals</span></li>
    > <li class="style1">Cultural center</li>
    > <li class="style1"> Newsletters</li>
    > <li class="style1"> Welcome and orientation
    program</li>
    > <li class="style1"> Assistance in business
    outreach
    > programs</li>
    > <li class="style1"> Training and continuing
    education in
    > small business start-up and management</li>
    > <li class="style1"> ACCT office
    facilities</li>
    > <li class="style1"> Legal assistance</li>
    > <li class="style1"> ACCT will be there for you,
    all the
    > way.
    > </li>
    > </ul></td>
    > <td width="238" valign="top" class="style1">
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    > <br>
    > <strong>ACCT</strong> believes that lasting,
    meaningful
    > furtherance of economic development efforts is
    predicated on the
    > equitable
    > sharing of world resources, along with the preservation
    and maintenance
    > of a
    > healthy and fair business environment. Furtherance of
    economic
    > opportunities
    > in a global economy also requires an informed and
    involved public where
    > everyone participates in decisions which affect the
    common good for
    > self-reliance, sustainability and prosperity. The
    cornerstone of ACCT is
    > &ldquo;<strong>Trade Not
    Aid&rdquo;.</strong></td>
    > </tr>
    > </table></td>
    > <td rowspan="2" align="left" valign="top">
    > <img src="images/index_04.gif" alt="" width="94"
    height="600" border="0"
    > align="texttop"></td>
    > </tr>
    > <tr>
    > <td height="97" valign="top"><img
    src="images/index_05.gif" width="747"
    > height="97" alt=""></td>
    > </tr>
    > </table>
    > <!-- End ImageReady Slices -->
    > </body>
    > </html>
    >

  • Gaps between images

    Link #1 looks good in Safari, Chrome, Firefox and IE.
    http://www.milkmoonkids.com/lion_canvas.htm
    Link #2 is a similar page, but there are big gaps between the images that show up in Firefox and IE only. They look good in Safari and Chrome.
    http://www.milkmoonkids.com/gifts.htm
    Any ideas why it gets jacked up in those two browsers and how to fix it?
    Thanks,
    Rich

    Start by adding a valid DOCTYPE to each page (line 1)
    Change
    <html>
    to
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    and fixing the validation errors. There are only a few.
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.milkmoonkids.com%2Fgifts.htm&charset=%2 8detect+automatically%29&doctype=Inline&group=0

  • How to I get rid of the small gap between overlapping objects

    Hi
    I can't seem to get rid of a small gap/line between 2 objects I've used the shape builder tool on.
    I do as follows:
    1. I have 2 objects overlapping
    2. I remove the red sektion, so I'm left with a pink circle and a red obejct inside, using the Shape Builder tool
    3. If I place an object below the 2 objects, in the same color as the red object, I get a small line between the 2 red colors. It almost seems like the pink circle and the small red object is not aligned, but they are.
    I've tried to turn off Anti aliasing and align to Pixel grid, but nothing seems to work.
    Is there no way to have 2 objects on top of each other, without having the bottom one making a small line/gap?
    Hope you can help me.
    Thanks in advance!

    Although I've seen a result like that before, I can't seem to reproduce it here now. It's one of the reasons I never use the Shape Builder tool to do anything that can be done without it.
    Is there no way to have 2 objects on top of each other, without having the bottom one making a small line/gap?
    There is, of course. There is also always more than one way to do something. It might be better if you cut the dark ellipse out of the light one completely using the more mechanical Pathfinder > Minus Front feature rather than inducing an "interpretation" with the Shape Builder.

  • Image alignment problem in Fireworks/Dreamweaver

    Hello!
    For my webbie, I have made a "large" image using Photoshop and brought it into Fireworks (I'm using CS4 programs btw). I sliced up the image according to the table I wanted and exported each section as .png files (it has to be png for various reasons). My image size is 600px h by 800px w.
    So, I create a table in Dreamweaver and in each cell, I insert the .png files.
    Now, my problem is that
    some of the cells do not align properly (in two places) and ends up shifing the entire row over so it overextends.
    You can see this problem on the two screen caps that I have:
    http://i993.photobucket.com/albums/af60/CrescentChi/Picture2.png
    and
    http://i993.photobucket.com/albums/af60/CrescentChi/Picture1.png
    Now, I know the logical thing is to check to make sure each row adds up to 800px.
    I have done this already and here are the measurements for each cell:
    For row 2 I have: 341, 130, and 329.
    For row 4 I have: 166, 93, 93, 96, 93, 95, and 164.
    And as you can see, these add up to 800.
    I just end up with some kind of space in between my cells...
    the pictures I have provided shows what the property palette shows when I click on either a cell or one of the spaces in between the cells.
    Do you know what I'm doing wrong?
    Thanks for your time of looking and help! <3

    I did get it from DW.... I got it in the code view.
    I did my testing one, but I'm still getting the same problem (nonetheless I'll put the code I used for it down below).
    After when I hit File > New in DW I get a flow chart of options (although it goes sideways; I'm using a MAC too btw).
    The best choices I get are...
    Blank Page > HTML > none (this refers to layout)
    Blank Template > HTML template > none
    I've been using the first one. There is also a scroll option for DocType (that only appears when I use the Blank Page option). I use the default one they give me: XHTML 1.0 Transitional but there are others...
    None, HTML 4.01 Transitional, HTML 4.01 Strict, XHTML 1.0 Strict, XHTML 1.1, and XHTML Mobile 1.0
    Maybe something is wacky with my DW program? Honestly, I am still a bit new to this (using DW and using CSS). I'll go back to my DW book and see if what it says. I'll also try and re-install my DW program if I can find the disc....
    Thanks so much for your time.
    <!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">
    <!--
    body {
        background-image: url(Images/Pink%20Frost.jpg);
        background-repeat: repeat;
    -->
    </style></head>
    <body>
    <table width="800" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td colspan="7"><img src="Images/Slices/CBSO_r1_c1.png" width="800" height="370" /></td>
      </tr>
      <tr>
        <td colspan="3"><img src="Images/Slices/CBSO_r2_c1.png" width="340" height="50" /></td>
        <td><img src="Images/Slices/CBSO_r2_c2.png" width="135" height="50" alt="Home" /></td>
        <td colspan="3"><img src="Images/Slices/CBSO_r2_c3.png" width="325" height="50" /></td>
      </tr>
      <tr>
        <td colspan="7"><img src="Images/Slices/CBSO_r3_c1.png" width="800" height="60" /></td>
      </tr>
      <tr>
        <td><img src="Images/Slices/CBSO_r4_c1.png" width="165" height="60" /></td>
        <td><img src="Images/Slices/CBSO_r4_c2.png" width="94" height="60" alt="About" /></td>
        <td><img src="Images/Slices/CBSO_r4_c3.png" width="94" height="60" alt="Gallery" /></td>
        <td><img src="Images/Slices/CBSO_r4_c4.png" width="94" height="60" alt="Blog" /></td>
        <td><img src="Images/Slices/CBSO_r4_c5.png" width="94" height="60" alt="Shop" /></td>
        <td><img src="Images/Slices/CBSO_r4_c6.png" width="94" height="60" alt="Links" /></td>
        <td><img src="Images/Slices/CBSO_r4_c7.png" width="165" height="60" /></td>
      </tr>
      <tr>
        <td colspan="7"><img src="Images/Slices/CBSO_r5_c1.png" width="800" height="60" /></td>
      </tr>
    </table>
    </body>
    </html>

  • PDF has white gaps between images

    Hi,
    I'm getting white lines between InDesign rendered images when viewing them in Acrobat.
    ie. When I place a .psd file with trasparency onto another image and make a PDF, the area around the psd file has a faint white line.
    I've looked into it a bit and seen that these are called atomic gaps or something and will never show on print. Also that I can turn off 'Smooth Line Art' in preferences to remove them (which then screws up other areas).
    So the client isnt happy with an explanation of it, and would prefer a fix. One that makes everything look nice on his screen.
    Is there fix? A way I can make InDesign or Distiller render the whole image maybe?
    Thanks for any suggestions.

    If you can't use PDF 1.4 (Acrobat 5) due to your service provider, then this is known as stitching and is only visible on screen. It does not effect final printed output.
    In Acrobats preferences turn off smooth line art (Preferences > Page Display > Rendering > Smooth Line Art). This may have a visual on screen effect on type etc.

  • Mystery Gap between images

    I'm new to dreamweaver, and refreshing myself on programming (haven't done anything in years).
    I'm making an ebay template using dreamweaver (limited or no css).
    The problem I'm experiencing is a mystery gap that won't disappear. It appears to be highlightable, suggesting it's being read as text. But when I backspace to clear out the empty space, my image map disappears, and the links are no longer clickable.
    Here is what I'm seeing:
    http://imgur.com/a/Wv32J
    And here is a link to the code:
    http://pastebin.com/nFA8WBVY
    Ignore the multiple paragraphs at the end. They're a place-holder to keep me on task and aren't associated with the problem I'm experiencing.
    Any help is appreciated! Thank you!

    Why do you have a lot of <pre></pre> tag in your code?
    get rid of those and the extra space will most likely disappear.
    You have them around you menu:
    <pre><map name="MenuBar">
        <area shape="rect" coords="-1,1,92,20" href="http://stores.ebay.com/Jasper-Jewelers?_rdc=1" title="Store" alt="Store" />
    <area shape="rect" coords="96,1,260,20" href="http://www.youtube.com/" title="AboutUs" alt="About Us" />
    <area shape="rect" coords="268,1,426,20" href="http://www.google.com/" title="Appraisal" alt="Appraisal" />
    <area shape="rect" coords="432,1,590,20" href="http://www.wikipedia.com/" title="The4cs" alt="The 4 C's" />
    <area shape="rect" coords="596,1,803,20" href="http://www.skype.com/" title="ReturnPolicy" alt="Return Policy" />
    <area shape="rect" coords="809,1,930,20" href="http://www.yahoo.com/" title="Shipment" alt="Shipment" />
    </map>
    </pre>
    They are also around this image map:
    <pre><map name="SaveSign">
    <area shape="rect" coords="1,1,103,14" href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&sellerid=jasperjewelers&ssPageName=STRK:MEFS:ADDSTR&rt=nc" alt="Save Seller" />
        <area shape="rect" coords="106,1,293,15" href="http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSeller&sellerid=jasperjewelers&ssPageName=STRK:MEFS:ADDSTR&rt=nc" alt="Sign up for Newsletter" /></map></pre>
    Plus you have one name fvch-code
    <pre id="fvch-code-0"> 
    </pre>
    FWIW I havent a clue what they are - have never used them myself, very ocassionally seen then being used. 100% you don't need them.

  • Adding gaps between images

    Hello Dreamweavers.
    I have adding 5 images which are thumbnails  in my div tag, and because they were all stuck next to one another I created a class css style of the following:
    .space_me_out {
              padding: 10px;
    and then applied it to the 5 thumbails in my Div tag, they all have a nice gap of 10pixles. So my questions is, what it a right method of doing so?by making a class style with padding?
    is this the correct method?
    thank you.

    There is a big difference in semantic class and non-semantic (e.g. style based) class.
    Let's say one is .thumb and the other is .space_me_out. Both creates 10px padding around thumbnail images.
    Later you need to add a border around thumbnail images. If you're using semantic class, you'd just add a border property to .thumb. If you're using non-semantic class, you'd need to create a new class  .border_around_me and add that to all thumbnail images. Not elegant
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Unwanted spaces between images, fine in browsers spaces appear in email clients

    using the help and tips on here i managed to eliminate the gaps between images and the borders around hyperlinked images so that it looks good in browsers unfortunately when i go to view it in outlook it creates spaces, weirdly only between some images and not all. I'm a novice so a step by step guide would be super. Please see the code below. the gaps appear above and below images:
    Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-to-cha nge-your-Gateway-Service-Provider_03.jpg
    Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-to-chan ge-your-Gateway-Service-Provider_05.jpg
    Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-to-chan ge-your-Gateway-Service-Provider_08.jpg
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    <table width="1100" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="226" colspan="6"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_01.jpg" width="1100" height="226" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td height="161" colspan="6"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_02.jpg" width="1100" height="161" style="margin:0; padding:0;display: block;" /></td></tr>
      <tr>
        <td height="552" colspan="3" rowspan="3"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_03.jpg" width="723" height="552" style="margin:0; padding:0;display: block;" /></td>
        <td height="137" colspan="2"><a href="http://www.pcpro.co.uk/reviews/security-appliances/380047/cyberoam-cr35ing#ixzz2MfSGzpIo" style="border: 0"><img class="noBorders" src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_04.jpg" width="348" height="346" style="margin:0; padding:0;display: block;" /></a></td>
        <td width="29" rowspan="12"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_05.jpg" width="29" height="983" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td height="206" colspan="2"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_06.jpg" width="348" height="206" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td height="183" colspan="2" rowspan="5"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_08.jpg" width="348" height="183" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td colspan="3"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_07.jpg" width="723" height="35" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td width="235" rowspan="2"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_09.jpg" width="235" height="81" style="margin:0; padding:0;display: block;" /></td>
        <td width="291" height="26"><a href="http://www.pcpro.co.uk/reviews/security-appliances/362284/sonicwall-nsa-2400mx" style="border: 0"><img class="noBorders" src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_09-10.jpg" width="291" height="26" style="margin:0; padding:0;display: block;" /></a></td>
        <td width="197" rowspan="2"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_11.jpg" width="197" height="81" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td height="55"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_12.jpg" width="291" height="55" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td height="67" colspan="3"><a href="http://www.cyberoam.com/pressrelease_iso20000.html" style="border: 0;"><img class="noBorders" src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_12-13.jpg" width="723" height="67" style="margin:0; padding:0;display: block;" /></a></td>
      </tr>
      <tr>
        <td colspan="3" rowspan="5"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_14.jpg" width="723" height="248" style="margin:0; padding:0;display: block;" /></td>
        <td height="62" colspan="2"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_15.jpg" width="348" height="62" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td colspan="2"><a href="http://www.cyberoam.com/downloads/Brochure/CyberoamNGSeriesBrochure.pdf" style="border: 0;"><img class="noBorders" src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_15-16.jpg" width="348" height="29" style="margin:0; padding:0;display: block;" /></a></td>
      </tr>
      <tr>
        <td colspan="2"><a href="http://www.vcwsecurity.com/training/webinars.html" style="border: 0;"><img class="noBorders" src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_16.jpg" width="348" height="27" style="margin:0; padding:0;display: block;" /></a></td>
      </tr>
      <tr>
        <td colspan="2"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_18.jpg" width="348" height="36" style="margin:0; padding:0;display: block;" /></td>
      </tr>
      <tr>
        <td width="253" height="25"><img src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_19.jpg" width="253" height="94" style="margin:0; padding:0;display: block;" /></td>
        <td width="95"><a href="http://www.vcwsecurity.com/index.php" style="border: 0;"><img class="noBorders" src="Images/Cyberoam-CR35iNG-raises-the-bar-for-performance---there-is-no-better-reason-t o-change-your-Gateway-Service-Provider_19-20.jpg" width="95" height="94"style="margin:0; padding:0;display: block;" /></a></td>
      </tr>
    </table>
    </body>
    </html>
    Any help would be great. Thanks

    You cannot ever hope to successfully create an html email using one big table. It's bad enough when going down that route for ordinary browser viewing but when it comes to email clients they are a lot less forgiving.
    You need to use a series of simple nested tables. No spliting or merging cells, that's suicide.

  • Image refresh problem

    hi, i have an image inside an iframe that i'm trying to
    change upon the click of a button. i use the following code:
    <SCRIPT language="JavaScript" type="text/javascript">
    function swapImage(intImage){
    var
    imgs=["images/pic0.jpg","images/pic1.jpg","images/pic2.jpg","images/pic3.jpg","images/pic 4.jpg",
    "images/pic5.jpg"];
    parent.frames['cont'].document.getElementById('mgmnt_pic').src =
    imgs[intImage];
    alert(parent.frames['cont'].document.getElementById('mgmnt_pic').src)
    </SCRIPT>
    then in body:
    <p><a href="javascript:; "
    onclick="frames['cont'].swapImage(0);">Management
    Team</a></p>
    i know from the alert that it is changing the source of my
    image, the problem is that the image itself is not changing at all.
    has anyone experienced this before? what can i do to fix it?

    Hi,
    chk the link
    http://javascript.internet.com/miscellaneous/random-image.html
    shanthi

  • Gap between Navigation area and top banner

    I have a small gap between the navigation area and top banner
    of my page design and I can't quite figure out what is causing
    it... or how to fix it. Here is the page
    Moonspinners
    Tearoom. I know that this is probably a simple fix but I've
    tried a few things and haven't hit on it yet. Thanks for any help
    Maureen

    Hello,
    You are simply missing a closing </div> tag.
    Change this:
    <div id="banner">
    <div align="center"><img
    src="images/bannerw_logo.gif" alt="Moonspinners Tearoom"
    width="750" height="140" />
    <!--END BANNER DIV -->
    </div>
    To this:
    <div id="banner">
    <div align="center"><img
    src="images/bannerw_logo.gif" alt="Moonspinners Tearoom"
    width="750" height="140" /></div>
    <!--END BANNER DIV -->
    </div>
    Notice the added </div> tag after "140" /> that was
    missing.
    -OR-
    As you really don't even need the <div> around the
    image (the wrapper is 750px and the image is 750px, so it's
    centered already) you can:
    Change this:
    <div id="banner">
    <div align="center"><img
    src="images/bannerw_logo.gif" alt="Moonspinners Tearoom"
    width="750" height="140" />
    <!--END BANNER DIV -->
    </div>
    To this:
    <div id="banner"><img src="images/bannerw_logo.gif"
    alt="Moonspinners Tearoom" width="750" height="140" />
    <!--END BANNER DIV -->
    </div>
    Take care,
    Tim

  • Gap between glass and metal band.

    I have a really thin gaps between the glass and metal band in the upper front and back right corner, and was wondering if anyone else has noticed small gaps between the glass and metal band anywhere on their phone. ive had nothing but crappy customer service at both apple stores near me, but was eventually told by the "genius" that i could come back with another appointment before the 30 days and swap for a new retail phone in the box.
    The only thing that worries me is getting a whole new phone with more different problems then the one i have with only the gap issue. The "genius" also told me that im the first one that has had this issue, yet ive seen threads about a month or so ago with people saying they had the same issue. so as an update, has anyone noticed this now?
    Message was edited by: xalexinchainsx
    Message was edited by: xalexinchainsx

    ya, but this isnt the first time ive had bad customer service with apple. Granted it was a different apple store, but about 3 days after i bought the phone i made an appointment, and took it in for the same separation issue. This time the guy seemed almost clueless as he had to ask his co workers questions i was asking him. Thankfully a manager overheard the situation and informed him that it was an issue that needed to be taken care of. So the guy goes to the back, comes out with a phone from the black box (At the time i had no clue of how the black boxes worked), and i ask if it was a new or refurbished phone, and he assured me it was a new one.
    So after inspecting the phone i noticed another gap in the glass and told the worker and he replies with "its not that bad, i dont think yours was that bad either". after seeing the same issue and getting his response, i decided to just keep mine and make a different appointment at another store (Today). Oh, might I add that after we leave the store, my girlfriend tells me that as i picked up the phone to inspect it, the guy rolls his eyes. Just experiences like these leave a biter taste in my mouth. its sad that a couple experiences from non corporate workers would make me start to dislike a company.

  • Is it normal for there to be a gap between the glass and bezel on iPhone 5?

    As you can see, there's a really small gap between the glass and the rim (frame) whatever you want to call it. I can fit a piece of paper there, as u can see.
    It also collects dust. It's annoying.
    Is it normal and can it be replaced under the 1 year warranty? I bought the device just 2 weeks ago and haven't dropped it or anything.

    Is anyone else seeing this on their phone or is it just me?

Maybe you are looking for