Hello -
We recently had several customers complain about a problem when editing hyperlinks on images inside of a table. Making any change to the hyperlink and selecting OK moved the hyperlink and image outside of the <td></td> tags and leaves it hanging inside of the <tr></tr>, which completely messes up the table formatting.
Before HTML:
After HTML:
Upon investigation, this seems to only happen in Firefox. I'm in the process of investigating other types of hyperlinks inside of tables to see if the problem is more extensive.
Thanks for any assistance.
We recently had several customers complain about a problem when editing hyperlinks on images inside of a table. Making any change to the hyperlink and selecting OK moved the hyperlink and image outside of the <td></td> tags and leaves it hanging inside of the <tr></tr>, which completely messes up the table formatting.
Before HTML:
| <table cellspacing="0" cellpadding="0" border="0" align="center" width="639"> |
| <tbody> |
| <tr> |
| <td width="15"> </td> |
| <td width="256"><a target="_blank" href="http://www.webook.com"><img height="87" border="0" width="256" alt="WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/webookLogo.gif" /></a></td> |
| <td width="79"><img height="87" width="101" alt="Wow" src="http://www.bsf01.com/creatives/webook/090107/builds/images/wow.gif" /></td> |
| <td width="289" style="font-family: arial,helvetica,sans-serif; font-size: 16px; color: rgb(255, 102, 0);"> </td> |
| </tr> |
| <tr> |
| <td><img height="110" width="15" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green.gif" /></td> |
| <td bgcolor="#669900" style="font-family: arial,helvetica,sans-serif; font-size: 11px; line-height: 16px; color: rgb(226, 239, 201);"> |
| <span style="font-size: 16px; color: rgb(255, 255, 255);"><strong>You make it work.</strong></span> |
| Help us create the dynamic, irreverent, and open place for writers and people who like reading to meet, write, react, and think together.</td> |
| <td><img height="110" width="101" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green2.gif" /></td> |
| <td><a href="https://www.webook.com/login.aspx"><img height="110" border="0" width="267" alt="Login to WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/loginWeBook.gif" /></a></td> |
| </tr> |
| </tbody> |
| </table> |
After HTML:
| <table cellspacing="0" cellpadding="0" border="0" align="center" width="639"> |
| <tbody> |
| <tr> |
| <td width="15"> </td> |
| <td width="256"></td> |
| <td width="79"><img height="87" width="101" alt="Wow" src="http://www.bsf01.com/creatives/webook/090107/builds/images/wow.gif" /></td> |
| <td width="289" style="font-family: arial,helvetica,sans-serif; font-size: 16px; color: rgb(255, 102, 0);"> </td> |
| <a target="_blank" href="http://www.bsf.com"><img height="87" border="0" width="256" alt="WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/webookLogo.gif" /></a> |
| </tr> |
| <tr> |
| <td><img height="110" width="15" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green.gif" /></td> |
| <td bgcolor="#669900" style="font-family: arial,helvetica,sans-serif; font-size: 11px; line-height: 16px; color: rgb(226, 239, 201);"> |
| <span style="font-size: 16px; color: rgb(255, 255, 255);"><strong>You make it work.</strong></span> |
| Help us create the dynamic, irreverent, and open place for writers and people who like reading to meet, write, react, and think together.</td> |
| <td><img height="110" width="101" src="http://www.bsf01.com/creatives/webook/090107/builds/images/r2green2.gif" /></td> |
| <td><a href="https://www.webook.com/login.aspx"><img height="110" border="0" width="267" alt="Login to WEbook" src="http://www.bsf01.com/creatives/webook/090107/builds/images/loginWeBook.gif" /></a></td> |
| </tr> |
| </tbody> |
| </table> |
Upon investigation, this seems to only happen in Firefox. I'm in the process of investigating other types of hyperlinks inside of tables to see if the problem is more extensive.
Thanks for any assistance.
