| Author |
table issue - loosign my mind!!
|
|
|
| I posted yesterday and have yet to resolve this problem.
Murray, thank for the comments.
Here I have stripped nearly EVERYTHING away.
Still have the same problem. Can't get the table to snap around the two
graphics and hold them in place without a gap appearing between the two..
One graphic is 155x50, the otehr 155x 51
The total height should be 101 but the table DOES NOT want to stay there and
sets itself to 123 (or so).
IF i set size to 101 is doesn't go to 101 and wraparound the graphics, even
if the PI says it is 101.
When I go to preview in IE or NS, the gap forms between the two graphics
www.kittleleedee.com/test2.htm
Thanks
| |
| Murray *TMM* 2004-08-05, 12:14 pm |
| Change <table> to <table cellspacing="0" cellpadding="0" border="0">
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"P.F." <paul@orion-ics.com> wrote in message
news:cet7i8$as7$1@forums.macromedia.com...
> I posted yesterday and have yet to resolve this problem.
>
> Murray, thank for the comments.
>
> Here I have stripped nearly EVERYTHING away.
>
> Still have the same problem. Can't get the table to snap around the two
> graphics and hold them in place without a gap appearing between the two..
> One graphic is 155x50, the otehr 155x 51
>
> The total height should be 101 but the table DOES NOT want to stay there
and
> sets itself to 123 (or so).
>
> IF i set size to 101 is doesn't go to 101 and wraparound the graphics,
even
> if the PI says it is 101.
>
> When I go to preview in IE or NS, the gap forms between the two graphics
>
> www.kittleleedee.com/test2.htm
>
> Thanks
>
>
| |
|
| Had doen that .. just redid and posted. .. .. didn't work.
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cet7m0$b0c$1@forums.macromedia.com...
> Change <table> to <table cellspacing="0" cellpadding="0" border="0">
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "P.F." <paul@orion-ics.com> wrote in message
> news:cet7i8$as7$1@forums.macromedia.com...
two..[color=darkred]
> and
> even
>
>
| |
| Murray *TMM* 2004-08-05, 12:15 pm |
| This can happen when images are stacked.
Try this -
<html>
<head>
<title>content</title>
<style type="text/css">
<!--
img {display:block;}
-->
</style>
</head>
<body bgcolor="#00CC00">
<table>
<tr>
<td width="157" height="101" valign="top">
<img src="content_05.jpg" name="pic1" width="155" height="50" border="0"
id="pic1">
<img src="content_06.jpg" name="pic2" width="155" height="51" border="0"
id="pic2"></td>
</tr>
</table>
</body>
</html>
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"P.F." <paul@orion-ics.com> wrote in message
news:cet84k$bio$1@forums.macromedia.com...
> see how the <IMG> line in the source jumps up to the same line as <TABLE>
on
> it's own ?
> Weird. Why does it do that when I keep putting it below the TABLE line?
>
>
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cet7m0$b0c$1@forums.macromedia.com...
two[color=darkred]
> two..
there[color=darkred]
graphics[color=darkred]
>
>
| |
|
| see how the <IMG> line in the source jumps up to the same line as <TABLE> on
it's own ?
Weird. Why does it do that when I keep putting it below the TABLE line?
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cet7m0$b0c$1@forums.macromedia.com...
> Change <table> to <table cellspacing="0" cellpadding="0" border="0">
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "P.F." <paul@orion-ics.com> wrote in message
> news:cet7i8$as7$1@forums.macromedia.com...
two..[color=darkred]
> and
> even
>
>
| |
|
| I did that .. it keeps jumping back up .. on it's own, or maybe, right after
I make a different kind of adjustment.
Anyway .. I was able to get it to work by haveing a two cell table. Take a
look.
But I STILL don't know why it wouldn't work the other way.
Thoughts?
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cet91h$ch0$1@forums.macromedia.com...
> This can happen when images are stacked.
>
> Try this -
>
> <html>
> <head>
> <title>content</title>
>
> <style type="text/css">
> <!--
> img {display:block;}
> -->
> </style>
>
> </head>
> <body bgcolor="#00CC00">
> <table>
> <tr>
> <td width="157" height="101" valign="top">
> <img src="content_05.jpg" name="pic1" width="155" height="50"
border="0"
> id="pic1">
> <img src="content_06.jpg" name="pic2" width="155" height="51"
border="0"
> id="pic2"></td>
> </tr>
> </table>
> </body>
> </html>
>
> --
> Murray --- ICQ 71997575
> Team Macromedia Volunteer for Dreamweaver
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.dreamweavermx-templates.com - Template Triage!
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
> ==================
>
> "P.F." <paul@orion-ics.com> wrote in message
> news:cet84k$bio$1@forums.macromedia.com...
<TABLE>[color=darkred]
> on
> two
> there
graphics,[color=darkred]
> graphics
>
>
| |
| Richard B. 2004-08-05, 12:15 pm |
| Have had the same problem with DW changing the table. Even after going in
and making manual corrections DW will change them again if any thing is
altered on the page.
I don't know if it is suppose to be a bug or feature, but it is frustrating.
I have no clue why it happens, but I definitely know what you are talking
about.
"P.F." <paul@orion-ics.com> wrote in message
news:cet7i8$as7$1@forums.macromedia.com...
> I posted yesterday and have yet to resolve this problem.
>
> Murray, thank for the comments.
>
> Here I have stripped nearly EVERYTHING away.
>
> Still have the same problem. Can't get the table to snap around the two
> graphics and hold them in place without a gap appearing between the two..
> One graphic is 155x50, the otehr 155x 51
>
> The total height should be 101 but the table DOES NOT want to stay there
and
> sets itself to 123 (or so).
>
> IF i set size to 101 is doesn't go to 101 and wraparound the graphics,
even
> if the PI says it is 101.
>
> When I go to preview in IE or NS, the gap forms between the two graphics
>
> www.kittleleedee.com/test2.htm
>
> Thanks
>
>
| |
| bindlestiff7 2004-08-05, 12:15 pm |
| What effect does the hyphen have in the last line of the code below?
("images/size-51)
<td><img src="images/size50_01.jpg" width="155" height="50"></td>
</tr>
<tr>
<td><img src="images/size-51_02.jpg" width="155" height="51"></td>
| |
| Murray *TMM* 2004-08-05, 12:15 pm |
| It works the way I posted below.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"P.F." <paul@orion-ics.com> wrote in message
news:cet9ic$d3u$1@forums.macromedia.com...
> I did that .. it keeps jumping back up .. on it's own, or maybe, right
after
> I make a different kind of adjustment.
>
> Anyway .. I was able to get it to work by haveing a two cell table. Take
a
> look.
>
> But I STILL don't know why it wouldn't work the other way.
>
> Thoughts?
>
>
>
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:cet91h$ch0$1@forums.macromedia.com...
> border="0"
> border="0"
> <TABLE>
line?[color=darkred]
Technotes[color=darkred]
the[color=darkred]
the[color=darkred]
> graphics,
>
>
| |
| Murray *TMM* 2004-08-05, 12:15 pm |
| None - it's part of the filename.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"bindlestiff7" <webforumsuser@macromedia.com> wrote in message
news:cetb8j$f7c$1@forums.macromedia.com...
> What effect does the hyphen have in the last line of the code below?
> ("images/size-51)
>
> <td><img src="images/size50_01.jpg" width="155" height="50"></td>
> </tr>
> <tr>
> <td><img src="images/size-51_02.jpg" width="155" height="51"></td>
>
| |
| James Shook 2004-08-05, 12:15 pm |
| What browser do you see this gap in?
--
James M. Shook
http://www.jshook.com
| |
| P. F. 2004-08-05, 12:15 pm |
| IE 6 and NS 4.7
"James Shook" <jshook@dont_mail.com> wrote in message
news:cetdim$ddv$5@forums.macromedia.com...
> What browser do you see this gap in?
>
> --
> James M. Shook
> http://www.jshook.com
| |
|
|
| James Shook 2004-08-05, 7:15 pm |
| By the way, I never have problems like this if I put each graphic in its
own table cell.
--
James M. Shook
http://www.jshook.com
| |
| James Shook 2004-08-05, 7:15 pm |
| <table border="0" cellpadding="0" cellspacing="0">
<tr>
<td> <img src="images/content_05.jpg" name="pic1" width="155"
height="50"></td>
<td><img src="images/content_06.jpg" name="pic2" width="155"
height="51"></td>
</tr>
</table>
--
James M. Shook
http://www.jshook.com
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |