| Murray *TMM* 2004-08-10, 11:17 pm |
| Read this -
http://www.thepattysite.com/layer_laws.cfm
And see if this looks like anything there -
<th width="76" height="53" align="left" valign="top" scope="col"><img
src="images/text_circle.jpg" width="76" height="53">
<div id="Layer3" style="position:absolute; width:40px;
height:40px; z-index:4; left: 238px; top: 176px;"
class="CapLetter">A</div></th>
Also, change this -
<table width="197" height="346" border="0" align="left"
cellpadding="0" cellspacing="0">
to this -
<table width="197" border="0" cellpadding="0" cellspacing="0">
and this -
<table width="800" height="171" border="0" cellpadding="0" cellspacing="0">
to this -
<table width="800" border="0" cellpadding="0" cellspacing="0">
and see what happens....
--
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:cfbb9p$do6$1@forums.macromedia.com...
> 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
>
|