- From: John Russell <ve3ll@rac.ca>
- Date: Wed, 16 Apr 2003 14:47:25 -0400
- To: www-amaya@w3.org
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.html
Received on Wednesday, 16 April 2003 14:39:38 UTC