Mongo, took a look at your code for your links page. Saw a couple of things, take a look at your code, there is a center tag <center> right before the <body> tag - that shouldn't be there - remove it. For one thing, it serves no purpose - it will not center the page. The other problem is that it was never closed </center> anywhere on your page.
When designing to work with both the major browsers I have found one thing to be true, MS IE is much friendlier and will allow you to make simple mistakes. Netscape on the other hand will not allow those simple mistakes it requires a properly coded page to work well.
You might try using netscape as your main design browser that way you can work out all of the kinks before the pages are published. I don't like netscape but I tell all of my webdesign students to use it because it wont allow them to make small errors - it is like having a devils advocate in your machine.
Hope this helps. [sig][/sig]