Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2004
    Posts
    32
    Tokens
    0

    Default Some Help! + rep

    Hey...

    I have a question, I just started coding in dreamweaver. Can you telll me why all my image have gaps in them.

    Here is the code:
    PHP Code:
    <title>Sipos Bakery</title><style type="text/css">
    <!--
    body {
        
    background-color#403e30;
        
    margin-left0px;
        
    margin-top0px;
    }
    body,td,th {
        
    color#FFFFFF;
    }           
    -->
    </
    style>
    <
    table width="692" height="236" border="0">
      <
    tr>
        <
    td width="288" height="232"><img src="images/image1.gif" width="288" height="230" align="middle" /></td>
        <
    td width="388"><img src="images/image2.gif" width="388" height="230" /></td>
      </
    tr>
    </
    table>
    <
    table width="662" height="46" border="0">
      <
    tr>
        <
    td width="31" height="42"><img src="images/image3.gif" width="31" height="40" /></td>
        <
    td width="84"><a href="home.html"><img src="images/image5.gif" width="84" height="40" border="0" /></a></td>
        <
    td width="90"><a href="about.html"><img src="images/image6.gif" width="90" height="40" border="0" /></a></td>
        <
    td width="88"><a href="foodgallery.html"><img src="images/image7.gif" width="110" height="40" border="0" /></a></td>
        <
    td width="13"><a href="pricing&amp;ordering.html"><img src="images/image8.gif" width="145" height="40" border="0" /></a></td>
        <
    td width="13"><a href="support.html"><img src="images/image9.gif" width="79" height="40" border="0" /></a></td>
        <
    td width="94"><a href="contactus.html"><img src="images/image10.gif" width="109" height="40" border="0" /></a></td>
        <
    td width="36"><img src="images/image4.gif" width="29" height="40" /></td>
      </
    tr>
    </
    table>
    <
    p>&nbsp;</p

  2. #2
    JoeComins Guest

    Default

    if you are using dreamweaver, highlight the table you are in that has the gaps in, and at the bottom, it will display the proporties. In the empty boxes: CellSpace and CellPad, put in 0

  3. #3
    Join Date
    Jun 2004
    Posts
    32
    Tokens
    0

    Default

    Thanks it worked. +rep

  4. #4
    JoeComins Guest

    Default

    Can I get a preview f it?

    PM me your "unprivate - details" if you need more help

Posting Permissions

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