http://www.vaxxine.com/legion/ exhibits a problem with table sizing after an image..... there is an image called welcome. gif that is directly above the main contents table ........ the table is being placed after the image and the image is being considered for resizing the table...... the student designer used a br tag to place table below image which is valid and works in other browsers but Amaya doesn't allow for line break in its recalculation of table sizes ..... this may explain why other positioning constructs are going wrong too personally i would have done it by starting a new row ...... however the construct <table> <tr> <td> <img src=...><br> <table>.... </table> </td> </tr> </table> should compute table dimensions correctly ..... is the break element being flagged and dimensions adjusted appropriately. // John Russell, VE3LL@RAC.CA http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA) check HTML at http://www.htmlhelp.com/tools/validator/ check CSS at http://jigsaw.w3.org/css-validator/ check JavaScript at http://www.crockford.com/javascript/jslint.htmlReceived on Wednesday, 16 April 2003 14:39:38 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:41 UTC