quote:
Originally posted by suicide_junkie:
Is there any way to erase the border around the broken image?
If the border is around the img, add border=0 as a property of the <img> tag. If it is around the table, do the same with the <table> tag. If it is around a table cell, add a "border-width: 0" style attribute to the <td> tag. Otherwise, post a url so I can see what the problem is.