Link to home
Start Free TrialLog in
Avatar of b3cf
b3cf

asked on

Image not displaying properly in Netscape 4.7

Hi      
  I have the following HTML to display an image in a frame. In Netscacpe 7 and
IE 6 itsd fine. But in Netscape 4.7 it leaves some space on the left and right
corners.
  Could anyone help me solve this.

thanx
                   
<td align="left" width="793" BACKGROUND=../images/top_bg.jpg  style="background-repeat : no-repeat">
Avatar of seanpowell
seanpowell
Flag of Canada image

There's not enough of your code to determine the problem - can you post the table code as well?
Avatar of b3cf
b3cf

ASKER

Hi George

<table border="0" cellpadding="0" cellspacing="0" width="100%" BGCOLOR="#FFFFFF">
      <tr>
<td align="left" width="793" BACKGROUND=../images/top_bg.jpg  style="background-repeat : no-repeat">

thanx
Avatar of b3cf

ASKER

Any ideas ? thanx
Not from what code you've posted. Can you be more specific?
Avatar of b3cf

ASKER

I have an image that does not stretch out when its shown from left to right in Netscape 4.7. In Netscape 7 nd IE 6 its fine. It shows a little bit white background
on the left and right sides of the image.

thanx
try with the next tags in <body>:
<body leftmargin="0" topmargin="0">

maybe this will help (i'm not sure)
Avatar of b3cf

ASKER

No it dinit work.
ASKER CERTIFIED SOLUTION
Avatar of BakaMattSu
BakaMattSu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial