2.7 upgrade and table oddities
11/01/2001

The images that are distorted in the tables below were coded
thusly in the td cells:

<td><img src="url of image" width="#" height="#"></td>

The images that are not distored in the tables were coded with one minor difference; one of the closing td tags in the entire table was "dropped" to the next line by using the "return" key---that simple adjustment cleared up the entire problem:

<td><img src="url of image" width="#" height="#">
</td>

Adding one blank space with the "space bar", after the image tag, clears up the problem also:

<td><img src="url of image" width="#" height="#"> </td>


Additional height is NOT added to the cell using either of the methods above for either webtv or 'puter viewers. See demo.

However, adding any text or an &nbsp; code immediately after one of the image tags will correct the problem, but that WILL add width and height to the cell which is unwanted if you are trying to place images "tight". See demo.


Note:  The vid-caps below were made with a Sony Webtv plus and a vcr;  the 'puter screen captures below were made with an iMac and Internet Explorer.



all upgrade versions and 'puters view---the images are not distorted.

(additional 'puter view---images are not distorted.)













2.7 view---images are distorted.

2.6.1, 2.6, 2.5.5, 2.5 (and 'puters) view---images are not distorted.











all upgrade versions and 'puters view:

the images are not distorted.












2.7 view---the images are distorted.

2.6.1, 2.6, 2.5.5, 2.5 (and 'puters) view---images are not distorted.












These images are not distorted for all upgrade versions and 'puters:












2.7 view---the images are distorted.

All others---the images are not distorted.










NOTE:  Additional height is not added to the cells
by dropping the closing td tag to another line.

All versions of webtv view
Netscape6 'puter view and Internet Explorer5 'puter view




And another example of non-distorted images,
with one closing td cell "dropped":

ehead
Welcome
ehead


and with a space after the image tag instead:

ehead
Welcome
ehead



Without the "fix",
the images do not display correctly for the 2.7

but they view ok with
Netscape6 'puter view and Internet Explorer5 'puter view








With an &nbsp; code used just after an image tag----note the space it creates to the right and below the first image for
all webtv versions and
Netscape6 'puter view and Internet Explorer5 'puter view


 









Top of page


2.7 oddities
with the Webtv PageBuilder



a few more codes









a few more demos


2.7 view
top table images are not disorted;
bottom table images are distorted.

2.6.1, 2.6, 2.5.5, 2.5 (and 'puters) view:
both tables' images are not distorted.