1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Images fall off page

Discussion in 'Web Design' started by technicallyawkward, Aug 24, 2009.

  1. technicallyawkward

    technicallyawkward New Member

  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    page looks fine ie8, opera, ff
     
  3. bmcoll3278

    bmcoll3278 New Member

    Your images are in a table. so you can fix your problem this way. add this to your sytle sheet

    Code:
    .box4960733 {
      text-align: center;
      width: 728px;
      border: 0px solid #000066
      }
    then before your table tag
    Code:
    <div class="box4960733"><table>
    then after the closing tag
    Code:
    </table> </div>
    This should force your images to stay inside the div. You can also play with the width size in the style part to what looks good to you.