<td><img></td> bug

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I found a post about this bug, but seams that there is still no fix about it
This code

<table><td width="100" height="5" bgcolor="blue"><img height="5"></td></table

and this

<table><td width="100" height="5" bgcolor="blue"><img height="5"></td></table

shoud be the same, but in the first case explorer will stretch the cell, becuse the three tags arn't on the same row. //in netsacpe it's fine in both case
If your code i simple as the one above and you type it manulay it's not a problem. But if the image is in a template region and you have a "couple" of .html-s using this template ..

This is my explorer version
6.0.2800.1106.xpsp2.030422-1633
 
The two code samples you gave look the same to me. I couldn't find anything
different between them.

You might try this:
<table><tr><td width="100" height="5" bgcolor="blue"><img
height="5"></td></tr></table>
It may work better.

Matthew
 

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