Oh yes. I remember about that table issue now. But, if that's it, it's not an obvious fix to me.
The table involved is the one automatically created in the current standard news module. For this template, and any others that operate in a similar manner, all the supplied table widths seem to be 98%, so it should be okay. Just in case, I dropped all 3 to 90%, no joy.
Hmm... The FOOTER settings show 98% too but the previous/next page links add up to 100%. I think that's 100% of the row size, which is 98% of the DIV... Yup, tried changing that, doesn't help.
The template's screen.css has content container tables set to 90% as well.
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */
That's what you were talking about in the previous message, wasn't it Gav? I tried adding the exact code you put there, but it didn't make any difference.
The only change I made to any defaults was to include the news block.
<?php display_news_items(); ?>
I wasn't sure if I had to nest another DIV, so I tried it with & without. No difference.
Something else must complicating things! I checked the HTML of the content again, pure & simple UL.