htmlster
05-02-2011, 03:24 PM
Hi,
I have a table with columns as below
<table>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Test</td>
<td>Another</td>
</tr>
</table>
I'm getting different styling in IE and Firefox. In IE i'm seeing the column height of td with nbsp more than the firefox.
To fix this, I'm trying to remove the nbsp and replace with a dummy column of fixed row height. So what is the default height for nbsp in FF?.
Also, is there any other approach to fix this?.
Please let me know.
I have a table with columns as below
<table>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Test</td>
<td>Another</td>
</tr>
</table>
I'm getting different styling in IE and Firefox. In IE i'm seeing the column height of td with nbsp more than the firefox.
To fix this, I'm trying to remove the nbsp and replace with a dummy column of fixed row height. So what is the default height for nbsp in FF?.
Also, is there any other approach to fix this?.
Please let me know.