1 px gap below my included tables

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 1 px gap below my included tables

    This could really fit in a few areas, but I decided to post it in here.

    I created this website [url]http://h2mp.com[/url] as you can see, right under the header
    there is a 1px gap from the header to where the body is.

    This I believe is because I included the header on a seperate page within a
    table.

    I am not sure how to get rid of this gap.

    Here is a screenshot of how the page is setup.

    The header is included using a php include tag, but I cannot get rid of this
    little gap between the included header and the body.

    The cell space and pad is also set to 0, so that shouldn't have an effect.

    Screenshot [url]http://img321.imageshack.us/img321/407/screenshot4xm.jpg[/url]

    Jakowenko Guest

  2. Similar Questions and Discussions

    1. Nothing Was Specified to be included in the library
      I am getting that error when I try to compile my project. The library it is referring to is FlexLib. I have tried everything I can think of but...
    2. include_once() - always included?
      Hi All, Always looking for efficiency, consider the following code: <?php function one($arg){ if ($arg == 1){ include_once(...); do some...
    3. Scripts Included in Actions
      When I include a script in an action, close and re-start illustrator, the script is missing from the action set. If I save the action set to the...
    4. BIG file sizes with ICC included
      I just noticed this after fixing up my color settings and icc profile. When i save an AI CS file, and have "include ICC profile" checked in the...
    5. IE still included with Panther? Or just Safari?
      In article <170720032027309109%no@spam.invalid>, Keeper of the Purple Twilight <no@spam.invalid> wrote: Yes, IE is in the panther developer...
  3. #2

    Default Re: 1 px gap below my included tables

    <TR>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=38 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=4 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=33 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=35 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=31 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=50 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=48 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=79 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=88 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=55 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=41 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=1 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=42 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=55 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=18 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=45 HEIGHT=1 ALT=""></TD>
    <TD>
    <IMG SRC="/images/spacer.gif" WIDTH=2 HEIGHT=1 ALT=""></TD>
    <TD>
    </TD>
    </TR>
    I think it is because of these code which founded in you page.
    There was something wrong when you split your original image.

    barkbread Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139