Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Y.A.Z.Z. #1
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
-
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... -
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... -
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. ... -
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... -
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... -
Y.A.Z.Z. #2
Re: Image Slices Misaligned
Anybody have any idea?
PS: I removed the "TABLE HEIGHT" from the first line.
Y.A.Z.Z. Guest
-
Murray *TMM* #3
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
-
Y.A.Z.Z. #4
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
-
Y.A.Z.Z. #5
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
-
Murray *TMM* #6
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
-
Murray *TMM* #7
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
-
evropa #8
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
-
Murray *TMM* #9
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



Reply With Quote

