This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > March 2004 > image table...something wrong
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
image table...something wrong
|
|
| E. Sean Hampton-Gross 2004-03-11, 1:28 am |
| Hi again,
I'm having problems with a table. Everything works fine after netsacpe 7
resizes, but before the resize the images seem out of place. Looks fine
in other browsers though.
Please have a look...And yes I know that Netscape is no more, but my
clients insist i use it because their customers use it.
What have I done wrong this time?
in its frameset:
"http://www.paetzolddesign.com/clients/camcraft/home2_frameset.htm"
the page on it's own: (watch out for the force frame Javascript)
"http://www.paetzolddesign.com/clients/camcraft/homepage2.html"
help please...
--Sean
| |
| Murray *TMM* 2004-03-11, 9:29 am |
| Your code on those pages is likely the source of problems for you.
Your attributes are not quoted as required, e.g.,
<BODY BGCOLOR=#333333 ONLOAD="preloadImages();" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0" background="topBAr_bg_02.gif">
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0>
(note the lack of quotes around bgcolor and the table attributes)
I suppose this is what happens when ImageReady creates that HTML. You'd be
much better off building that table in DW, and just using the images from
PS.
In general, a table with frequent (and large) col- and rowspans is not going
to be very stable cross-browser -
<TABLE WIDTH=642 BORDER=0 CELLPADDING=0 CELLSPACING=0 class="management2">
<TR>
<TD COLSPAN=5 BGCOLOR=#FFFFFF> <IMG SRC="images/homepage2/spacer.gif"
WIDTH=634 HEIGHT=12></TD>
<TD ROWSPAN=4> <IMG SRC="images/homepage2/homepage_bg1.gif" WIDTH=8
HEIGHT=392></TD>
(by the way, there is no management2 class declared in your stylesheet)
I'd say to improve the appearance of that page in any browser, you should
clean up that table....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================
"E. Sean Hampton-Gross" <eshgdesign@sbcglobal.net> wrote in message
news:404FF79F.3060603@sbcglobal.net...
> Hi again,
>
> I'm having problems with a table. Everything works fine after netsacpe 7
> resizes, but before the resize the images seem out of place. Looks fine
> in other browsers though.
>
> Please have a look...And yes I know that Netscape is no more, but my
> clients insist i use it because their customers use it.
>
> What have I done wrong this time?
>
> in its frameset:
> "http://www.paetzolddesign.com/clients/camcraft/home2_frameset.htm"
>
> the page on it's own: (watch out for the force frame Javascript)
> "http://www.paetzolddesign.com/clients/camcraft/homepage2.html"
>
> help please...
>
> --Sean
>
| |
| user@domain.invalid 2004-03-11, 12:33 pm |
| OK,
I fixed the inconsistancy in my programing all quote marks are where
they should be and the stray style is gone from that table. Still
Netscape loads the page strangely until I manually resize it.
Is there a script I could use that forces the Netscape browser to think
it's been resized once, after it's loaded?
Is there someting else I'm missing?
in its frameset:
"http://www.paetzolddesign.com/clients/camcraft/home2_frameset.htm"
the page on it's own: (watch out for the force frame Javascript)
"http://www.paetzolddesign.com/clients/camcraft/homepage2.html"
Thanks,
Murray *TMM* wrote:
> Your code on those pages is likely the source of problems for you.
>
> Your attributes are not quoted as required, e.g.,
>
> <BODY BGCOLOR=#333333 ONLOAD="preloadImages();" leftmargin="0" topmargin="0"
> marginwidth="0" marginheight="0" background="topBAr_bg_02.gif">
> <TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0>
>
> (note the lack of quotes around bgcolor and the table attributes)
>
> I suppose this is what happens when ImageReady creates that HTML. You'd be
> much better off building that table in DW, and just using the images from
> PS.
>
> In general, a table with frequent (and large) col- and rowspans is not going
> to be very stable cross-browser -
>
> <TABLE WIDTH=642 BORDER=0 CELLPADDING=0 CELLSPACING=0 class="management2">
> <TR>
> <TD COLSPAN=5 BGCOLOR=#FFFFFF> <IMG SRC="images/homepage2/spacer.gif"
> WIDTH=634 HEIGHT=12></TD>
> <TD ROWSPAN=4> <IMG SRC="images/homepage2/homepage_bg1.gif" WIDTH=8
> HEIGHT=392></TD>
>
> (by the way, there is no management2 class declared in your stylesheet)
>
> I'd say to improve the appearance of that page in any browser, you should
> clean up that table....
>
|
|
|
| | Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |
|