Re: Small website design issues under netscape

by Kukla Fran and Ollie <weblists2001(at)yahoo.com>

 Date:  Mon, 01 Oct 2001 21:07:11 -0700
 To:  <hwg-basics(at)mail.hwg.org>
 Cc:  "Tim Rivera" <timrivera(at)hotmail.com>
 References: 
  todo: View Thread, Original
Actually you need to go one step further and have no gaps on either side of 
the <.td> tags.

So change this ...

<.tr>
<.td><img src="images/image1.jpg"></td>
<.td><img src="images/image2.jpg"></td>
<./tr>

to this ...

<.tr><.td><img
src="images/image1.jpg"></td><.td><img
src="images/image2.jpg"></td><./tr>

If you must put in carriage returns/linefeeds, split the line in the middle 
of the IMG tag attributes.




At 23:05 2001-10-01 -0400, Tim Rivera wrote:
>Hello Bjorn
>
>Some browsers will leave whitespace around spliced images when there is
>space in the table cell. You cannot have any space between the TD (start and
>end) tags and the IMG tag.
>
>The first example will have whitespace, the second will not.
>
>   <td>
>    <img src="images/tophead1.jpg">
>   </td>
>
>   <td><img src="images/tophead1.jpg"></td>
>
>
>Hope this helps,
>
>Tim
>
>
>----- Original Message -----
>I have put my new website online, and I would like to start making all my
>sites compatible with Netscape. I have checked out the site with Mozilla
>(which is the base program for Netscape), and I saw that my tables (that
>contain images) were displayed with gaps in between them.
>
>Are there people with experience solving this issue? Is there a trick to
>avoid these gaps? Under IE everything is perfect though.
>
>The Site address is:
>
>http://www.bvsenterprises.com


_________________________________________________________
Do You Yahoo!?
Get your free (at)yahoo.com address at http://mail.yahoo.com

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA