take a look at my website www.1stchoicesearch.com in firefox the navigation buttons are perfect lined up but in IE they are in one long row any idea
you need to put the navigation buttons in their own table within that cell....... they are not aligning due to the wider text etc below them.
have ur navigation in it's own table as Nitro said like: <table> <tr> <td>Link 1</td> <td>Link 2</td> </tr> <tr> <td>Link 3</td> <td>Link 4</td> </tr> <tr> <td>Link 5</td> <td>Link 6</td> </tr> </table> HTML: e.t.c...