Layout OK in Firefox, Opera, but not IE7

S

steverino

The layout of the page www.nukazoo.com is correct in FF and Opera, but is
hosed for reasons that I cannot fathom. The main section extends beyond the
the dwt boundaries to the right beyond the top menu. Any ideas?
 
S

Steve Easton

1. Line 104 in code view is all messed up.
This:
<h1>Calling off the wedding126" align="right"></a></p>
should be:

<h1 align="right">>Calling off the wedding <h1>

2. Line 120 remove the </td> tag:
<!-- #EndEditable --></td>
should be:
<!-- #EndEditable -->

3. in your CSS file you have not specified margins correctly
..section { margin-top: 3; margin-bottom: 6;

should be:
..section { margin-top: 3px; margin-bottom: 6px;
Do the same for the netire style sheet.

Also, why is nukazoo_home.dwt in the _private folder?


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 
S

steverino

Thanks much for the help! The problems you identify must have been a result
of FP creating the code incorrectly, because I never touched the native code.
The CSS was built thru FP menus. I will correct these errors.

Before reading your response, though, I changed the size of the cell
containing the
Google ad code at the top of the page, my most recent change to the page.
Out of desperation I made the cell a coulple of px bigger in each direction
and suddenly it works. Go figure. I will go back and check for the errors
you found. BTW, did you use a tool to find the probs or just careful reading
of the code?

Where should the dwt live?

- steverino
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top