Easy to fix. What you have to do is edit your table properties to absolute widths. What you described above is tables whose measurements are set to percentages... the default is 100%. Change those percentages to sizes that read px instead, for instance: <table width="490"></table> the px is "understood when you use such measurements.
|