| Author |
My site looks bad on a Windows XP System
|
|
| William Bakken 2004-08-10, 11:17 pm |
| I built a site using Dreamweaver MX2004 on a Mac G5 OS 10.3.4. I test how it
looks in IE 5.2 on my Mac and in IE 6.0 on a Windows XP computer. I used tables
and layers to build the site. When I view it on a Windows PC I get white gaps
between my tables. Here is the path to the site to see what I am talking about.
http://www.fhkinc.com/FVARC/index.htm
How do I fix this?
Thank you in advance for any help provided.
William
| |
| William Bakken 2004-08-11, 12:15 pm |
| I tried your suggestion of removing the height code but it didn't change the
look.
Do you have any other tricks to try?
Is this Mac to Windows a common problem or did I just get lucky?
Thanks for your help.
William
| |
| Al Sparber- PVII 2004-08-11, 12:15 pm |
| William Bakken wrote:
> I tried your suggestion of removing the height code but it didn't
> change the look.
> Do you have any other tricks to try?
>
> Is this Mac to Windows a common problem or did I just get lucky?
No. In this case, IE6 is letting you know you are missing a closing
</th> tag.
Change this:
<th align="left" valign="top" scope="col"><a href="index.htm"><img
src="images/Masthead.jpg" width="800" height="171" border="0"></a>
To this:
<th align="left" valign="top" scope="col"><a href="index.htm"><img
src="images/Masthead.jpg" width="800" height="171" border="0"></a></th>
--
Al Sparber - PVII
http://www.projectseven.com
DW Extensions - Menu Systems - Tutorials - CSS FastPacks
---------------------------------------------------------
Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
RSS/XML Feeds: http://www.projectseven.com/xml/
| |
| Murray *TMM* 2004-08-11, 7:16 pm |
| Al certainly homed in on the real stuff....
--
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
==================
"William Bakken" <webforumsuser@macromedia.com> wrote in message
news:cfdv4p$bpg$1@forums.macromedia.com...
> Al, thanks for the tip on moving the table tag, that solved my problem.
>
> Murray, the layer placement was fixed when I made the tabel tag fix.
>
> Thanks again for all your help!
| |
| Al Sparber- PVII 2004-08-13, 11:15 pm |
| William Bakken wrote:
> I tried your suggestion of removing the height code but it didn't
> change the look.
> Do you have any other tricks to try?
>
> Is this Mac to Windows a common problem or did I just get lucky?
No. In this case, IE6 is letting you know you are missing a closing
</th> tag.
Change this:
<th align="left" valign="top" scope="col"><a href="index.htm"><img
src="images/Masthead.jpg" width="800" height="171" border="0"></a>
To this:
<th align="left" valign="top" scope="col"><a href="index.htm"><img
src="images/Masthead.jpg" width="800" height="171" border="0"></a></th>
--
Al Sparber - PVII
http://www.projectseven.com
DW Extensions - Menu Systems - Tutorials - CSS FastPacks
---------------------------------------------------------
Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
RSS/XML Feeds: http://www.projectseven.com/xml/
| |
| Al Sparber- PVII 2004-08-13, 11:15 pm |
| Al Sparber- PVII wrote:
> No. In this case, IE6 is letting you know you are missing a closing
> </th> tag.
Correction. I see you nested a table inside the TH (not a good idea, but
valid). So, the problem is white space in your markup. Move the opening
table tag of the table that is nested inside the TH up to the same line
as the closing </a> tag for your masthead image's home page link:
<th align="left" valign="top" scope="col"><a href="index.htm"><img
src="images/Masthead.jpg" width="800" height="171" border="0"></a><table
width="197" border="0" align="left" cellpadding="0" cellspacing="0">
--
Al Sparber - PVII
http://www.projectseven.com
DW Extensions - Menu Systems - Tutorials - CSS FastPacks
---------------------------------------------------------
Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
RSS/XML Feeds: http://www.projectseven.com/xml/
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |