Image Slices Misaligned

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

  1. #1

    Default Image Slices Misaligned

    Hi,

    I've sliced an image in PS, then in DW, I replaced two of the slices with a
    pulldown and a "play" button. Everything looks fine in DW, but when I preview
    it in IE, there are gaps between some of the slices.

    Here's my coding:

    <TABLE WIDTH=667 TABLE HEIGHT=BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR>
    <TD COLSPAN=5>
    <IMG SRC="/images/boombox_images/bbx_01.gif" WIDTH=667 HEIGHT=175
    ALT=""></TD>
    </TR>
    <TR>
    <TD width="145" ROWSPAN=4>
    <IMG SRC="/images/boombox_images/bbx_02.gif" WIDTH=145 HEIGHT=341
    ALT=""></TD>
    <TD height="27" COLSPAN=3>
    <FORM NAME="form1">
    <select name="text1">
    <option value="">Select Your Song
    <option value=""> ---------------
    <OPTION VALUE="http://linktoyousong.ram">Artist-Title
    </SELECT>
    </FORM></TD>
    <TD width="148" ROWSPAN=4>
    <IMG SRC="/images/boombox_images/bbx_04.gif" WIDTH=146 HEIGHT=341
    ALT=""></TD>
    </TR>
    <TR>
    <TD COLSPAN=3>
    <IMG SRC="/images/boombox_images/bbx_05.gif" WIDTH=376 HEIGHT=48
    ALT=""></TD>
    </TR>
    <TR>
    <TD width="154" ROWSPAN=2>
    <IMG SRC="/images/boombox_images/bbx_06.gif" WIDTH=154 HEIGHT=266
    ALT=""></TD>
    <TD width="60" height="26" bgcolor="#666666"><center><input name="button"
    type=button onClick="window.status=setSRC();playSource()"
    value="Play"></center>
    </TD>
    <TD width="162" ROWSPAN=2>
    <IMG SRC="/images/boombox_images/bbx_08.gif" WIDTH=162 HEIGHT=266
    ALT=""></TD>
    </TR>
    <TR>
    <TD>
    <IMG SRC="/images/boombox_images/bbx_09.gif" WIDTH=60 HEIGHT=240
    ALT=""></TD>
    </TR>
    </TABLE>

    Y.A.Z.Z. Guest

  2. Similar Questions and Discussions

    1. IDCS misaligned frames in display
      In ID CS, but not in other applications, very frequently the display will lose its coherence--the frames appear offset from their contents, by a...
    2. Misaligned data in cfgrid using flash format
      I've got columns of data pulled from a mysql db with different data types into a cfgrid with the formate set as flash. It seems that the datetime...
    3. Misaligned links when Word 2000 doc converted to PDF
      Seems like several posters are asking a similar question, but I have not seen an answer. I am using Word 2000, Acrobat 4.05a, and Windows XP. ...
    4. Help with slices
      Hi, I have a few images some are gifs some are jpegs which I have optimized and now I want to put them on my website. Problem: Whenever I try to...
    5. Colors misaligned with an Epson 760 and PS Elements 2
      Hello folks. I'm new to gimp-print and osx. My set up is an Imac 800 fp and 10.2.4 while trying to from Photoshop Elements 2 (new to that too) the...
  3. #2

    Default Re: Image Slices Misaligned

    Anybody have any idea?

    PS: I removed the "TABLE HEIGHT" from the first line.
    Y.A.Z.Z. Guest

  4. #3

    Default Re: Image Slices Misaligned

    Yes. The code is horrible. That's the cause of the problems. Please read
    this -

    [url]http://apptools.com/rants/spans.php[/url]

    It's the price you pay for allowing a graphics program to write your HTML
    for you.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Y.A.Z.Z." <webforumsuser@macromedia.com> wrote in message
    news:djccu9$5up$1@forums.macromedia.com...
    > Anybody have any idea?
    >
    > PS: I removed the "TABLE HEIGHT" from the first line.

    Murray *TMM* Guest

  5. #4

    Default Re: Image Slices Misaligned

    Murray, thanks for the link. I've save it to my favorites and will definitely be checking it out.
    Y.A.Z.Z. Guest

  6. #5

    Default Re: {solved} Image Slices Misaligned

    Quick Question: How do I edit my first post? I'd like to remove my code.

    Thanks!
    Y.A.Z.Z. Guest

  7. #6

    Default Re: Image Slices Misaligned

    You're welcome. Col/rowspan problems account for a large percentage of the
    new user posts on these forums.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Y.A.Z.Z." <webforumsuser@macromedia.com> wrote in message
    news:djf40j$fgd$1@forums.macromedia.com...
    > Murray, thanks for the link. I've save it to my favorites and will
    > definitely be checking it out.

    Murray *TMM* Guest

  8. #7

    Default Re: {solved} Image Slices Misaligned

    You can't.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Y.A.Z.Z." <webforumsuser@macromedia.com> wrote in message
    news:djf443$fj7$1@forums.macromedia.com...
    > Quick Question: How do I edit my first post? I'd like to remove my code.
    >
    > Thanks!

    Murray *TMM* Guest

  9. #8

    Default Re: {solved} Image Slices Misaligned

    Originally posted by: Y.A.Z.Z.
    Quick Question: How do I edit my first post? I'd like to remove my code.

    Thanks!

    "edit" should be next to "bottom" which is top of your post. there may not be
    an edit option since it has been marked "solve" but look anyway.



    evropa Guest

  10. #9

    Default Re: {solved} Image Slices Misaligned

    It doesn't work.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "evropa" <webforumsuser@macromedia.com> wrote in message
    news:djgib5$a0e$1@forums.macromedia.com...
    > Originally posted by: Y.A.Z.Z.
    > Quick Question: How do I edit my first post? I'd like to remove my code.
    >
    > Thanks!
    >
    > "edit" should be next to "bottom" which is top of your post. there may not
    > be
    > an edit option since it has been marked "solve" but look anyway.
    >
    >
    >

    Murray *TMM* 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