Bug in table rendering

  • Thread starter Thread starter S. Rhea
  • Start date Start date
S

S. Rhea

I do not know if this is a problem which has been
previously reported or not, but please consider the
following code:

<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><img src="images/Help_Up.jpg"
alt="Help99" name="Help99" border="0"></td>
</tr>
<tr>
<td align="right">
<img src="images/Help_Up.jpg" alt="Help99" name="Help99"
border="0">
</td>
</tr>
</table>

These two rows display differently only because one is
coded such that the <td> and <img> tags are on the same
line, whereas the other has them on separate lines.
Obviously a bug, because the two should be identical.
 
S. Rhea,
I ran into a similar problem on one of my webpages some time back
and according to the powers that be, "whitespace" is not supposed to
make any difference, but I have found that in some cases it DOES
matter.. I don't know WHY, but I know it matters. I see nothing
wrong with your code.. You might try this: Make a COPY of the image
Help_Up.jpg and name it: Help_Up2.jpg and put it in the same images
folder. Change the code on the second <tr> segment to reflect the
filename change. Let me know if this works for you.
Reply to group so we all benefit.
HTH,
--
Burt
The Old Alaskan
MVP's listed on TECKPAGE
http://www.cvinternet.net/~smokydog
http://www.cvinternet.net/~smokydog/teckpage.htm
 

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

Back
Top