IE differences to Netscape help

D

Daimajin

Hi,
I was wondering if anyone could help me out here. I have been working on
a site for my brother .When I look at my page in NS it looks just as We
want it too but in IE there are 2 breaks inbetween the line(line.jpg)
running down the left side and the images on the top(top.jpg) and
bottom(bottom.jpg). Basically it seems like there is padding around the
cell in which the image(line.jpg) is in but only when in IE...In NS the
lines on all 3 connect seamlessly creating a border. any help is
appreciated.

Thanks

btw here is the code from my page...not sure if it helps.

<html>
<head>
<title>Copper</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="revisit-after" content="15 days">
<meta name="Author" content="">
<meta name="description" content=" Creating Custom Gutters, Conductor
Heads, Finials, Spires and Cupolas">
<meta name="keywords" content="copper, finials, cupolas, gutters,
conductor heads, conductor, heads, spires, coppersmith ">


<style type="text/css">
<!--
..text { font-family: Helvetica, sans-serif; font-size: 11pt; color:
#8A8A8A}
..tiny { font-family: "Times New Roman", Times, serif; font-size: 1pt;
font-weight: lighter; color: #FEFDFD}
-->
</style>
</head>
<body bgcolor="#FFFFFF" link="#666699" vlink="#666699" text="#8A8A8A">
<table width="100%" border="0" cellspacing="0" cellpadding="0"
height="100%">
<tr align="center" valign="middle">
<td>
<table width="502" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="502" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="440" border="0" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td>
<img src="images/top.jpg">
</td>
</tr>
<tr>
<td valign="top">
<table width="440" border="0" cellspacing="0" cellpadding="0" valign="top">
<tr>
<td valign="top">
<img src="images/line.jpg">
</td>
<td valign="top">
<img src="images/logo.jpg">
<br>
<img src="images/menu.jpg" usemap="#menu" border="0">
</td>
<td rowspan="2" valign="top" width="300">
<div align="right">
<div align="left">
<font face="Helvetica, sans-serif" size="-1">
</font>
<font face="Helvetica, sans-serif">
<span class="text">
</span>
</font>
<font face="Helvetica, sans-serif" size="-1">
</font>
</div>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<img src="images/curvedogeesm.jpg" usemap="#curvedogeesm" border="0"><br>
<img src="images/spacer1.jpg"></td>
</tr>
<tr>
<td>
<img src="images/conductorsm.jpg" usemap="#conductorsm" border="0"><br>
<img src="images/spacer1.jpg"></td>
</tr>
<tr>
<td>
<img src="images/finialsm.jpg" usemap="#finialsm" border="0"><br>
<img src="images/spacer1.jpg"></td>
</tr>
<tr>
<td>
<img src="images/roofssm.jpg" usemap="#roofssm" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
<img src="images/bottom.jpg">
</td>
</tr>
</table>
</td>
</tr>
</table>
<map name="menu">
<area shape="rect" alt="Reproduction and Custom Curved Gutters."
coords="0,0,119,16" href="curvedgutters.html" title="Reproduction and
Custom Curved Gutters.">
<area shape="rect" alt="Conductor Heads made to your specifications !"
coords="0,18,130,38" href="conductor.html" title="Conductor Heads made
to your specifications !">
<area shape="rect" alt="Custom Finials and Spires made at your request."
coords="0,42,110,65" href="finials.html" title="Custom Finials and
Spires made at your request.">
<area shape="rect" alt="Standing Seam and Copper Panel Roofs."
coords="0,68,127,90" href="roofs.html" title="Standing Seam and Copper
Panel Roofs.">
<area shape="rect" alt="About Cape Cod Copper, Inc."
coords="0,93,127,114" href="about.html" title="About Cape Cod Copper, Inc.">
<area shape="rect" alt="How to reach us at Cape Cod Copper, Inc."
coords="0,118,125,142" href="contact.html" title="How to reach us at
Cape Cod Copper, Inc.">
<area shape="rect" alt="Return to main index" coords="0,185,125,207"
href="index.html" title="Return to main index">
<area shape="default" nohref>
</map>
<map name="curvedogeesm">
<area shape="rect" alt="Reproduction and Custom Curved Gutters."
coords="0,0,74,104" href="curvedgutters.html" title="Reproduction and
Custom Curved Gutters.">
<area shape="default" nohref>
</map>
<map name="conductorsm">
<area shape="rect" alt="Conductor Heads made to your specifications !"
coords="0,0,74,104" href="conductor.html" title="Conductor Heads made to
your specifications !">
<area shape="default" nohref>
</map>
<map name="finialsm">
<area shape="rect" alt="Custom Finials and Spires made at your request."
coords="0,1,74,103" href="finials.html" title="Custom Finials and Spires
made at your request.">
<area shape="default" nohref>
</map>
<map name="roofssm">
<area shape="rect" alt="Standing Seam and Copper Panel Roofs."
coords="0,1,74,104" href="roofs.html" title="Standing Seam and Copper
Panel Roofs.">
<area shape="default" nohref>
</map>
</body>
</html>
 
R

rf

Daimajin said:
btw here is the code from my page...not sure if it helps.

No, the code does not help. The code is (in this case) only part of your
problem. The other part is the images you are using. Without those any help
would only be a guess [1]. It might even be a problem with your server.

Supply a URL.

[1] here is the guess:

<img ...>
<td> - bad.

<img ...><td> - good.
 
N

Neal

btw here is the code from my page...not sure if it helps.

What would really help is a URL to where the code can be accessed. As it
stands, to help you each of us must independently post this code. That's a
lot of work for the pay we get...
 
W

WebcastMaker

I was wondering if anyone could help me out here....
btw here is the code from my page...not sure if it helps.

How about a url rather than the code so we can see the issue rather than
needing to build the page for ourselves?
 
S

Steve Pugh

[1] here is the guess:

<img ...>
<td> - bad.

<img ...><td> - good.

They both look bad to me.
Did you mean <td><img> or <img></td> perhaps?

The end tag for TD is optional.

Good point.

Looking at the OP's code I see that he had
<td>
<img></td>

So I guess that <td><img> was the correct corecrtion and everything
else is just so much waffle.

Steve
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top