Hi there all, I posted a while back a bug-report to which I got no reply. This may have been due to me not making myself clear. I'll try again When making a table with a specific width all GUI browsers render this the same, like: <table cellpadding="0" cellspacing="0" width="800"> This gives a table looking like this <--- 800px ---> ------------------------------------------ |table contents | ------------------------------------------ This is no problem with Dillo and other browsers, as they are exactly the same. However when cellpadding and cellspacing are used, like: <table cellpadding="10" cellspacing="10" width="800"> the table should look like this <--- 800px ---> ------------------------------------------ | | | table contents | | | ------------------------------------------ Dillo renders this still incorrectly, by _expending_ the table in width looking like this <--- 820px ---> ---------------------------------------------- | | | table contents | | | ---------------------------------------------- Why is this? Many sites use tables to gain a specific layout in all browsers which I credit them for, but this page layout is altered by this (what I believe to be a) bug. Or am I incorrect as to the specs of html and tables? Greetings Ralph -- http://axljab.homelinux.org/ "...the software said Win95 or better, so I installed Linux"