These two pages are almost identical:
The only difference in coding is for "Text" that appears at the top of the large table cell in the middle.
On 370px.html it is:
<DIV style="width: 370px;">Text</DIV>
On 375px.html it is:
<DIV style="width: 375px;">Text</DIV>
The problem is that on 375px.html on the bottom of the table cell to the left there is a quote and the last character of the name of the author of the quote is repeated after a line feed.
The 375px width causes the table cell to expand a bit. I presume that somehow causes the appearance of the extraneous character.
The quote is generated by a PERL script.
This behavior happens in IE and MSN Explorer but not in Mozilla.
I finally have figured out how to avoid the problem but there is an underlying problem to be addressed. Who should be informed of this?
Erik
The only difference in coding is for "Text" that appears at the top of the large table cell in the middle.
On 370px.html it is:
<DIV style="width: 370px;">Text</DIV>
On 375px.html it is:
<DIV style="width: 375px;">Text</DIV>
The problem is that on 375px.html on the bottom of the table cell to the left there is a quote and the last character of the name of the author of the quote is repeated after a line feed.
The 375px width causes the table cell to expand a bit. I presume that somehow causes the appearance of the extraneous character.
The quote is generated by a PERL script.
This behavior happens in IE and MSN Explorer but not in Mozilla.
I finally have figured out how to avoid the problem but there is an underlying problem to be addressed. Who should be informed of this?
Erik