Resolved: Table cells defaulting with space in them: <td>&nbsp;</td>

Last post 09-02-2007, 5:20 PM by fredd. 1 replies.
Sort Posts: Previous Next
  •  08-25-2007, 9:40 PM 32893

    Resolved: Table cells defaulting with space in them: <td>&nbsp;</td>

    (Firefox) - Each <td> has &nbsp; in it by default. This is not good - user has to then delete them
     
    For example, tables become this:
     
                   <tr style="font-family: Verdana; font-size: small;" align="left" valign="top">
                        <td height="" width="120">see what the dog <br />
                        </td>
                        <td height="" width="130">see what happens &nbsp;</td>
                        <td height="" width="140">see this one&nbsp;</td>
                        <td height="" width="150">&nbsp;</td>
                    </tr>
                    <tr style="font-family: Verdana; font-size: small;" align="left" valign="top">
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td><br />
                        </td>
                    </tr>
                    <tr style="font-family: Verdana; font-size: small;" align="left" valign="top">
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;</td>
                    </tr>
  •  09-02-2007, 5:20 PM 33171 in reply to 32893

    Resolved: Table cells defaulting with space in them: <td>&nbsp;</td>

    Looks like this is a Firefox bug. Firefox won't display any of the cells if the &nbsp; isn't in the cells (or the alternate <br >).
     
    IE handes <TD></TD> fine, but FF requires <td>&nbsp;</td>
     
    Too bad...
View as RSS news feed in XML